X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=kruskalwalliscommand.h;h=feefebd58fdb5650f41e9642a63e6dc68d011a24;hp=da1166ed16a787adfaaf8a2e183afc8724f6f0a0;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=0ad366957902179879d950a6a5184779a73bab47 diff --git a/kruskalwalliscommand.h b/kruskalwalliscommand.h index da1166e..feefebd 100644 --- a/kruskalwalliscommand.h +++ b/kruskalwalliscommand.h @@ -24,7 +24,7 @@ public: vector setParameters(); string getCommandName() { return "kruskalwallis"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getOutputFileNameTag(string, string); + string getOutputPattern(string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/kruskalwallis"; } string getDescription() { return "Non-parametric method for testing whether samples originate from the same distribution."; }