From e6ea88a171566b97c991fc0ca55b1eec8cb1bd8a Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Sat, 14 Aug 2010 00:08:29 +0000 Subject: [PATCH] Record new minor release. This adds the bioanalyzer results recording feature. --- htsworkflow/frontend/samples/admin.py | 3 +-- htsworkflow/frontend/settings.py | 12 +++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/htsworkflow/frontend/samples/admin.py b/htsworkflow/frontend/samples/admin.py index 4b46a22..23b99f8 100644 --- a/htsworkflow/frontend/samples/admin.py +++ b/htsworkflow/frontend/samples/admin.py @@ -217,8 +217,7 @@ class LibraryOptions(admin.ModelAdmin): **kwargs) # Override field attributes if db_field.name == "bioanalyzer_summary": - print field.widget.attrs.items() - field.widget.attrs["rows"] = "5" + field.widget.attrs["rows"] = "3" return field class SpeciesOptions(admin.ModelAdmin): diff --git a/htsworkflow/frontend/settings.py b/htsworkflow/frontend/settings.py index 9d9e066..78376d4 100644 --- a/htsworkflow/frontend/settings.py +++ b/htsworkflow/frontend/settings.py @@ -194,11 +194,13 @@ 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=os.path.expanduser('~/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') LINK_FLOWCELL_STORAGE_DEVICE_URL = options.get('frontend', 'link_flowcell_storage_device_url') # PORT 9100 is default for Zebra tabletop/desktop printers -- 2.30.2