X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=f814d8487d81fc98e98f2245ee13c5564ec5424b;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=be53d750ac0691938e314c883d689715bc8d11c7;hpb=39a0a86958038d71083fad3a1a50c02ba9c2fc67;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index be53d75..f814d84 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -24,7 +24,9 @@ class ListSeqsCommand : public Command { string getCommandName() { return "list.seqs"; } 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()); }