]> git.donarmstrong.com Git - mothur.git/blobdiff - kruskalwalliscommand.h
fixed io
[mothur.git] / kruskalwalliscommand.h
index e3bf100bd2c8b468701f4aaee17c3807758d3f56..0fa8b683f25397173fc747d5edf0a276508ca72e 100644 (file)
@@ -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<string> labels;
+    vector<string> outputNames;
     vector<int> counts;
     vector<double> rankSums;
     vector<double> rankMeans;