[project @ Url should be <host>/eland_config/ in this case.]
authorBrandon King <kingb@caltech.edu>
Mon, 12 Nov 2007 22:43:35 +0000 (22:43 +0000)
committerBrandon King <kingb@caltech.edu>
Mon, 12 Nov 2007 22:43:35 +0000 (22:43 +0000)
bin/retrieve_eland_config.py
ga_frontend/urls.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:
index 398cdce7c78259b812abdff97cf93d636a13681d..44f81213198776bcac4fa0699483aa21d2eed396 100644 (file)
@@ -8,7 +8,7 @@ databrowse.site.register(FlowCell)
 
 urlpatterns = patterns('',
     # Base:
-    (r'^ga_frontend/', include('ga_frontend.eland_config.urls')),
+    (r'^eland_config/', include('ga_frontend.eland_config.urls')),
     # Admin:
      (r'^admin/', include('django.contrib.admin.urls')),
     # Databrowser: