X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqsummarycommand.h;h=c4e6131524d9c64b4496df7f9d5d34a315e6b34e;hb=38029939675c5bf5e449eac90f801b35064b3a36;hp=3926e25f3c2ebb484b357464d1514dfc957c4000;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/seqsummarycommand.h b/seqsummarycommand.h index 3926e25..c4e6131 100644 --- a/seqsummarycommand.h +++ b/seqsummarycommand.h @@ -25,8 +25,9 @@ public: vector setParameters(); string getCommandName() { return "summary.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Summary.seqs"; } string getDescription() { return "summarize the quality of sequences in an unaligned or aligned fasta file"; }