X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getgroupcommand.cpp;h=529ed934d5b194d1a1d82869c44053ca4f7bbaf2;hp=b92924c7a7f9608329e08968401ac7d1af91712e;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e diff --git a/getgroupcommand.cpp b/getgroupcommand.cpp index b92924c..529ed93 100644 --- a/getgroupcommand.cpp +++ b/getgroupcommand.cpp @@ -13,9 +13,9 @@ //********************************************************************************************************************** vector GetgroupCommand::setParameters(){ try { - CommandParameter pshared("shared", "InputTypes", "", "current", "none", "none", "none",false,true); parameters.push_back(pshared); - CommandParameter pinputdir("inputdir", "String", "", "", "", "", "",false,false); parameters.push_back(pinputdir); - CommandParameter poutputdir("outputdir", "String", "", "", "", "", "",false,false); parameters.push_back(poutputdir); + CommandParameter pshared("shared", "InputTypes", "", "current", "none", "none", "none","",false,true, true); parameters.push_back(pshared); + 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); }