]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
working on libshuff
[mothur.git] / globaldata.hpp
index 6070dd7b2cdd6122b78c5833359ce487497fd0e3..16bc8d32b6bc75c2b4cbabfdb4ef6dfb78890d4c 100644 (file)
@@ -60,6 +60,8 @@ public:
        string getAbund();
        string getRandomTree();
        string getGroups();
+       string getStep();
+       string getForm();
 
        void setListFile(string);
        void setPhylipFile(string);
@@ -80,7 +82,7 @@ public:
                
 private:
        string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, treefile, sharedfile, line, label, randomtree, groups;
-       string cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund;
+       string cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form;
 
        static GlobalData* _uniqueInstance;
        GlobalData( const GlobalData& ); // Disable copy constructor