From 2cf8f40b84c256c6530807d4df10cd6120fa0dac Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Wed, 8 Apr 2009 00:56:26 +0000 Subject: [PATCH] Update to a new a release that allows library_id not to equal the library pk --- htsworkflow/frontend/settings.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/htsworkflow/frontend/settings.py b/htsworkflow/frontend/settings.py index eb30b90..fe5b243 100644 --- a/htsworkflow/frontend/settings.py +++ b/htsworkflow/frontend/settings.py @@ -163,8 +163,10 @@ options_to_dict(ALLOWED_IPS, 'allowed_hosts') ALLOWED_ANALYS_IPS = {'127.0.0.1': '127.0.0.1'} options_to_dict(ALLOWED_ANALYS_IPS, 'allowed_analysis_hosts') -#UPLOADTO_HOME = os.path.abspath('../../uploads') -#UPLOADTO_CONFIG_FILE = os.path.join(UPLOADTO_HOME, 'eland_config') -#UPLOADTO_ELAND_RESULT_PACKS = os.path.join(UPLOADTO_HOME, 'eland_results') -#UPLOADTO_BED_PACKS = os.path.join(UPLOADTO_HOME, 'bed_packs') -RESULT_HOME_DIR='/Users/diane/proj/solexa/results/flowcells' + +UPLOADTO_HOME = os.path.abspath('/home/www/gaworkflow/uploads') +UPLOADTO_CONFIG_FILE = os.path.join(UPLOADTO_HOME, 'eland_config') +UPLOADTO_ELAND_RESULT_PACKS = os.path.join(UPLOADTO_HOME, 'eland_results') +UPLOADTO_BED_PACKS = os.path.join(UPLOADTO_HOME, 'bed_packs') + +RESULT_HOME_DIR=os.path.abspath('/woldlab/loxcyc/data00/solexa-sequence/flowcells') -- 2.30.2