Permalink
Browse files
Hard cutoff change in sensspec
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+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