X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removerarecommand.h;h=2d70ba784bdf9b413e8726f1cd160f62b85980d7;hb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;hp=fa22f7a53e6c5149af4c1c1a51504cfb77e9b04e;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/removerarecommand.h b/removerarecommand.h index fa22f7a..2d70ba7 100644 --- a/removerarecommand.h +++ b/removerarecommand.h @@ -26,7 +26,11 @@ public: vector setParameters(); string getCommandName() { return "remove.rare"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Remove.rare"; } + string getDescription() { return "removes rare sequences from a sabund, rabund, shared or list and group file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }