]> 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 16bc8d32b6bc75c2b4cbabfdb4ef6dfb78890d4c..f74619e29c792d28486447c919281f88b5d03ba0 100644 (file)
@@ -62,6 +62,7 @@ public:
        string getGroups();
        string getStep();
        string getForm();
+       string getSorted();
 
        void setListFile(string);
        void setPhylipFile(string);
@@ -82,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, step, form;
+       string cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form, sorted;
 
        static GlobalData* _uniqueInstance;
        GlobalData( const GlobalData& ); // Disable copy constructor