X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=b8a79c06035825fd92050a1e0c610ac6b77bd122;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=8e4cce3c932100ff1ab88d49b346ff87e7791a06;hpb=ea4f373c28543cd1002b0dd7dc6e55c526647d59;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index 8e4cce3..b8a79c0 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -23,8 +23,9 @@ class ListSeqsCommand : public Command { vector setParameters(); string getCommandName() { return "list.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/List.seqs"; } string getDescription() { return "lists sequences from a list, fasta, name, group, alignreport or taxonomy file"; }