X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=listseqscommand.cpp;h=cf884705cb26f341ef08713b118af32fd49c5bdf;hp=d10dfb4935c390d0353976eeb5c182340519ebfb;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=2cfb747aa8f63bde9c1114001e6d2e81ccd26178 diff --git a/listseqscommand.cpp b/listseqscommand.cpp index d10dfb4..cf88470 100644 --- a/listseqscommand.cpp +++ b/listseqscommand.cpp @@ -415,7 +415,7 @@ int ListSeqsCommand::readGroup(){ int ListSeqsCommand::readCount(){ try { CountTable ct; - ct.readTable(countfile); + ct.readTable(countfile, false); if (m->control_pressed) { return 0; }