Add a small comment defining "results_dir"
authorDiane Trout <diane@caltech.edu>
Thu, 17 Feb 2011 08:14:51 +0000 (00:14 -0800)
committerDiane Trout <diane@caltech.edu>
Thu, 17 Feb 2011 08:14:51 +0000 (00:14 -0800)
because I confused myself

htsworkflow/frontend/settings.py

index 95db12b702923ceb11426419b3cf1a64ebfa3440..ff88816d2bf4983eb961ac32f7d6f8be3c550f30 100644 (file)
@@ -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: