Permalink
Browse files

Hard cutoff change in sensspec

  • Loading branch information...
1 parent d018aab commit c7ce20ce22a3d47bf3ecdd4c61ae8583e190ce88 @mothur-westcott mothur-westcott committed Aug 8, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 source/commands/sensspeccommand.cpp
@@ -302,6 +302,7 @@ int SensSpecCommand::process(map<string, int>& seqMap, ListVector*& list, bool&
if(label != "unique"){
origCutoff = label;
convert(label, cutoff);
+ cutoff = m->ceilDist(cutoff, precision);
}
else{
origCutoff = "unique";

0 comments on commit c7ce20c

Please sign in to comment.