Supprose IVC plot table rows if we don't have data for a lane
authorDiane Trout <diane@caltech.edu>
Mon, 13 Jun 2011 23:51:27 +0000 (16:51 -0700)
committerDiane Trout <diane@caltech.edu>
Mon, 13 Jun 2011 23:51:27 +0000 (16:51 -0700)
commit330eaf95a7f3b1e9de3e6ae8e6c7b14303e89f7d
treecc731fdf15b63ff8603326992156d07b9e569ea6
parent20c98a9d4d39efc4fd2b1a376bd1a73ea14d1144
Supprose IVC plot table rows if we don't have data for a lane
Django 1.1 doesn't have conditionals so I needed a different
way to suppress the other lanes for the specific lane detail page.
And finally the links produced by Lane.get_absolute_url needed
to strip the parenthetical comment from the flowcell IDs
htsworkflow/frontend/experiments/models.py
htsworkflow/frontend/experiments/views.py
htsworkflow/frontend/templates/experiments/flowcell_detail.html
htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html