]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.h
added command descriptions
[mothur.git] / metastatscommand.h
index 04c344375b65d33796d2544eff9dd1c2b61fda07..88e32acc0426a15525b1278bd5fc6d9c4d6392fc 100644 (file)
@@ -26,7 +26,8 @@ public:
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
        string getCitation() { return "White JR, Nagarajan N, Pop M (2009). Statistical methods for detecting differentially abundant features in clinical metagenomic samples. PLoS Comput Biol 5: e1000352. \nhttp://www.mothur.org/wiki/Metastats"; }
-       
+       string getDescription()         { return "detects differentially abundant features in clinical metagenomic samples"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }