]> git.donarmstrong.com Git - mothur.git/blobdiff - splitabundcommand.cpp
1.23.0
[mothur.git] / splitabundcommand.cpp
index 140f37909039c4eb44580c745d1886a1534d78d9..989ef596168ff1894009fd8c625edc881197ef87 100644 (file)
@@ -213,7 +213,7 @@ SplitAbundCommand::SplitAbundCommand(string option)  {
                        accnos = m->isTrue(temp); 
                        
                        temp = validParameter.validFile(parameters, "cutoff", false);                           if (temp == "not found") { temp = "0"; }
-                       convert(temp, cutoff); 
+                       m->mothurConvert(temp, cutoff); 
 
                        if (cutoff == 0) {  m->mothurOut("You must provide a cutoff to qualify what is abundant for the split.abund command. "); m->mothurOutEndLine(); abort = true;  }