X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fsettings.py;h=d971bbcbe004fe97ce839fa7d0a85089cd7deee0;hb=76c5e2b46281966657003eece8098d71953a4015;hp=9986f7959ed7e99728817a4cf600aecb268c9dc1;hpb=24b9a01001fc232baea6ad152446f0c9b6ddd2d8;p=htsworkflow.git diff --git a/htsworkflow/frontend/settings.py b/htsworkflow/frontend/settings.py index 9986f79..d971bbc 100644 --- a/htsworkflow/frontend/settings.py +++ b/htsworkflow/frontend/settings.py @@ -54,7 +54,8 @@ options = ConfigParser.SafeConfigParser( 'database_name': os.path.abspath('/htsworkflow/htswfrontend/dev_fctracker.db'), 'time_zone': 'America/Los_Angeles', - 'default_pm': '5' + 'default_pm': '5', + 'link_flowcell_storage_device_url': "http://localhost:8000/inventory/lts/link/" }) options.read([os.path.expanduser("~/.htsworkflow.ini"), @@ -169,3 +170,6 @@ options_to_dict(ALLOWED_ANALYS_IPS, 'allowed_analysis_hosts') #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' + +LINK_FLOWCELL_STORAGE_DEVICE_URL = options.get('frontend', 'link_flowcell_storage_device_url') +