]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.cpp
changes while testing
[mothur.git] / clustercommand.cpp
index e4e20622cae08b3578e8e8871616c1cd874da0aa..2ac2eaa6bd2466df296e407e7e67f9c8a095edc3 100644 (file)
@@ -305,7 +305,7 @@ int ClusterCommand::execute(){
             read->read(nameMap);
                }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(countfile);
+            ct->readTable(countfile, false);
             read->read(ct);
         }else { read->read(nameMap); }