]> git.donarmstrong.com Git - mothur.git/blobdiff - makegroupcommand.cpp
1.23.0
[mothur.git] / makegroupcommand.cpp
index e32af2152e1bd3d420a0a94dac738a97c19c24af..0add62e03a99270babfde920acca61a65dcdc2b3 100644 (file)
@@ -16,6 +16,7 @@ vector<string> MakeGroupCommand::setParameters(){
        try {
                CommandParameter pfasta("fasta", "InputTypes", "", "", "none", "none", "none",false,true); parameters.push_back(pfasta);
                CommandParameter pgroups("groups", "String", "", "", "", "", "",false,false); parameters.push_back(pgroups);
+               CommandParameter poutput("output", "String", "", "", "", "", "",false,false); parameters.push_back(poutput);
                CommandParameter pinputdir("inputdir", "String", "", "", "", "", "",false,false); parameters.push_back(pinputdir);
                CommandParameter poutputdir("outputdir", "String", "", "", "", "", "",false,false); parameters.push_back(poutputdir);