]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerabellerophoncommand.cpp
1.23.0
[mothur.git] / chimerabellerophoncommand.cpp
index ac1645dd4e1f4f271cad18240c80814cf87c2b03..1fc87db562bf2994465ee3b9e043f4a961c4e844 100644 (file)
@@ -193,13 +193,13 @@ ChimeraBellerophonCommand::ChimeraBellerophonCommand(string option)  {
                        
                        temp = validParameter.validFile(parameters, "processors", false);       if (temp == "not found"){       temp = m->getProcessors();      }
                        m->setProcessors(temp);
-                       convert(temp, processors);
+                       m->mothurConvert(temp, processors);
                        
                        temp = validParameter.validFile(parameters, "window", false);                   if (temp == "not found") { temp = "0"; }
-                       convert(temp, window);
+                       m->mothurConvert(temp, window);
                        
                        temp = validParameter.validFile(parameters, "increment", false);                if (temp == "not found") { temp = "25"; }
-                       convert(temp, increment);
+                       m->mothurConvert(temp, increment);
                }
        }
        catch(exception& e) {