]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.cpp
1.23.0
[mothur.git] / collectcommand.cpp
index a65b417ed8cfcb82ff11847c3a58633589ed6c41..e0d62dd5ddd7acd106d18af31de013f6fce9c462 100644 (file)
@@ -280,13 +280,13 @@ CollectCommand::CollectCommand(string option)  {
 
                        string temp;
                        temp = validParameter.validFile(parameters, "freq", false);                     if (temp == "not found") { temp = "100"; }
-                       convert(temp, freq); 
+                       m->mothurConvert(temp, freq); 
                        
                        temp = validParameter.validFile(parameters, "abund", false);            if (temp == "not found") { temp = "10"; }
-                       convert(temp, abund); 
+                       m->mothurConvert(temp, abund); 
                        
                        temp = validParameter.validFile(parameters, "size", false);                     if (temp == "not found") { temp = "0"; }
-                       convert(temp, size); 
+                       m->mothurConvert(temp, size); 
                }
                
        }