]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerauchimecommand.h
fixes while testing 1.33.0
[mothur.git] / chimerauchimecommand.h
index 2237493801aa836dcb84e77e3957a480f30dcc2b..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);
+            ct->readTable(pDataArray->namefile, true, false);
             cparser = new SequenceCountParser(pDataArray->fastafile, *ct);
             delete ct;
         }else {