]> git.donarmstrong.com Git - mothur.git/blobdiff - pipelinepdscommand.cpp
1.23.0
[mothur.git] / pipelinepdscommand.cpp
index 898ad9b72640a4f5c9050f98b399e23efeafd58d..968ba4f66a9d233a14e5f579e9563ac4d9bbd706 100644 (file)
@@ -180,7 +180,7 @@ PipelineCommand::PipelineCommand(string option) {
                        
                        string temp = validParameter.validFile(parameters, "processors", false);        if (temp == "not found"){       temp = m->getProcessors();      }
                        m->setProcessors(temp);
-                       convert(temp, processors);
+                       m->mothurConvert(temp, processors);
                        
                        if (pipeFilename != "") {
                                abort = readUsersPipeline();