]> git.donarmstrong.com Git - mothur.git/blobdiff - kruskalwalliscommand.h
added sets to amova and homova commands. added oligos to make.contigs. added metadat...
[mothur.git] / kruskalwalliscommand.h
index 0fa8b683f25397173fc747d5edf0a276508ca72e..da1166ed16a787adfaaf8a2e183afc8724f6f0a0 100644 (file)
@@ -38,13 +38,14 @@ public:
     int execute(); 
        void help() { m->mothurOut(getHelpString()); }
     void assignRank(vector<groupRank>&);
+    void assignValue(vector<groupRank>&);
     
     
 private:
-    string outputDir, sharedfile;
+    string outputDir, sharedfile, groups;
     bool abort;
     set<string> labels;
-    vector<string> outputNames;
+    vector<string> outputNames, Groups;
     vector<int> counts;
     vector<double> rankSums;
     vector<double> rankMeans;