X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=kruskalwalliscommand.h;h=da1166ed16a787adfaaf8a2e183afc8724f6f0a0;hb=ea4f373c28543cd1002b0dd7dc6e55c526647d59;hp=e3bf100bd2c8b468701f4aaee17c3807758d3f56;hpb=8e67e9de1b200106bea5a468ac02125954656499;p=mothur.git diff --git a/kruskalwalliscommand.h b/kruskalwalliscommand.h index e3bf100..da1166e 100644 --- a/kruskalwalliscommand.h +++ b/kruskalwalliscommand.h @@ -9,6 +9,8 @@ #define KRUSKALWALLISCOMMAND_H #include "command.hpp" +#include "inputdata.h" +#include "sharedrabundvector.h" class KruskalWallisCommand : public Command { @@ -36,11 +38,14 @@ public: int execute(); void help() { m->mothurOut(getHelpString()); } void assignRank(vector&); + void assignValue(vector&); private: - string outputDir; + string outputDir, sharedfile, groups; bool abort; + set labels; + vector outputNames, Groups; vector counts; vector rankSums; vector rankMeans;