From: Rami Rauch Date: Fri, 7 Nov 2008 00:43:20 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=759f25ee77bd29b75bb597027e0a4d6417510725 --- diff --git a/htswfrontend/htswfrontend/htsw_reports/ht_urls.py b/htswfrontend/htswfrontend/htsw_reports/ht_urls.py index 39871b8..89fe288 100644 --- a/htswfrontend/htswfrontend/htsw_reports/ht_urls.py +++ b/htswfrontend/htswfrontend/htsw_reports/ht_urls.py @@ -2,4 +2,8 @@ from django.conf.urls.defaults import * urlpatterns = patterns('', (r'^updLibInfo$', 'htswfrontend.htsw_reports.libinfopar.refreshLibInfoFile'), + (r'^report$', 'htswfrontend.htsw_reports.reports.report1'), + (r'^report_RM$', 'htswfrontend.htsw_reports.reports.report_RM'), + (r'^report_FCs$', 'htswfrontend.htsw_reports.reports.getNotRanFCs'), + (r'^liblist$', 'htswfrontend.htsw_reports.reports.test_Libs') )