From 210006b0026ad76ba1d881ff4f5b79f0bdb8e859 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sun, 18 Jul 2021 15:27:14 +0800 Subject: configure.py: always build new TPM.txt. --- Code/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/configure.py b/Code/configure.py index 5aee127..d642d09 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -35,7 +35,7 @@ BINDING_FILE = '../Data/history/bind/binding.txt' TPM_FILE = '../Data/history/expr/TPM.txt' # gene expression data PARAMETER_FOR_BUILDRMATRIX_RENEW_INTERVAL = 18 # check every 18 days for updating TPM.txt -MIN_RNA_SEQ_INCREASE = 60 # minimum RNA-seq experiments needed when updating parameter_for_buildRmatrix.txt +MIN_RNA_SEQ_INCREASE = -10000 # minimum RNA-seq experiments needed when updating parameter_for_buildRmatrix.txt UPDATE_NETWORK_LOG_FILE = '../Data/log/update.network.log.txt' # network update log. We should check this file from time to time. NEW_OR_UPDATED_CHIP_FILE = '../Data/log/new.or.updated.chip.file.txt' -- cgit v1.2.1