X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracunweightedcommand.h;h=cd8d51dcad76a44dbc0ca064bd79a5ef3e0fbe80;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=f462d51f9b5b7022d61b0a521f2526475350b034;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/unifracunweightedcommand.h b/unifracunweightedcommand.h index f462d51..cd8d51d 100644 --- a/unifracunweightedcommand.h +++ b/unifracunweightedcommand.h @@ -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()); }