]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / getseqscommand.h
index 07d13d6703426e1990fab1a1bc9afdb82124c801..4561d28614c62686c42e29a9747b84d853537fd0 100644 (file)
@@ -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()); }