X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makegroupcommand.h;h=b8521d76b1d398dd0cde7419e10750931a7b8fc4;hb=dc383fb61b6d165a8d36e6108df8bc7129243ae6;hp=f5fb3583f13b09b4f4cc4f70709eca3ffeec388e;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/makegroupcommand.h b/makegroupcommand.h index f5fb358..b8521d7 100644 --- a/makegroupcommand.h +++ b/makegroupcommand.h @@ -22,9 +22,11 @@ public: vector setParameters(); string getCommandName() { return "make.group"; } string getCommandCategory() { return "General"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Make.group"; } - + string getDescription() { return "creates a group file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }