X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mergegroupscommand.h;h=3e3d337ffa0309f5132d2d88cc3b4c0b81684869;hp=4db344763950b4d53376b3d44e5afebef61db2f8;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=f687723a8357916e86a05116978e6869b039ce36 diff --git a/mergegroupscommand.h b/mergegroupscommand.h index 4db3447..3e3d337 100644 --- a/mergegroupscommand.h +++ b/mergegroupscommand.h @@ -24,8 +24,9 @@ public: vector setParameters(); string getCommandName() { return "merge.groups"; } string getCommandCategory() { return "General"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Merge.groups"; } string getDescription() { return "reads shared file and a design file and merges the groups in the shared file that are in the same grouping in the design file"; }