[project @ Updated eland_config app to generate config file from fctracker app.]
[htsworkflow.git] / bin / retrieve_eland_config.py
index 60c0c2e84a7603adcfbcaf0958f64831d5e6fe70..3c8825ba7aa7e86c9775cd929fd16693d2356d5a 100644 (file)
@@ -106,7 +106,7 @@ def saveConfigFile(flowcell, base_host_url, output_filepath):
   retrieves the flowcell eland config file, give the base_host_url
   (i.e. http://sub.domain.edu:port)
   """
-  url = base_host_url + '/eland_config/config/%s/' % (flowcell)
+  url = base_host_url + '/eland_config/%s/' % (flowcell)
   
   f = open(output_filepath, 'w')
   try: