]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
made sorting optional but sort by default, in case the user wants to see the heatmap...
[mothur.git] / globaldata.hpp
index 6070dd7b2cdd6122b78c5833359ce487497fd0e3..f74619e29c792d28486447c919281f88b5d03ba0 100644 (file)
@@ -60,6 +60,9 @@ public:
        string getAbund();
        string getRandomTree();
        string getGroups();
+       string getStep();
+       string getForm();
+       string getSorted();
 
        void setListFile(string);
        void setPhylipFile(string);
@@ -80,7 +83,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, sorted;
 
        static GlobalData* _uniqueInstance;
        GlobalData( const GlobalData& ); // Disable copy constructor