X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pipelinepdscommand.cpp;fp=pipelinepdscommand.cpp;h=968ba4f66a9d233a14e5f579e9563ac4d9bbd706;hb=0ca63a8165baa0afa459e644ebe140ba496d5ba0;hp=898ad9b72640a4f5c9050f98b399e23efeafd58d;hpb=1b0bddfbf4ac5df7e2dad03c8a5350e71b052f78;p=mothur.git diff --git a/pipelinepdscommand.cpp b/pipelinepdscommand.cpp index 898ad9b..968ba4f 100644 --- a/pipelinepdscommand.cpp +++ b/pipelinepdscommand.cpp @@ -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();