X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=countseqscommand.h;h=54982c11939e82fae8de341f74c1aa3a01e4f609;hb=b07e5c455cbf6907186dd821f7f33462706bd225;hp=89549a9ac0b0c74e6cdd18372ac4cdb834b5e8be;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/countseqscommand.h b/countseqscommand.h index 89549a9..54982c1 100644 --- a/countseqscommand.h +++ b/countseqscommand.h @@ -23,6 +23,7 @@ public: vector setParameters(); string getCommandName() { return "count.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Count.seqs"; } string getDescription() { return "counts the number of sequences represented by each unique sequence in a namesfile"; }