Changeset 5803
- Timestamp:
- Jan 8, 2020, 11:26:22 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/autoconfirm/SequencingRunAutoConfirmer.java
r5545 r5803 152 152 Pipeline pipeline = Pipeline.getByName(pipelineName); 153 153 154 // TODO -- Do not start demux for MIPs until it has been manually tested a few times155 if (pipeline != Pipeline.RNA_SEQ) return false;156 157 154 SequencingRun sr = SequencingRun.getById(dc, seqRun.getId()); 158 155 FlowCell fc = FlowCell.getBySequencingRun(dc, sr);
Note: See TracChangeset
for help on using the changeset viewer.