X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;h=42070e53a57cf05c6d5674e022c602636fa374bf;hb=75cff1a83a64cd46e9dd603e02597a2bb6a76119;hp=60e471eebf7865d5924406ef7c720c3bdcdf4648;hpb=ea4f373c28543cd1002b0dd7dc6e55c526647d59;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index 60e471e..42070e5 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -23,8 +23,9 @@ class GetSeqsCommand : public Command { vector setParameters(); string getCommandName() { return "get.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Get.seqs"; } string getDescription() { return "gets sequences from a list, fasta, name, group, alignreport, quality or taxonomy file"; }