]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.h
added shared file type to get.groups and remove.groups
[mothur.git] / seqsummarycommand.h
index 623c3c1e8f400f4262414a5cf546143d698840e7..c0d368770cfa8df11560d2b89fee200231cb0dc3 100644 (file)
@@ -23,6 +23,8 @@ public:
        string getCommandName()                 { return "summary.seqs";                        }
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Summary.seqs"; }
+       string getDescription()         { return "summarize the quality of sequences in an unaligned or aligned fasta file"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }