Add instrument ID and model to sequencer table
authorDiane Trout <diane@caltech.edu>
Thu, 7 Jun 2012 00:10:53 +0000 (17:10 -0700)
committerDiane Trout <diane@caltech.edu>
Thu, 7 Jun 2012 00:10:53 +0000 (17:10 -0700)
commitf065e5cb64e6125452b0aa8c67440087f30135d0
treea94c30c1bd97853ce15551670489472ff1e49e96
parent93f27d07d8fedc44b6e05f037d52f7f63eb748aa
Add instrument ID and model to sequencer table
Additionally added displaying that information on the flowcell page.
htsworkflow/frontend/experiments/admin.py
htsworkflow/frontend/experiments/fixtures/initial_data.json
htsworkflow/frontend/experiments/fixtures/test_flowcells.json
htsworkflow/frontend/experiments/models.py
htsworkflow/frontend/experiments/tests.py
htsworkflow/frontend/experiments/views.py
htsworkflow/frontend/templates/experiments/flowcell_header.html
htsworkflow/frontend/templates/experiments/sequencer.html [new file with mode: 0644]
htsworkflow/frontend/urls.py