X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracunweightedcommand.h;fp=unifracunweightedcommand.h;h=15c3b9684b01fa58403276b80864684f99e8d189;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=fd39ae43852bee7ad970d77035fa839c50f62422;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;p=mothur.git diff --git a/unifracunweightedcommand.h b/unifracunweightedcommand.h index fd39ae4..15c3b96 100644 --- a/unifracunweightedcommand.h +++ b/unifracunweightedcommand.h @@ -27,7 +27,8 @@ class UnifracUnweightedCommand : public Command { vector setParameters(); string getCommandName() { return "unifrac.unweighted"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getHelpString(); + string getOutputFileNameTag(string, string); + 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"; }