X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pipelinepdscommand.cpp;h=968ba4f66a9d233a14e5f579e9563ac4d9bbd706;hb=f06b339c5fc4b6d1b9d2a08fe16bf7670bf7aeb4;hp=898ad9b72640a4f5c9050f98b399e23efeafd58d;hpb=7bf9a81bba76538ecaf351ae208de3da4bf1b6dd;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();