Added 'lanes_for' which will show recent flowcell lanes ordered by date,
authorDiane Trout <diane@caltech.edu>
Tue, 26 Jan 2010 01:40:00 +0000 (01:40 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 26 Jan 2010 01:40:00 +0000 (01:40 +0000)
commit53a9ed7ec95900175b752c0a160af51f661baf45
tree658e6d746231644a42ad7f622b5d4b14800ede6a
parent58eebc7b9a09e64e431d6e34d579561fbd70ce70
Added 'lanes_for' which will show recent flowcell lanes ordered by date,
and allows filtering by username.

In addition I modified the library index to bin runs into
small (<40), medium (<100), and large (>=100) runs seperated by single
and paired end reads.
htsworkflow/frontend/experiments/models.py
htsworkflow/frontend/samples/changelist.py
htsworkflow/frontend/samples/views.py
htsworkflow/frontend/templates/base.html
htsworkflow/frontend/templates/base_site.html
htsworkflow/frontend/templates/samples/lanes_for.html [new file with mode: 0644]
htsworkflow/frontend/templates/samples/library_index.html
htsworkflow/frontend/urls.py