]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.cpp
working on pam
[mothur.git] / getgroupcommand.cpp
index b92924c7a7f9608329e08968401ac7d1af91712e..529ed934d5b194d1a1d82869c44053ca4f7bbaf2 100644 (file)
@@ -13,9 +13,9 @@
 //**********************************************************************************************************************
 vector<string> 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<string> myArray;
                for (int i = 0; i < parameters.size(); i++) {   myArray.push_back(parameters[i].name);          }