X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removerarecommand.h;h=9e58c064f1c8e0c1bf5a4356c028ba9a60afed80;hb=2009a1a1f47e7467094d844e7c07ab8ddf7bb447;hp=2ab1272efbef88fdb008f903cf02a7d66ed3215a;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/removerarecommand.h b/removerarecommand.h index 2ab1272..9e58c06 100644 --- a/removerarecommand.h +++ b/removerarecommand.h @@ -28,6 +28,8 @@ public: string getCommandCategory() { return "OTU-Based Approaches"; } 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()); }