X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;h=42070e53a57cf05c6d5674e022c602636fa374bf;hb=c27369bdcc3bebc4c449b9ae2f462d2a604a5503;hp=60e471eebf7865d5924406ef7c720c3bdcdf4648;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;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"; }