mark the example submission rule files as being raw, so the escapes dont get confused
[htsworkflow.git] / htsworkflow / settings.py
index add3c37445298ce889f22c75ebc05b9a71fdfb24..dce3d90c53608f876cf6b786604288513e96b972 100644 (file)
@@ -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',
 )
 
@@ -106,8 +106,12 @@ 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')
+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"