]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
changed unifrac.weighted()
[mothur.git] / globaldata.hpp
index 31a63b67adad73bd7e46487a4849cee6135f6ede..309ab4a09c712132617c1fab8bd96e7849f4643b 100644 (file)
@@ -1,16 +1,7 @@
 #ifndef GLOBALDATA_HPP
 #define GLOBALDATA_HPP
 
-#include <string>
-#include <vector>
-#include <set>
-#include <iostream>
-#include <iomanip>
-#include <map>
-#include <sstream>
-#include <stdexcept>
-#include <exception>
-
+#include "mothur.h"
 #include "groupmap.h"
 #include "treemap.h"
 
@@ -66,6 +57,7 @@ public:
        string getFreq();
        string getAbund();
        string getRandomTree();
+       string getGroups();
 
        void setListFile(string);
        void setPhylipFile(string);
@@ -75,6 +67,7 @@ public:
        void setSabundFile(string);
        void setFormat(string);
        void setRandomTree(string);
+       void setGroups(string);
        void setCalc(string);