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