X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=globaldata.cpp;h=74daaa2cc87cea237619fec03afdf28a8095f65f;hb=bd93b1a6f9fe9a6a4a7ac2e9f106e5c83a438856;hp=69dccb5226638a3af2a2bb9936b774f6dc90169e;hpb=e189982e0a9b7352ad57cc38ccee675f128be22e;p=mothur.git diff --git a/globaldata.cpp b/globaldata.cpp index 69dccb5..74daaa2 100644 --- a/globaldata.cpp +++ b/globaldata.cpp @@ -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; } @@ -77,9 +81,11 @@ void GlobalData::clear() { namefile = ""; //do we need this? groupfile = ""; //do we need this? orderfile = ""; + ordergroup = ""; // fastafile = ""; //do we need this? treefile = ""; sharedfile = ""; + relAbundfile = ""; format = ""; }