X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=f814d8487d81fc98e98f2245ee13c5564ec5424b;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=ea48430e9e0876c1034c344d5688fd64bc0c2bde;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index ea48430..f814d84 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -25,7 +25,8 @@ class ListSeqsCommand : public Command { string getCommandCategory() { return "Sequence Processing"; } 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()); }