]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.cpp
working on pam
[mothur.git] / getgroupcommand.cpp
index faef2accee559eb7816f8e305c3ee8e5bd2f9c33..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);          }
@@ -126,7 +126,7 @@ int GetgroupCommand::execute(){
                }
                        
                m->mothurOutEndLine();
-               m->mothurOut("Output File Name: "); m->mothurOutEndLine();
+               m->mothurOut("Output File Names: "); m->mothurOutEndLine();
                m->mothurOutEndLine();
                
                return 0;