X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Fsettings.py;h=dce3d90c53608f876cf6b786604288513e96b972;hb=ab74b21a3c45abc940a2154e584a01089c910cbe;hp=aacb4efd4ee44d6c2a210d8dd13a56874fc830d6;hpb=180b5cac677b7bc245e7c0a71249a143d40026d9;p=htsworkflow.git diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index aacb4ef..dce3d90 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -46,8 +46,8 @@ INSTALLED_APPS = ( 'htsworkflow.frontend.eland_config', 'htsworkflow.frontend.samples', 'htsworkflow.frontend.experiments', - 'htsworkflow.frontend.inventory', 'htsworkflow.frontend.bcmagic', + 'htsworkflow.frontend.inventory', 'htsworkflow.frontend.labels', ) @@ -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"