X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=kruskalwalliscommand.h;h=feefebd58fdb5650f41e9642a63e6dc68d011a24;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=da1166ed16a787adfaaf8a2e183afc8724f6f0a0;hpb=078d7227da8dda9ae8620822fa32d51ec2706fc3;p=mothur.git 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."; }