Changeset 1124 for plugins/base2
- Timestamp:
- Jun 10, 2009, 11:58:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/src/net/sf/basedb/illumina/plugins/DetectionPValue.java
r1122 r1124 522 522 } 523 523 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 } 524 529 int[] controlStartStop = locateOutlierBoundary(sortedControlIntensity, 525 530 (Float)job.getValue(outlierParameter.getName()));
Note: See TracChangeset
for help on using the changeset viewer.