]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyotucommand.cpp
1.23.0
[mothur.git] / classifyotucommand.cpp
index f36631a0590725867dffc402f74fd73af6168e20..e28961b74888ee5bdefb9eb022fd11afe328e07f 100644 (file)
@@ -206,7 +206,7 @@ ClassifyOtuCommand::ClassifyOtuCommand(string option)  {
                        if ((basis != "otu") && (basis != "sequence")) { m->mothurOut("Invalid option for basis. basis options are otu and sequence, using otu."); m->mothurOutEndLine(); }
                        
                        string temp = validParameter.validFile(parameters, "cutoff", false);                    if (temp == "not found") { temp = "51"; }
-                       convert(temp, cutoff); 
+                       m->mothurConvert(temp, cutoff); 
                        
                        temp = validParameter.validFile(parameters, "probs", false);                                    if (temp == "not found"){       temp = "true";                  }
                        probs = m->isTrue(temp);