diff --git a/src/kmc2LocusAvg2.groovy b/src/kmc2LocusAvg2.groovy index 823dbe0..bcd07ce 100755 --- a/src/kmc2LocusAvg2.groovy +++ b/src/kmc2LocusAvg2.groovy @@ -181,7 +181,7 @@ int kmc2Fasta(String probeHitsFile, String probeFileName, String outputDir, } double[] pListD = plist.toArray() //todo(testing) double[] avgList = StatUtils.mode(pListD) - double[] avgList = Math.floor(StatUtils.mean(pListD))//todo: testing + double[] avgList = Math.floor(StatUtils.mean(pListD)) if(debugging <= 4) { err.println "$loc avgList=" + avgList }