]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / summarycommand.h
index 5535237c98f97d32cacf3f967cb2501199a76473..15b7f4066e9f17b263b30ac3d0b663d7cd414455 100644 (file)
@@ -26,6 +26,9 @@ public:
        string getCommandName()                 { return "summary.single";                      }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Summary.single"; }
+       string getDescription()         { return "generate summary file that has the calculator value for each line in the OTU data"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }