From: Diane Trout Date: Wed, 12 Feb 2014 21:57:39 +0000 (-0800) Subject: point default flowcell directory to test data X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=308a48f6e88a178a63e195db86558ca70095a7e6;hp=180b5cac677b7bc245e7c0a71249a143d40026d9 point default flowcell directory to test data --- diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index aacb4ef..1952d1c 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -111,7 +111,7 @@ DEFAULT_PM = 5 # How often to recheck the result archive RESCAN_DELAY=1 # Update this in settings_local to point to your flowcell result directory -RESULT_HOME_DIR = os.path.join(BASE_DIR, 'test', 'results') +RESULT_HOME_DIR = os.path.join(BASE_DIR, 'test', 'result', 'flowcells') # configure who is sending email and who should get BCCs of announcments NOTIFICATION_SENDER = "noreply@example.com"