]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.h
added command descriptions
[mothur.git] / unifracunweightedcommand.h
index 415279c9b2adad30f95a11eeef309d9d3fd3b802..cd8d51dcad76a44dbc0ca064bd79a5ef3e0fbe80 100644 (file)
@@ -29,7 +29,8 @@ class UnifracUnweightedCommand : public Command {
                string getCommandCategory()             { return "Hypothesis Testing";          }
                string getHelpString(); 
                string getCitation() { return "Lozupone C, Knight R (2005). UniFrac: a new phylogenetic method for comparing microbial communities. Appl Environ Microbiol 71: 8228-35. \nhttp://www.mothur.org/wiki/Unifrac.unweighted"; }
-       
+               string getDescription()         { return "generic tests that describes whether two or more communities have the same structure"; }
+
                int execute();
                void help() { m->mothurOut(getHelpString()); }