X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeotuscommand.h;h=6a7cf8a1e55fa1a5fe5915b4cb6da1c3150729ef;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=cb017b450e78123ea2cd32bbbf93675cd1bc15b5;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;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()); }