X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerauchimecommand.h;h=e98a20d9056b858892d9f4ac69ff2517f2604165;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=2237493801aa836dcb84e77e3957a480f30dcc2b;hpb=e9845ee4c8db2e044e87d721cc2d94f8d609e03d;p=mothur.git diff --git a/chimerauchimecommand.h b/chimerauchimecommand.h index 2237493..e98a20d 100644 --- a/chimerauchimecommand.h +++ b/chimerauchimecommand.h @@ -175,7 +175,7 @@ static DWORD WINAPI MyUchimeThreadFunction(LPVOID lpParam){ SequenceCountParser* cparser; if (pDataArray->hasCount) { CountTable* ct = new CountTable(); - ct->readTable(pDataArray->namefile); + ct->readTable(pDataArray->namefile, true, false); cparser = new SequenceCountParser(pDataArray->fastafile, *ct); delete ct; }else {