Changeset 6196
- Timestamp:
- Mar 31, 2021, 12:58:28 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/servlet/SequencingRunServlet.java
r5909 r6196 1022 1022 flowCellEvent.setProtocol(null); 1023 1023 ItemSubtype poolAliquotType = Subtype.POOLED_LIBRARY_ALIQUOT.load(dc); 1024 String suffix = Values.getString(Subtype.POOLED_LIBRARY_ALIQUOT.getItemSuffix(), ""); 1024 1025 for (int laneNo = 1; laneNo <= flowCell.getSize(); laneNo++) 1025 1026 { 1026 1027 Extract poolA = Extract.getNew(dc); 1027 1028 poolA.setItemSubtype(poolAliquotType); 1028 poolA.setName(pool.getName()+"."+ laneNo);1029 poolA.setName(pool.getName()+"."+suffix+laneNo); 1029 1030 Pipeline.RNA_SEQ.setAnnotation(dc, poolA); 1030 1031 poolA.getCreationEvent().setSource(pool);
Note: See TracChangeset
for help on using the changeset viewer.