X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fsettings.py;h=aacb4efd4ee44d6c2a210d8dd13a56874fc830d6;hp=add3c37445298ce889f22c75ebc05b9a71fdfb24;hb=180b5cac677b7bc245e7c0a71249a143d40026d9;hpb=242833a0a3846c0b5704a7210b43b8f721c82a9f diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index add3c37..aacb4ef 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -106,6 +106,10 @@ STATIC_URL = '/static/' ##### # Application specific settings +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')