]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraperseuscommand.h
working on get.communitytype command
[mothur.git] / chimeraperseuscommand.h
index 99a66f8838e4ccbbe10fe72ef66135be7dfda869..0d907814e21b2ef48dbd3d1883fb3e8698533189 100644 (file)
@@ -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 {