diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2024-08-07 15:01:31 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2024-08-07 15:01:31 +0800 |
commit | 7cbaecaa81bf55dd36f985c670f5bcb038780895 (patch) | |
tree | 0fd9718eb932fc91cd0f338cee4ffdeb8111ef08 /Code/configure.py | |
parent | e48a12c582bd8df222a74747c32c5a691b7e7782 (diff) |
Review 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 4ce159a..41c791a 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -34,7 +34,7 @@ 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
-MIN_RNA_SEQ_INCREASE = -10000 # minimum RNA-seq experiments needed when updating parameter_for_buildRmatrix.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'
|