X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getoturepcommand.h;h=5af0340b4b920a4fab3decc79bd2b3b4237f85ef;hb=8e67e9de1b200106bea5a468ac02125954656499;hp=07cccde36aaae2e7c0f8f3687901caaa02557974;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/getoturepcommand.h b/getoturepcommand.h index 07cccde..5af0340 100644 --- a/getoturepcommand.h +++ b/getoturepcommand.h @@ -43,6 +43,7 @@ public: vector setParameters(); string getCommandName() { return "get.oturep"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Get.oturep"; } string getDescription() { return "gets a representative sequence for each OTU"; } @@ -81,6 +82,7 @@ private: SeqMap getMap(int); string findRep(vector); // returns the name of the "representative" sequence of given bin or subset of a bin, for groups int processNames(string, string); + int processFastaNames(string, string); }; #endif