From: Diane Trout Date: Tue, 17 Dec 2013 19:29:25 +0000 (-0800) Subject: move an example result directory into git and use it for testing X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=d34bbae0af8c7143bf459717ebb00762c02b6da0 move an example result directory into git and use it for testing --- diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index c366ce3..73d1143 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -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 index 0000000..96a1ca3 --- /dev/null +++ b/test/result/flowcells/C23KDACXX/C1-108_I6/run_C23KDACXX_2013-05-11.xml @@ -0,0 +1 @@ +/home/diane/proj/solexa/htsworkflow/htsworkflow/pipelines/test/testdata/run_C23KDACXX_2013-05-11.xml \ No newline at end of file