]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerauchimecommand.h
fixes while testing 1.33.0
[mothur.git] / chimerauchimecommand.h
index fadc4a4d401dcf5da93d0d32c56ed9ec8a7ef99a..e98a20d9056b858892d9f4ac69ff2517f2604165 100644 (file)
@@ -175,7 +175,7 @@ static DWORD WINAPI MyUchimeThreadFunction(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 {