X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergefilecommand.cpp;h=643cf287bb9aded0847390aeea1091c12e95dd74;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=f68bbbedd4b7704a85b55a41a90bc2aa855902ef;hpb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;p=mothur.git diff --git a/mergefilecommand.cpp b/mergefilecommand.cpp index f68bbbe..643cf28 100644 --- a/mergefilecommand.cpp +++ b/mergefilecommand.cpp @@ -12,10 +12,10 @@ //********************************************************************************************************************** vector MergeFileCommand::setParameters(){ try { - CommandParameter pinput("input", "String", "", "", "", "", "",false,true); parameters.push_back(pinput); - CommandParameter poutput("output", "String", "", "", "", "", "",false,true); parameters.push_back(poutput); - CommandParameter pinputdir("inputdir", "String", "", "", "", "", "",false,false); parameters.push_back(pinputdir); - CommandParameter poutputdir("outputdir", "String", "", "", "", "", "",false,false); parameters.push_back(poutputdir); + CommandParameter pinput("input", "String", "", "", "", "", "","",false,true,true); parameters.push_back(pinput); + CommandParameter poutput("output", "String", "", "", "", "", "","",false,true,true); parameters.push_back(poutput); + 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); }