From e4f868fbfaa505c9d0ce5cf138db76142fea961a Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 17 Feb 2011 00:14:51 -0800 Subject: [PATCH] Add a small comment defining "results_dir" because I confused myself --- htsworkflow/frontend/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/htsworkflow/frontend/settings.py b/htsworkflow/frontend/settings.py index 95db12b..ff88816 100644 --- a/htsworkflow/frontend/settings.py +++ b/htsworkflow/frontend/settings.py @@ -200,6 +200,7 @@ options_to_dict(ALLOWED_ANALYS_IPS, 'allowed_analysis_hosts') #UPLOADTO_CONFIG_FILE = os.path.join(UPLOADTO_HOME, 'eland_config') #UPLOADTO_ELAND_RESULT_PACKS = os.path.join(UPLOADTO_HOME, 'eland_results') #UPLOADTO_BED_PACKS = os.path.join(UPLOADTO_HOME, 'bed_packs') +# Where "results_dir" means directory with all the flowcells if options.has_option('frontend', 'results_dir'): RESULT_HOME_DIR=os.path.expanduser(options.get('frontend', 'results_dir')) else: -- 2.30.2