]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterdoturcommand.cpp
some changes on qFinderDMM
[mothur.git] / clusterdoturcommand.cpp
index 91eb923ae38d8b9a52ebb8a00a4ea4fb0cf951a7..96bfc5c523be69bcc75dae33e35a209846aa2302 100644 (file)
@@ -226,7 +226,7 @@ int ClusterDoturCommand::execute(){
             delete nameMap;
                }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(countfile);
+            ct->readTable(countfile, false, false);
             cluster->readPhylipFile(phylipfile, ct);
             delete ct;
         }else {