]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.cpp
working on testing
[mothur.git] / globaldata.cpp
index 69dccb5226638a3af2a2bb9936b774f6dc90169e..b18324b8766f9d498295a6e630caaec1b5cc9595 100644 (file)
@@ -26,8 +26,10 @@ string GlobalData::getSabundFile()           {       return sabundfile;              }
 string GlobalData::getNameFile()               {       return namefile;                }
 string GlobalData::getGroupFile()              {       return groupfile;               }
 string GlobalData::getOrderFile()              {       return orderfile;               }
+string GlobalData::getOrderGroupFile() {       return ordergroup;              }
 string GlobalData::getTreeFile()               {       return treefile;                }
 string GlobalData::getSharedFile()             {       return sharedfile;              }       
+string GlobalData::getRelAbundFile()   {       return relAbundfile;    }       
 string GlobalData::getFormat()                 {       return format;                  }
 
 void GlobalData::setListFile(string file)              {       listfile = file;        inputFileName = file;                                   }
@@ -38,8 +40,10 @@ void GlobalData::setPhylipFile(string file)          {       phylipfile = file;    inputFileNa
 void GlobalData::setColumnFile(string file)            {       columnfile = file;    inputFileName = file;                                     }
 void GlobalData::setGroupFile(string file)             {       groupfile = file;                                                                                       }
 void GlobalData::setSharedFile(string file)            {       sharedfile = file;      inputFileName = file;                                   }
+void GlobalData::setRelAbundFile(string file)  {       relAbundfile = file;    inputFileName = file;                           }
 void GlobalData::setNameFile(string file)              {       namefile = file;                }
 void GlobalData::setOrderFile(string file)             {       orderfile = file;               }
+void GlobalData::setOrderGroupFile(string file)        {       ordergroup = file;              }
 void GlobalData::setFormat(string Format)              {       format = Format;                }
 
 
@@ -63,6 +67,7 @@ GlobalData::GlobalData() {
        gTreemap = NULL;
        gSequenceDB = NULL;
        nameMap = NULL;
+       saveNextLabel = "";
 }
 /*******************************************************/
 
@@ -77,10 +82,13 @@ void GlobalData::clear() {
        namefile                =       ""; //do we need this?
        groupfile               =       ""; //do we need this?
        orderfile               =       "";
+       ordergroup              =       "";
 //     fastafile               =   ""; //do we need this?
        treefile                =       "";
        sharedfile              =       "";
+       relAbundfile    =       "";
        format = "";
+       saveNextLabel = "";
 }