X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcurrentcommand.cpp;h=d74786ce1eaaa8767164a0fbd670d06843388b44;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=c3b5f0af58ab6ef0627a6a42784c76c2813184bf;hpb=f06b339c5fc4b6d1b9d2a08fe16bf7670bf7aeb4;p=mothur.git diff --git a/getcurrentcommand.cpp b/getcurrentcommand.cpp index c3b5f0a..d74786c 100644 --- a/getcurrentcommand.cpp +++ b/getcurrentcommand.cpp @@ -12,9 +12,9 @@ //********************************************************************************************************************** vector GetCurrentCommand::setParameters(){ try { - CommandParameter pclear("clear", "String", "", "", "", "", "",false,false); parameters.push_back(pclear); - CommandParameter pinputdir("inputdir", "String", "", "", "", "", "",false,false); parameters.push_back(pinputdir); - CommandParameter poutputdir("outputdir", "String", "", "", "", "", "",false,false); parameters.push_back(poutputdir); + CommandParameter pclear("clear", "String", "", "", "", "", "","",false,false); parameters.push_back(pclear); + CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); + CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); vector myArray; for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } @@ -140,8 +140,10 @@ int GetCurrentCommand::execute(){ m->setFlowFile(""); }else if (types[i] == "biom") { m->setBiomFile(""); - }else if (types[i] == "counttable") { + }else if (types[i] == "count") { m->setCountTableFile(""); + }else if (types[i] == "summary") { + m->setSummaryFile(""); }else if (types[i] == "processors") { m->setProcessors("1"); }else if (types[i] == "all") {