From 308a48f6e88a178a63e195db86558ca70095a7e6 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Wed, 12 Feb 2014 13:57:39 -0800 Subject: [PATCH] point default flowcell directory to test data --- htsworkflow/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index aacb4ef..1952d1c 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -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" -- 2.30.2