X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Furls.py;h=7856f0628c62f2f57bfc928f4390e3abbdd49dc9;hb=4a55e3983321d88c0d606c7c64fb80855d6dd8a4;hp=57d00e1daf4d39664ca96b66daa08015a1686dd8;hpb=378419cff23777b8b48efa4d16a4d5e20eeecbee;p=htsworkflow.git diff --git a/htsworkflow/frontend/urls.py b/htsworkflow/frontend/urls.py index 57d00e1..7856f06 100644 --- a/htsworkflow/frontend/urls.py +++ b/htsworkflow/frontend/urls.py @@ -43,9 +43,9 @@ urlpatterns = patterns('', # sample / library information (r'^samples/', include('htsworkflow.frontend.samples.urls')), # Raw result files - (r'^results/(?P\w+)/(?PC[1-9]-[0-9]+)/summary/', + (r'^results/(?P\w+)/(?PC[0-9]+-[0-9]+)/summary/', 'htsworkflow.frontend.samples.views.summaryhtm_fc_cnm'), - (r'^results/(?P\w+)/(?PC[1-9]-[0-9]+)/eland_result/(?P[1-8])', + (r'^results/(?P\w+)/(?PC[0-9]+-[0-9]+)/eland_result/(?P[1-8])', 'htsworkflow.frontend.samples.views.result_fc_cnm_eland_lane'), (r'^results/(?P\w+)/(?PC[1-9]-[0-9]+)/bedfile/(?P[1-8])/ucsc', 'htsworkflow.frontend.samples.views.bedfile_fc_cnm_eland_lane_ucsc'),