diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2024-08-07 15:19:26 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2024-08-07 15:19:26 +0800 |
commit | b442a3ddf7f0452e5dd0d8c042a5e155effea154 (patch) | |
tree | 6556a965315015d961965f099bdfe1da4e38de8a /Code/configure.py | |
parent | 1c4b5c0208bd8335b685e594b146605e4453722e (diff) |
Fix error occurred while running update_network.py
Diffstat (limited to 'Code/configure.py')
-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 43dff60..73fc9cc 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 = 14 # check every 15 days for updating TPM.txt
+BUILDRMATRIX_RENEW_INTERVAL = 28 # check every 28 days for updating TPM.txt
MIN_RNA_SEQ_INCREASE = -999 # 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'
|