X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=kruskalwalliscommand.h;h=0fa8b683f25397173fc747d5edf0a276508ca72e;hb=d71a31a60542608595ce1278cc4a3398479cec7f;hp=e3bf100bd2c8b468701f4aaee17c3807758d3f56;hpb=3cd964b03f04bc569c4a7d0b99be9908c54c1d44;p=mothur.git diff --git a/kruskalwalliscommand.h b/kruskalwalliscommand.h index e3bf100..0fa8b68 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 { @@ -39,8 +41,10 @@ public: private: - string outputDir; + string outputDir, sharedfile; bool abort; + set labels; + vector outputNames; vector counts; vector rankSums; vector rankMeans;