Migrating Rami's frontend changes from stanford branch to htsworkflow branch.
authorBrandon King <kingb@caltech.edu>
Fri, 15 Aug 2008 21:43:43 +0000 (21:43 +0000)
committerBrandon King <kingb@caltech.edu>
Fri, 15 Aug 2008 21:43:43 +0000 (21:43 +0000)
commita4669830f2f8b367d3c68dc8e5a397e4f0807ee7
treeeb953d8d54a6f4c8e721045d1c84d251ad96f148
parent4643c11e31400b339ed67b5e520e9c47b2d66ccb
Migrating Rami's frontend changes from stanford branch to htsworkflow branch.
18 files changed:
htswfrontend/htswfrontend/analys_track/__init__.py [new file with mode: 0644]
htswfrontend/htswfrontend/analys_track/an_urls.py [new file with mode: 0644]
htswfrontend/htswfrontend/analys_track/main.py [new file with mode: 0644]
htswfrontend/htswfrontend/analys_track/models.py [new file with mode: 0644]
htswfrontend/htswfrontend/exp_track/__init__.py [new file with mode: 0755]
htswfrontend/htswfrontend/exp_track/et_urls.py [new file with mode: 0755]
htswfrontend/htswfrontend/exp_track/exptrack.py [new file with mode: 0755]
htswfrontend/htswfrontend/exp_track/models.py [new file with mode: 0755]
htswfrontend/htswfrontend/exp_track/views.py [new file with mode: 0755]
htswfrontend/htswfrontend/fctracker/__init__.py [new file with mode: 0644]
htswfrontend/htswfrontend/fctracker/models.py [new file with mode: 0644]
htswfrontend/htswfrontend/fctracker/views.py [new file with mode: 0644]
htswfrontend/htswfrontend/htsw_reports/LibraryInfo.xml [new file with mode: 0644]
htswfrontend/htswfrontend/htsw_reports/__init__.py [new file with mode: 0644]
htswfrontend/htswfrontend/htsw_reports/libinfopar.py [new file with mode: 0644]
htswfrontend/htswfrontend/htsw_reports/models.py [new file with mode: 0644]
htswfrontend/htswfrontend/settings.py [new file with mode: 0644]
htswfrontend/htswfrontend/urls.py [new file with mode: 0644]