diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-07-18 15:03:33 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-07-18 15:03:33 +0800 |
commit | 1c75bd81566f5df6a623821f25df21849d98df4d (patch) | |
tree | c7b022d15f8be0d512144c3f5917d2bd9ebeb431 /Code | |
parent | b4d906ad1b5b89bd1cf58632485a87c3a2bf7e32 (diff) |
configure.py: change the update interval.
Diffstat (limited to 'Code')
-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 5e329af..5aee127 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -34,7 +34,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
-PARAMETER_FOR_BUILDRMATRIX_RENEW_INTERVAL = 14 # check every 28 days for updating TPM.txt
+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
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'
|