X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=removegroupscommand.h;h=c6e9d645c9f7fff26e2c23c634b6264a4614e01b;hp=c36998ad8bb52349d3c5d0ee73812dd8a6f50c07;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d diff --git a/removegroupscommand.h b/removegroupscommand.h index c36998a..c6e9d64 100644 --- a/removegroupscommand.h +++ b/removegroupscommand.h @@ -25,8 +25,9 @@ public: vector setParameters(); string getCommandName() { return "remove.groups"; } string getCommandCategory() { return "OTU-Based Approaches"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Remove.groups"; } string getDescription() { return "removes sequences from a list, fasta, name, group, shared, design or taxonomy file from a given group or set of groups"; }