X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraperseuscommand.h;h=b6d4fc9323f659abe52cd70a1e3598a84d9db936;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=99a66f8838e4ccbbe10fe72ef66135be7dfda869;hpb=c48d91112209b841444923670dca5454da0e2a4d;p=mothur.git diff --git a/chimeraperseuscommand.h b/chimeraperseuscommand.h index 99a66f8..b6d4fc9 100644 --- a/chimeraperseuscommand.h +++ b/chimeraperseuscommand.h @@ -130,7 +130,7 @@ static DWORD WINAPI MyPerseusThreadFunction(LPVOID lpParam){ SequenceCountParser* cparser; if (pDataArray->hasCount) { CountTable* ct = new CountTable(); - ct->readTable(pDataArray->namefile); + ct->readTable(pDataArray->namefile, true); cparser = new SequenceCountParser(pDataArray->fastafile, *ct); delete ct; }else {