Changeset 6463
- Timestamp:
- Nov 3, 2021, 9:16:26 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/branches/4.33-stable/src/net/sf/basedb/reggie/plugins/cmd/LibraryInfo.java
r6346 r6463 76 76 77 77 libDate = section.getRequiredEntry("Date", DateValidator.YYYY_MM_DD.warnIfFutureOrOlder(365)); 78 libSize = section.getRequiredEntry("Library size", IntValidator.POSITIVE.warnIf(150, 400));78 libSize = section.getRequiredEntry("Library size", IntValidator.POSITIVE.warnIf(150, 500)); 79 79 libMolarity = section.getRequiredEntry("Library molarity", FloatValidator.POSITIVE); 80 80 qubitConc = section.getRequiredEntry("Qubit concentration (ng/ul)", FloatValidator.POSITIVE);
Note: See TracChangeset
for help on using the changeset viewer.