X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=1a31a6dd432e837159be8d916f7ce2a25e4d4dec;hb=44f3a3c81a34fdee62550d98838a4b421e8df08e;hp=bd7beae73360da9453911e7d5b755135a00f4d54;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index bd7beae..1a31a6d 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -21,10 +21,13 @@ class ListSeqsCommand : public Command { ~ListSeqsCommand(){} vector setParameters(); - string getCommandName() { return "get.seqs"; } + string getCommandName() { return "list.seqs"; } string getCommandCategory() { return "Sequence Processing"; } - string getHelpString(); - + string getOutputFileNameTag(string, string); + string getHelpString(); + 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); }