X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=kruskalwalliscommand.h;h=feefebd58fdb5650f41e9642a63e6dc68d011a24;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=0fa8b683f25397173fc747d5edf0a276508ca72e;hpb=d71a31a60542608595ce1278cc4a3398479cec7f;p=mothur.git diff --git a/kruskalwalliscommand.h b/kruskalwalliscommand.h index 0fa8b68..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."; } @@ -38,13 +38,14 @@ public: int execute(); void help() { m->mothurOut(getHelpString()); } void assignRank(vector&); + void assignValue(vector&); private: - string outputDir, sharedfile; + string outputDir, sharedfile, groups; bool abort; set labels; - vector outputNames; + vector outputNames, Groups; vector counts; vector rankSums; vector rankMeans;