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