]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / listseqscommand.h
index be53d750ac0691938e314c883d689715bc8d11c7..f814d8487d81fc98e98f2245ee13c5564ec5424b 100644 (file)
@@ -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()); }