move an example result directory into git and use it for testing
authorDiane Trout <diane@ghic.org>
Tue, 17 Dec 2013 19:29:25 +0000 (11:29 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 17 Dec 2013 19:30:18 +0000 (11:30 -0800)
htsworkflow/settings.py
test/result/flowcells/C23KDACXX/C1-108_I6/run_C23KDACXX_2013-05-11.xml [new symlink]

index c366ce32a238deac74491ad3300a7d2d343bf11f..73d1143ce58b0814b3f76266143bb944db770d9f 100644 (file)
@@ -66,7 +66,6 @@ TEMPLATE_DIRS = (
 )
 
 ROOT_URLCONF = 'htsworkflow.frontend.urls'
-#ROOT_URLCONF='wsgiexample.urls'
 
 WSGI_APPLICATION = 'htsworkflow.frontend.wsgi.application'
 
@@ -98,8 +97,14 @@ USE_TZ = True
 # https://docs.djangoproject.com/en/1.6/howto/static-files/
 STATIC_URL = '/static/'
 
+
+#####
+# Application specific settings
+# Update this in settings_local to point to your flowcell result directory
+RESULT_HOME_DIR = os.path.join(BASE_DIR, 'test', 'results')
+
 try:
     # allow local customizations
     from settings_local import *
 except ImportError as e:
-    pass
\ No newline at end of file
+    pass
diff --git a/test/result/flowcells/C23KDACXX/C1-108_I6/run_C23KDACXX_2013-05-11.xml b/test/result/flowcells/C23KDACXX/C1-108_I6/run_C23KDACXX_2013-05-11.xml
new file mode 120000 (symlink)
index 0000000..96a1ca3
--- /dev/null
@@ -0,0 +1 @@
+/home/diane/proj/solexa/htsworkflow/htsworkflow/pipelines/test/testdata/run_C23KDACXX_2013-05-11.xml
\ No newline at end of file