]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
finished mpi for filter.seqs
[mothur.git] / globaldata.hpp
index 0238a0aaeffa7a7e710182af82010ea058edf1df..b4b8e0d33912acdd9790a49bc276dc8deef4d6d8 100644 (file)
@@ -47,6 +47,7 @@ public:
        vector<string>  Estimators, Groups; //holds estimators to be used
        set<string> labels; //holds labels to be used
        vector<string> Treenames;
+       map<string, string> names;
        
        
        string getPhylipFile();
@@ -83,7 +84,7 @@ public:
        void newRead();
        
 private:
-
+       MothurOut* m;
        string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, treefile, sharedfile, format, distfile;
 
        static GlobalData* _uniqueInstance;