X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=globaldata.cpp;h=b18324b8766f9d498295a6e630caaec1b5cc9595;hb=c6e5f84783b39a558119835963dec3c4facb0154;hp=affa4636ab4716746665b6b7c73ccccf1f7b9354;hpb=5df1b242d9c2b604eb414da44b28de81d52567d7;p=mothur.git diff --git a/globaldata.cpp b/globaldata.cpp index affa463..b18324b 100644 --- a/globaldata.cpp +++ b/globaldata.cpp @@ -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 = ""; }