]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.cpp
added modify names parameter to set.dir
[mothur.git] / removeseqscommand.cpp
index c7af108325390221bd0313e4ad2a733dfd2e90d3..b1bc4fd508576c04126206b4e178798c088cb91d 100644 (file)
@@ -557,7 +557,7 @@ int RemoveSeqsCommand::readCount(){
         //check for groups that have been eliminated
         CountTable ct;
         if (ct.testGroups(outputFileName)) {
-            ct.readTable(outputFileName);
+            ct.readTable(outputFileName, true);
             ct.printTable(outputFileName);
         }