diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2022-10-10 10:48:40 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2022-10-10 10:48:40 +0800 |
commit | 3eaee51fca32891915d252ea0938134ed623cacc (patch) | |
tree | 8aa14a4414343cea310014562dc6266dadb81d36 | |
parent | 503a52e2325a1e3c3d47f0cd12ea34a0dbb82cfc (diff) |
configure.py: update the value of BUILDRMATRIX_RENEW_INTERVAL
-rw-r--r-- | Code/configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/configure.py b/Code/configure.py index 3442bd4..f582f0a 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -33,7 +33,7 @@ PARAMETER_FOR_NET_WIGGELAB_DIURNAL = '../Data/parameter/parameter_for_net_wig BINDING_FILE = '../Data/history/bind/binding.txt'
TPM_FILE = '../Data/history/expr/TPM.txt' # gene expression data
-BUILDRMATRIX_RENEW_INTERVAL = 1 # check every 18 days for updating TPM.txt
+BUILDRMATRIX_RENEW_INTERVAL = 15 # check every 15 days for updating TPM.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'
|