X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeotuscommand.h;h=6a7cf8a1e55fa1a5fe5915b4cb6da1c3150729ef;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=cb017b450e78123ea2cd32bbbf93675cd1bc15b5;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/removeotuscommand.h b/removeotuscommand.h index cb017b4..6a7cf8a 100644 --- a/removeotuscommand.h +++ b/removeotuscommand.h @@ -27,7 +27,8 @@ public: string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Remove.otus"; } - + string getDescription() { return "outputs a new list file containing the otus NOT containing sequences from the groups specified"; } + int execute(); void help() { m->mothurOut(getHelpString()); }