point default flowcell directory to test data
authorDiane Trout <diane@ghic.org>
Wed, 12 Feb 2014 21:57:39 +0000 (13:57 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 10 Jun 2014 23:11:03 +0000 (16:11 -0700)
htsworkflow/settings.py

index aacb4efd4ee44d6c2a210d8dd13a56874fc830d6..1952d1c93858b0eba5a3a1f136139f367cd81cf9 100644 (file)
@@ -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"