X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getotuscommand.h;h=1a784935c476c22c798f8dfda33008606cc43439;hb=4c302368ef34f0d897afefc7853edf86fb45b9f3;hp=34562fe7cf8f426048e5f1e71d568039bef1a117;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getotuscommand.h b/getotuscommand.h index 34562fe..1a78493 100644 --- a/getotuscommand.h +++ b/getotuscommand.h @@ -28,6 +28,9 @@ public: string getCommandName() { return "get.otus"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Get.otus"; } + string getDescription() { return "outputs a new list file containing the otus containing sequences from the groups specified"; } + int execute(); void help() { m->mothurOut(getHelpString()); }