]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.cpp
changed random forest output filename
[mothur.git] / listseqscommand.cpp
index d10dfb4935c390d0353976eeb5c182340519ebfb..cf884705cb26f341ef08713b118af32fd49c5bdf 100644 (file)
@@ -415,7 +415,7 @@ int ListSeqsCommand::readGroup(){
 int ListSeqsCommand::readCount(){
        try {
                CountTable ct;
-               ct.readTable(countfile);
+               ct.readTable(countfile, false);
         
         if (m->control_pressed) { return 0; }