Add a 'paired_end' flag to a flowcell.
authorDiane Trout <diane@caltech.edu>
Sat, 14 Feb 2009 01:45:25 +0000 (01:45 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 14 Feb 2009 01:45:25 +0000 (01:45 +0000)
commit759bafbef88c11642dcde899312c21c6c4be07d9
treefff19001e29c248ed036188b8eb1c8a3be4eb968
parentdc5a06b6a74b02a59622fc50a26091fac33f7bee
Add a 'paired_end' flag to a flowcell.
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;
gaworkflow/frontend/eland_config/views.py
gaworkflow/frontend/fctracker/models.py