X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fsettings.py;h=1952d1c93858b0eba5a3a1f136139f367cd81cf9;hp=aacb4efd4ee44d6c2a210d8dd13a56874fc830d6;hb=308a48f6e88a178a63e195db86558ca70095a7e6;hpb=180b5cac677b7bc245e7c0a71249a143d40026d9 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"