]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.cpp
1.23.0
[mothur.git] / metastatscommand.cpp
index 0ff8b3f7b92369beff5414b605c3696ca14dd50f..b7aa7e5fcb3bcc809c89ac3cc82c1ecae9d6272a 100644 (file)
@@ -178,14 +178,14 @@ MetaStatsCommand::MetaStatsCommand(string option) {
 
                        
                        string temp = validParameter.validFile(parameters, "iters", false);                     if (temp == "not found") { temp = "1000"; }
-                       convert(temp, iters); 
+                       m->mothurConvert(temp, iters); 
                        
                        temp = validParameter.validFile(parameters, "threshold", false);                        if (temp == "not found") { temp = "0.05"; }
-                       convert(temp, threshold); 
+                       m->mothurConvert(temp, threshold); 
                        
                        temp = validParameter.validFile(parameters, "processors", false);       if (temp == "not found"){       temp = m->getProcessors();      }
                        m->setProcessors(temp);
-                       convert(temp, processors);
+                       m->mothurConvert(temp, processors);
                }
 
        }