X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removerarecommand.h;h=2d70ba784bdf9b413e8726f1cd160f62b85980d7;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=2ab1272efbef88fdb008f903cf02a7d66ed3215a;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/removerarecommand.h b/removerarecommand.h index 2ab1272..2d70ba7 100644 --- a/removerarecommand.h +++ b/removerarecommand.h @@ -26,8 +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()); }