]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / unifracunweightedcommand.h
index f462d51f9b5b7022d61b0a521f2526475350b034..cd8d51dcad76a44dbc0ca064bd79a5ef3e0fbe80 100644 (file)
@@ -28,7 +28,9 @@ class UnifracUnweightedCommand : public Command {
                string getCommandName()                 { return "unifrac.unweighted";          }
                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()); }