Changeset 5808
- Timestamp:
- Jan 10, 2020, 10:56:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/servlet/DemuxMergeServlet.java
r5797 r5808 744 744 else if (pipeline == Pipeline.MIPS) 745 745 { 746 // TODO -- values found from example demux script (MiSeq)747 // verify that the rules are valid for HiSeq/NextSeq748 749 746 // First read converted to 4M(x-4)T 750 747 if (cycles[read1] > 0) readString.append("4M").append(cycles[read1]-4).append("T");
Note: See TracChangeset
for help on using the changeset viewer.