X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removelineagecommand.cpp;h=1496f8a69b74896f610889bbf87771f9237d89da;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=5b6fc252c4ae8c78619d0f3ad76afbb9792cbddd;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git 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); }