From: Diane Trout Date: Thu, 17 Feb 2011 08:14:51 +0000 (-0800) Subject: Add a small comment defining "results_dir" X-Git-Tag: 0.5.1~4^2~1 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=e4f868fbfaa505c9d0ce5cf138db76142fea961a Add a small comment defining "results_dir" because I confused myself --- 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: