X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracweightedcommand.h;h=1c67c32f81afb2535943934ab82d66629bbc05b2;hb=79ca496859f48f1c38803c0f7c603faac348fe4c;hp=fead41b0e8cb5dae95eed551ff76427b8c8d85f3;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/unifracweightedcommand.h b/unifracweightedcommand.h index fead41b..1c67c32 100644 --- a/unifracweightedcommand.h +++ b/unifracweightedcommand.h @@ -28,8 +28,9 @@ class UnifracWeightedCommand : public Command { vector setParameters(); string getCommandName() { return "unifrac.weighted"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); 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"; }