X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getotuscommand.h;h=4eff4b69569625561788804e16cf09379c4e97fb;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=1a784935c476c22c798f8dfda33008606cc43439;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/getotuscommand.h b/getotuscommand.h index 1a78493..4eff4b6 100644 --- a/getotuscommand.h +++ b/getotuscommand.h @@ -27,6 +27,7 @@ public: vector setParameters(); string getCommandName() { return "get.otus"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); 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"; } @@ -42,7 +43,6 @@ private: vector outputNames, Groups; GroupMap* groupMap; - void readAccnos(); int readListGroup(); int processList(ListVector*&, GroupMap*&, ofstream&, ofstream&, bool&);