X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=removelineagecommand.cpp;h=1496f8a69b74896f610889bbf87771f9237d89da;hp=5b6fc252c4ae8c78619d0f3ad76afbb9792cbddd;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hpb=c48d91112209b841444923670dca5454da0e2a4d diff --git a/removelineagecommand.cpp b/removelineagecommand.cpp index 5b6fc25..1496f8a 100644 --- a/removelineagecommand.cpp +++ b/removelineagecommand.cpp @@ -599,7 +599,7 @@ int RemoveLineageCommand::readCount(){ //check for groups that have been eliminated CountTable ct; if (ct.testGroups(outputFileName)) { - ct.readTable(outputFileName); + ct.readTable(outputFileName, true); ct.printTable(outputFileName); }