]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
changes while testing
[mothur.git] / seqsummarycommand.cpp
index 6d8336cb40217a9547791e69765230dff0dabe62..27bb8d95190fb66ea03510cf266d2d53824d988c 100644 (file)
@@ -203,7 +203,7 @@ int SeqSummaryCommand::execute(){
                if (namefile != "") { nameMap = m->readNames(namefile); }
         else if (countfile != "") {
             CountTable ct;
-            ct.readTable(countfile);
+            ct.readTable(countfile, false);
             nameMap = ct.getNameMap();
         }