+ if (numOTUs >= maxIterations) { m->mothurOut("[WARNING]: The number of iterations is set higher than the number of OTUs, reducing to " + toString(numOTUs-1) + "\n"); maxIterations = numOTUs-1; }
+
//if the users enters label "0.06" and there is no "0.06" in their file use the next lowest label.
0 comments on commit
8497ed3