Skip to content

Commit

Permalink
Removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
droeatumn committed Apr 20, 2020
1 parent 924eec5 commit b1d27ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kmc2LocusAvg2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b1d27ba

Please sign in to comment.