]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
merged pat's trim seqs edits with sarah's major overhaul of global data; also added...
[mothur.git] / globaldata.hpp
index 1d38d63afc4df198599b77cf725b734c531a33ac..6515521768bfe2291775965e80eb94eac4d7a760 100644 (file)
@@ -7,6 +7,8 @@
 #include "rabundvector.hpp"
 #include "sabundvector.hpp"
 #include "listvector.hpp"
+#include "tree.h"
+#include "sparsematrix.hpp"
 
 class ListVector;
 class SharedListVector;
@@ -49,28 +51,30 @@ public:
        string getListFile();
        string getRabundFile();
        string getSabundFile();
-       string getNameFile();
-       string getGroupFile();
+       string getNameFile();   //do we need this?
+       string getGroupFile();  //do we need this?
        string getOrderFile();
-       string getFastaFile();
+//     string getFastaFile();
        string getTreeFile();
        string getSharedFile();
-       string getFormat();
-       string getCandidateFile();
-               
+       string getFormat();     //do we need this?
+//     string getCandidateFile();
+//     string getTemplateFile();
+
        void setListFile(string);
-       void setFastaFile(string);
+//     void setFastaFile(string);
        void setTreeFile(string);
-       void setCandidateFile(string);
-       void setGroupFile(string);      
+//     void setCandidateFile(string);
+//     void setTemplateFile(string);
+       void setGroupFile(string);              //do we need this?
        void setPhylipFile(string);
        void setColumnFile(string);
-       void setNameFile(string);
+       void setNameFile(string);       //do we need this?
        void setRabundFile(string);
        void setSabundFile(string);
        void setSharedFile(string);
        void setOrderFile(string file);
-       void setFormat(string);
+       void setFormat(string); //do we need this?
        
        void clear(); 
        void clearLabels();
@@ -80,7 +84,7 @@ public:
        
 private:
 
-       string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, treefile, sharedfile, format, candidatefile;
+       string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, treefile, sharedfile, format;
 
        static GlobalData* _uniqueInstance;
        GlobalData( const GlobalData& ); // Disable copy constructor