X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=kruskalwalliscommand.h;h=feefebd58fdb5650f41e9642a63e6dc68d011a24;hp=4a1e18971802619f245d53af5a1ab7b881936316;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=aa3ee3c06f2937ac571078f9b6902407ac19103f diff --git a/kruskalwalliscommand.h b/kruskalwalliscommand.h index 4a1e189..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."; } @@ -42,10 +42,10 @@ public: private: - string outputDir, sharedfile; + string outputDir, sharedfile, groups; bool abort; set labels; - vector outputNames; + vector outputNames, Groups; vector counts; vector rankSums; vector rankMeans;