]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
started work on sffinfo command. fixed bug across all paralellized commands if the...
[mothur.git] / globaldata.hpp
index f3b9b9ac148131b186ed1f94da55706714cd6c6d..35415c70c874039c99c758c24a77b7b43eeb6079 100644 (file)
@@ -43,7 +43,7 @@ public:
        TreeMap* gTreemap;
        SequenceDB* gSequenceDB;
        string inputFileName, argv;
-       bool allLines, runParse, jumble;
+       bool allLines, runParse, jumble, sim;
        vector<string>  Estimators, Groups; //holds estimators to be used
        set<string> labels; //holds labels to be used
        vector<string> Treenames;
@@ -84,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;