]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
added command descriptions
[mothur.git] / getseqscommand.h
index 4fef8e795be355d23d1348f2ed323e225092b0f9..4561d28614c62686c42e29a9747b84d853537fd0 100644 (file)
@@ -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()); }