Start supporting multiple libraries per lane, as needed for the HiSeq
authorDiane Trout <diane@caltech.edu>
Tue, 28 Jun 2011 00:18:16 +0000 (17:18 -0700)
committerDiane Trout <diane@caltech.edu>
Tue, 28 Jun 2011 00:18:16 +0000 (17:18 -0700)
commite7a7c24e642d7b7ce59d99af3f13f93e6256e13e
treeb5ebedfe3fbf4aa45b86108e6a1f789aacd6f649
parent523b1686664a648f396acecc6ce0bc3778e3efdf
Start supporting multiple libraries per lane, as needed for the HiSeq

This commit alters the admin page to allow entering multiple libraries
per lane, and updates the new flowcell and flowcell lane views
to work with having multiple lane objects with the same lane number.

I'll still need to update the configuration generation and archiving
result files.
htsworkflow/frontend/experiments/admin.py
htsworkflow/frontend/experiments/fixtures/test_flowcells.json
htsworkflow/frontend/experiments/models.py
htsworkflow/frontend/experiments/views.py
htsworkflow/frontend/samples/tests.py
htsworkflow/frontend/templates/experiments/flowcell_detail.html
htsworkflow/frontend/urls.py