[project @ Updated eland_config app to generate config file from fctracker app.]
[htsworkflow.git] / bin / retrieve_eland_config.py
index 3b337b058926d3c3f4bfbf4aa95bb070c4a745d9..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 + '/elandifier/config/%s/' % (flowcell)
+  url = base_host_url + '/eland_config/%s/' % (flowcell)
   
   f = open(output_filepath, 'w')
   try: