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