]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.cpp
working on pam
[mothur.git] / classifyseqscommand.cpp
index edbd4c466bfa500bcaa72b1f8266f3dd40185ae9..1b56433073d404e2c7f33513f7362f8306afcb42 100644 (file)
@@ -812,7 +812,7 @@ int ClassifySeqsCommand::execute(){
                 PhyloSummary* taxaSum;
                 if (hasCount) { 
                     ct = new CountTable();
-                    ct->readTable(countfileNames[s]);
+                    ct->readTable(countfileNames[s], true, false);
                     taxaSum = new PhyloSummary(taxonomyFileName, ct);
                     taxaSum->summarize(tempTaxonomyFile);
                 }else {