]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracweightedcommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / unifracweightedcommand.h
index fe5d76c700a130848c9f5f3eef657a3094cda177..b1db317de0add4b28352315e20dc282110fad789 100644 (file)
@@ -30,7 +30,8 @@ class UnifracWeightedCommand : public Command {
                string getCommandCategory()             { return "Hypothesis Testing";          }
                string getHelpString(); 
                string getCitation() { return "Lozupone CA, Hamady M, Kelley ST, Knight R (2007). Quantitative and qualitative beta diversity measures lead to different insights into factors that structure microbial communities. Appl Environ Microbiol 73: 1576-85. \nhttp://www.mothur.org/wiki/Unifrac.weighted"; }
-       
+               string getDescription()         { return "generic tests that describes whether two or more communities have the same structure"; }
+
                int execute();
                void help() { m->mothurOut(getHelpString()); }