Changeset 353


Ignore:
Timestamp:
Jul 25, 2007, 8:42:53 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Creating new directory to host plugins developed at EBI.

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  
    532532      job.setParameterValue("file", new FileParameterType(), file);
    533533      job.setParameterValue("rawBioAssay", new ItemParameterType<RawBioAssay>(RawBioAssay.class, null), rba);
     534      job.setParameterValue("numberFormatError", new StringParameterType(), "skip");
    534535      job.setParameterValue("missingReporterError", new StringParameterType(), "skip");
    535536      job.setParameterValue("featureMismatchError", new StringParameterType(), "skip");
Note: See TracChangeset for help on using the changeset viewer.