X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getotuscommand.h;h=c71ab062b431c9ca7945c8e0b8679980058939c8;hp=30f4f3cb0b18aedb2a28348f41f720e967ea1d01;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/getotuscommand.h b/getotuscommand.h index 30f4f3c..c71ab06 100644 --- a/getotuscommand.h +++ b/getotuscommand.h @@ -27,8 +27,12 @@ public: vector setParameters(); string getCommandName() { return "get.otus"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); 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()); } @@ -40,7 +44,6 @@ private: vector outputNames, Groups; GroupMap* groupMap; - void readAccnos(); int readListGroup(); int processList(ListVector*&, GroupMap*&, ofstream&, ofstream&, bool&);