]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.cpp
added flag to count table read so that commands that don't require the group info...
[mothur.git] / clustersplitcommand.cpp
index 37e42d2fb167591825a26e6599c6986ee78e4f78..74867ebdeb0ec271d07d727b7cf9c8d19aa13284 100644 (file)
@@ -1168,7 +1168,7 @@ string ClusterSplitCommand::clusterClassicFile(string thisDistFile, string thisN
             cluster->readPhylipFile(thisDistFile, nameMap);
                }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(thisNamefile);
+            ct->readTable(thisNamefile, false);
             cluster->readPhylipFile(thisDistFile, ct);
         }
         tag = cluster->getTag();
@@ -1296,7 +1296,7 @@ string ClusterSplitCommand::clusterFile(string thisDistFile, string thisNamefile
             read->read(nameMap);
                }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(thisNamefile);
+            ct->readTable(thisNamefile, false);
             read->read(ct);
         }else { read->read(nameMap); }