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