Changeset 354
- Timestamp:
- Jul 25, 2007, 8:49:08 AM (16 years ago)
- Location:
- trunk/uk/ac/scri/batchimporter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uk/ac/scri/batchimporter/src/sbrn/base/BatchDataImport.java
r353 r354 532 532 job.setParameterValue("file", new FileParameterType(), file); 533 533 job.setParameterValue("rawBioAssay", new ItemParameterType<RawBioAssay>(RawBioAssay.class, null), rba); 534 job.setParameterValue("numberFormatError", new StringParameterType(), "skip");535 534 job.setParameterValue("missingReporterError", new StringParameterType(), "skip"); 536 535 job.setParameterValue("featureMismatchError", new StringParameterType(), "skip");
Note: See TracChangeset
for help on using the changeset viewer.