From 9a85ad752194846f26f2555d1f059f76ed31c43d Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Wed, 29 Oct 2025 18:00:27 +0800 Subject: Also look for a run's library strategy/source in EXPERIMENT_LIBRARY_INFO_FILE --- Code/configure.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Code/configure.py') diff --git a/Code/configure.py b/Code/configure.py index be04994..219ba1d 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -43,6 +43,8 @@ MIN_RNA_SEQ_INCREASE = -999 # minimum RNA-seq experiments needed when updating p 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' +EXPERIMENT_INFO_DIR = '../Data/information/EXPERIMENT_SET' +EXPERIMENT_LIBRARY_INFO_FILE = '../Data/information/experiment_library_info.txt' # is a run an RNA-Seq? Get the info from the xml file path EXPERIMENT_SET/EXPERIMENT/DESIGN/LIBRARY_DESCRIPTOR RNA_SEQ_INFO_DATABASE = '../Data/information/rnaseq_info_database.txt' # same as RNA_SEQ_INFO_FILE RNA_SEQ_INFO_DATABASE_JSON = '../Data/information/rnaseq_info_database.json' -- cgit v1.2.1