Changeset 1124 for plugins/base2


Ignore:
Timestamp:
Jun 10, 2009, 11:58:43 PM (14 years ago)
Author:
Jari Häkkinen
Message:

Fixes #231.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/base2/net.sf.basedb.illumina/trunk/src/net/sf/basedb/illumina/plugins/DetectionPValue.java

    r1122 r1124  
    522522          }
    523523          dri.close();
     524          if (sortedControlIntensity.length==0)
     525          {
     526            throw new BaseException("No negative controls in bioassayset. Cannot " +
     527                                    "calculate P-values (see documentation for details)");
     528          }
    524529          int[] controlStartStop =  locateOutlierBoundary(sortedControlIntensity,
    525530            (Float)job.getValue(outlierParameter.getName()));
Note: See TracChangeset for help on using the changeset viewer.