X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracweightedcommand.h;h=b1db317de0add4b28352315e20dc282110fad789;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=612b64abcfad0804c6981100dc6bdb12ebb5d219;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/unifracweightedcommand.h b/unifracweightedcommand.h index 612b64a..b1db317 100644 --- a/unifracweightedcommand.h +++ b/unifracweightedcommand.h @@ -29,7 +29,9 @@ class UnifracWeightedCommand : public Command { string getCommandName() { return "unifrac.weighted"; } 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()); }