X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracweightedcommand.h;h=b1db317de0add4b28352315e20dc282110fad789;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=fe5d76c700a130848c9f5f3eef657a3094cda177;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/unifracweightedcommand.h b/unifracweightedcommand.h index fe5d76c..b1db317 100644 --- a/unifracweightedcommand.h +++ b/unifracweightedcommand.h @@ -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()); }