X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=preclustercommand.h;h=084bdc61ee464c665e2f37e200b38c09b85e8ef6;hb=28bcfc4a41b8b82f66636587e0d4d355d07cbdd1;hp=64efc7fc1d43aca03d17497e28bee2fdb61cc74a;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/preclustercommand.h b/preclustercommand.h index 64efc7f..084bdc6 100644 --- a/preclustercommand.h +++ b/preclustercommand.h @@ -41,6 +41,7 @@ public: vector setParameters(); string getCommandName() { return "pre.cluster"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Pre.cluster"; } string getDescription() { return "implements a pseudo-single linkage algorithm with the goal of removing sequences that are likely due to pyrosequencing errors"; }