X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraperseuscommand.h;h=0d907814e21b2ef48dbd3d1883fb3e8698533189;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=b6d4fc9323f659abe52cd70a1e3598a84d9db936;hpb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;p=mothur.git diff --git a/chimeraperseuscommand.h b/chimeraperseuscommand.h index b6d4fc9..0d90781 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, true); + ct->readTable(pDataArray->namefile, true, false); cparser = new SequenceCountParser(pDataArray->fastafile, *ct); delete ct; }else {