Changeset 353
- Timestamp:
- Jul 25, 2007, 8:42:53 AM (16 years ago)
- Location:
- trunk/uk/ac
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uk/ac/scri/batchimporter/src/sbrn/base/BatchDataImport.java
r239 r353 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"); 534 535 job.setParameterValue("missingReporterError", new StringParameterType(), "skip"); 535 536 job.setParameterValue("featureMismatchError", new StringParameterType(), "skip");
Note: See TracChangeset
for help on using the changeset viewer.