X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removerarecommand.h;h=7b4c6fb44f80b4d2ac1a96e9a11d3a417e2cc918;hb=cc19310422f125d6628980bd1148e1e816792382;hp=9e58c064f1c8e0c1bf5a4356c028ba9a60afed80;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/removerarecommand.h b/removerarecommand.h index 9e58c06..7b4c6fb 100644 --- a/removerarecommand.h +++ b/removerarecommand.h @@ -26,6 +26,7 @@ public: vector setParameters(); string getCommandName() { return "remove.rare"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Remove.rare"; } string getDescription() { return "removes rare sequences from a sabund, rabund, shared or list and group file"; } @@ -35,7 +36,7 @@ public: void help() { m->mothurOut(getHelpString()); } private: - string sabundfile, rabundfile, sharedfile, groupfile, listfile, outputDir, groups, label; + string sabundfile, rabundfile, sharedfile, groupfile, countfile, listfile, outputDir, groups, label; int nseqs, allLines; bool abort, byGroup; vector outputNames, Groups;