]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterdoturcommand.cpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / clusterdoturcommand.cpp
index 91eb923ae38d8b9a52ebb8a00a4ea4fb0cf951a7..08a5938b85b3b40f7a53619766d1a9a3e004a9a5 100644 (file)
@@ -226,7 +226,7 @@ int ClusterDoturCommand::execute(){
             delete nameMap;
                }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(countfile);
+            ct->readTable(countfile, false);
             cluster->readPhylipFile(phylipfile, ct);
             delete ct;
         }else {