X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;h=4561d28614c62686c42e29a9747b84d853537fd0;hb=896a4f281982a3c2889f6ce6d73be997072aceae;hp=07d13d6703426e1990fab1a1bc9afdb82124c801;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index 07d13d6..4561d28 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -24,7 +24,9 @@ class GetSeqsCommand : public Command { string getCommandName() { return "get.seqs"; } string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); - + 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); }