]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.cpp
working on testing
[mothur.git] / globaldata.cpp
index affa4636ab4716746665b6b7c73ccccf1f7b9354..b18324b8766f9d498295a6e630caaec1b5cc9595 100644 (file)
@@ -29,6 +29,7 @@ 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;                                   }
@@ -39,6 +40,7 @@ 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;              }
@@ -65,6 +67,7 @@ GlobalData::GlobalData() {
        gTreemap = NULL;
        gSequenceDB = NULL;
        nameMap = NULL;
+       saveNextLabel = "";
 }
 /*******************************************************/
 
@@ -83,7 +86,9 @@ void GlobalData::clear() {
 //     fastafile               =   ""; //do we need this?
        treefile                =       "";
        sharedfile              =       "";
+       relAbundfile    =       "";
        format = "";
+       saveNextLabel = "";
 }