X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlineagecommand.cpp;fp=getlineagecommand.cpp;h=b895cc4fc62bfb49346c96df7a0d6371dd2b4a50;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hp=438aa3808441e60b9fb4fa22d4e9313a58956b2a;hpb=c48d91112209b841444923670dca5454da0e2a4d;p=mothur.git diff --git a/getlineagecommand.cpp b/getlineagecommand.cpp index 438aa38..b895cc4 100644 --- a/getlineagecommand.cpp +++ b/getlineagecommand.cpp @@ -444,7 +444,7 @@ int GetLineageCommand::readCount(){ //check for groups that have been eliminated CountTable ct; if (ct.testGroups(outputFileName)) { - ct.readTable(outputFileName); + ct.readTable(outputFileName, true); ct.printTable(outputFileName); }