X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=removeotuscommand.h;h=a7fcf0eaa1316203f0ec65c79094a2ef6f809ac3;hp=801eedc6b598820dc101ad73d505e43b87f8f926;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6 diff --git a/removeotuscommand.h b/removeotuscommand.h index 801eedc..a7fcf0e 100644 --- a/removeotuscommand.h +++ b/removeotuscommand.h @@ -25,8 +25,12 @@ public: vector setParameters(); string getCommandName() { return "remove.otus"; } string getCommandCategory() { return "OTU-Based Approaches"; } - string getHelpString(); + string getHelpString(); + string getOutputPattern(string); + 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()); } @@ -36,7 +40,6 @@ private: vector outputNames, Groups; GroupMap* groupMap; - void readAccnos(); int readListGroup(); int processList(ListVector*&, GroupMap*&, ofstream&, ofstream&, bool&);