]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
fixed an mpi bug in shhh.seqs
[mothur.git] / globaldata.hpp
index 301527a3f9b1e07d7f82ecbd4a04778ec0f39c37..b5e8c7cfc7cb246b9fbf9ca24097b1f3d190366c 100644 (file)
@@ -48,6 +48,7 @@ public:
        set<string> labels; //holds labels to be used
        vector<string> Treenames;
        map<string, string> names;
+       string saveNextLabel;
        
        
        string getPhylipFile();
@@ -61,6 +62,7 @@ public:
        string getOrderGroupFile();
        string getTreeFile();
        string getSharedFile();
+       string getRelAbundFile();
        string getFormat();     //do we need this?
 
 
@@ -73,6 +75,7 @@ public:
        void setRabundFile(string);
        void setSabundFile(string);
        void setSharedFile(string);
+       void setRelAbundFile(string);
        void setOrderFile(string file);
        void setOrderGroupFile(string file);
        void setFormat(string); //do we need this?
@@ -87,7 +90,7 @@ public:
        
 private:
        MothurOut* m;
-       string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, treefile, sharedfile, format, distfile, ordergroup;
+       string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, treefile, sharedfile, format, distfile, ordergroup, relAbundfile;
 
        static GlobalData* _uniqueInstance;
        GlobalData( const GlobalData& ); // Disable copy constructor