]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.cpp
changes while testing
[mothur.git] / mgclustercommand.cpp
index 24c4f27777d21ed88b6f3b41411394502802404e..e76dd4860b03826db116323af7e42528a591c526 100644 (file)
@@ -247,7 +247,7 @@ int MGClusterCommand::execute(){
         if(countfile != "") {
             //map<string, int> nameMapCounts = m->readNames(namefile);
             ct = new CountTable();
-            ct->readTable(countfile);
+            ct->readTable(countfile, false);
             rabund = new RAbundVector();
             createRabund(ct, list, rabund);
         }else {