]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.cpp
1.23.0
[mothur.git] / phylotypecommand.cpp
index e6dace8b796103804c16a4de86104cff0b05da4f..00f960bbbab8d07ecbee08dc01b78907c60c0185 100644 (file)
@@ -144,7 +144,7 @@ PhylotypeCommand::PhylotypeCommand(string option)  {
                        
                        string temp = validParameter.validFile(parameters, "cutoff", false);
                        if (temp == "not found") { temp = "-1"; }
-                       convert(temp, cutoff); 
+                       m->mothurConvert(temp, cutoff); 
                        
                        label = validParameter.validFile(parameters, "label", false);                   
                        if (label == "not found") { label = ""; allLines = 1; }