Merge flowcell 'paired_end' flag from v0.1 branch
authorDiane Trout <diane@caltech.edu>
Tue, 17 Feb 2009 23:45:24 +0000 (23:45 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 17 Feb 2009 23:45:24 +0000 (23:45 +0000)
commitd3d535976b704bb89b993b2058a3e9bc497ee499
treedbc22d068af1587d8e3acebecd087943d9f913d1
parent2654f09ebc4d3c58342d815114a736fbcf964f8e
Merge flowcell 'paired_end' flag from v0.1 branch
Then use this flag in the eland_config module to specify ANALYSIS eland_pair
Also change the default analysis to eland_extended

use the following to add the new field:
alter table fctracker_flowcell add column paired_end bool not null default false;
htsworkflow/frontend/eland_config/views.py
htsworkflow/frontend/experiments/admin.py
htsworkflow/frontend/experiments/models.py