X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;fp=getseqscommand.h;h=4561d28614c62686c42e29a9747b84d853537fd0;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=4fef8e795be355d23d1348f2ed323e225092b0f9;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index 4fef8e7..4561d28 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -25,7 +25,8 @@ class GetSeqsCommand : public Command { 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()); }