]> git.donarmstrong.com Git - mothur.git/blobdiff - phylosummary.cpp
changes while testing.
[mothur.git] / phylosummary.cpp
index 7d9fcac2558da8f50653a11ddafd997b58c1c286..2f565150aabeec35cc8a3c03a459d8b85090550b 100644 (file)
@@ -25,7 +25,7 @@ PhyloSummary::PhyloSummary(string refTfile, string groupFile){
                }
                                
                //check for necessary files
-               string taxFileNameTest = refTfile.substr(0,refTfile.find_last_of(".")+1) + "tree.sum";
+               string taxFileNameTest = m->getFullPathName((refTfile.substr(0,refTfile.find_last_of(".")+1) + "tree.sum"));
                ifstream FileTest(taxFileNameTest.c_str());
                
                if (!FileTest) {