[project @ Url should be <host>/eland_config/ in this case.]
[htsworkflow.git] / bin / retrieve_eland_config.py
index 3b337b058926d3c3f4bfbf4aa95bb070c4a745d9..60c0c2e84a7603adcfbcaf0958f64831d5e6fe70 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/config/%s/' % (flowcell)
   
   f = open(output_filepath, 'w')
   try: