X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=globaldata.hpp;h=301527a3f9b1e07d7f82ecbd4a04778ec0f39c37;hb=5df1b242d9c2b604eb414da44b28de81d52567d7;hp=35415c70c874039c99c758c24a77b7b43eeb6079;hpb=c27e902ede71ea4d20af65752ef04459c101611b;p=mothur.git diff --git a/globaldata.hpp b/globaldata.hpp index 35415c7..301527a 100644 --- a/globaldata.hpp +++ b/globaldata.hpp @@ -58,6 +58,7 @@ public: string getNameFile(); //do we need this? string getGroupFile(); //do we need this? string getOrderFile(); + string getOrderGroupFile(); string getTreeFile(); string getSharedFile(); string getFormat(); //do we need this? @@ -73,6 +74,7 @@ public: void setSabundFile(string); void setSharedFile(string); void setOrderFile(string file); + void setOrderGroupFile(string file); void setFormat(string); //do we need this? NameAssignment* nameMap; @@ -85,7 +87,7 @@ public: private: MothurOut* m; - string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, treefile, sharedfile, format, distfile; + string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, treefile, sharedfile, format, distfile, ordergroup; static GlobalData* _uniqueInstance; GlobalData( const GlobalData& ); // Disable copy constructor