]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
started shared utilities, updates to venn and heatmap added tree.groups command
[mothur.git] / rarefactsharedcommand.h
index b5b638fc3b7a408ef8198f55d5309e64afa2b3f5..2f7920e922cf8509487aa2ae7a3060075b0e90cd 100644 (file)
@@ -17,6 +17,7 @@
 #include "display.h"
 #include "readmatrix.hpp"
 #include "validcalculator.h"
+#include "sharedutilities.h"
 
 /* The rarefaction.shared() command:
        The rarefaction command generates a rarefaction curve from a given file representing several groups.  
@@ -40,8 +41,8 @@ public:
        int execute();  
        
 private:
-       void setGroups();
        GlobalData* globaldata;
+       SharedUtil* util;
        SharedListVector* SharedList;
        ReadMatrix* read;
        SharedOrderVector* order;