X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=removerarecommand.h;h=6a9f2699c6d0a404403372e8ab081d11c9fa85d1;hp=7b4c6fb44f80b4d2ac1a96e9a11d3a417e2cc918;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=035f86272c776e1cccaa47021e26782e49cd41e7 diff --git a/removerarecommand.h b/removerarecommand.h index 7b4c6fb..6a9f269 100644 --- a/removerarecommand.h +++ b/removerarecommand.h @@ -26,8 +26,9 @@ public: vector setParameters(); string getCommandName() { return "remove.rare"; } string getCommandCategory() { return "OTU-Based Approaches"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); 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"; } @@ -46,7 +47,7 @@ private: int processRabund(); int processList(); int processShared(); - int processLookup(vector&, ofstream&); + int processLookup(vector&); };