X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylosummary.cpp;fp=phylosummary.cpp;h=873e5d1788162611db706617d9cf17f73df6a48b;hb=19fcbbdba99658f5eca244803280f9ee7f9f6607;hp=26ae3a83df25e18c8d2d59344b12f0d9c471e401;hpb=65b6a38d00b3a72021611211e7c25392022c69ed;p=mothur.git diff --git a/phylosummary.cpp b/phylosummary.cpp index 26ae3a8..873e5d1 100644 --- a/phylosummary.cpp +++ b/phylosummary.cpp @@ -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);