From: Diane Trout Date: Wed, 12 Feb 2014 21:57:22 +0000 (-0800) Subject: add default values for some application specific values X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=180b5cac677b7bc245e7c0a71249a143d40026d9 add default values for some application specific values --- 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')