]> git.donarmstrong.com Git - mothur.git/blobdiff - phylosummary.cpp
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / phylosummary.cpp
index 26ae3a83df25e18c8d2d59344b12f0d9c471e401..873e5d1788162611db706617d9cf17f73df6a48b 100644 (file)
@@ -343,7 +343,7 @@ void PhyloSummary::print(ofstream& out){
        try {
                
                if (ignore) { assignRank(0); }
-               
+       
                //print labels
                out << "taxlevel\t rankID\t taxon\t daughterlevels\t total\t";
                if (groupmap != NULL) {
@@ -412,6 +412,7 @@ void PhyloSummary::print(int i, ofstream& out){
                                        for (int i = 0; i < groupmap->namesOfGroups.size(); i++) {  out << tree[it->second].groupCount[groupmap->namesOfGroups[i]] << '\t'; } 
                                }
                                out << endl;
+                               
                        }
                        
                        print(it->second, out);