Allow grabbing library information via json.
[htsworkflow.git] / htsworkflow / frontend / urls.py
index b0423bdbfd1c7eca65871092249886ebcc20c89c..e822fa15615ca525ba39fe1a2c9ca7e3f1e7410b 100644 (file)
@@ -38,6 +38,8 @@ urlpatterns = patterns('',
     # library id to admin url
     (r'^library_id_to_admin_url/(?P<lib_id>\w+)/$',
      'htsworkflow.frontend.samples.views.library_id_to_admin_url'),
+    # sample / library information
+    (r'^samples/', include('htsworkflow.frontend.samples.urls')),                   
     # Raw result files
     (r'^results/(?P<flowcell_id>\w+)/(?P<cnm>C[1-9]-[0-9]+)/summary/',
       'htsworkflow.frontend.samples.views.summaryhtm_fc_cnm'),