X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=preclustercommand.h;h=084bdc61ee464c665e2f37e200b38c09b85e8ef6;hb=529ec122f7cac4af987e121d150b878d7c7a0d5d;hp=64efc7fc1d43aca03d17497e28bee2fdb61cc74a;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;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"; }