]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.cpp
added flag to count table read so that commands that don't require the group info...
[mothur.git] / treegroupscommand.cpp
index b793dc885ef9213f290f118be55066a0e2837086..0119741988c010e0d3b3d3df1bbc4c052f5bba8f 100644 (file)
@@ -458,7 +458,7 @@ int TreeGroupCommand::execute(){
                 readMatrix->read(nameMap);
             }else if (countfile != "") {
                 ct = new CountTable();
-                ct->readTable(countfile);
+                ct->readTable(countfile, true);
                 readMatrix->read(ct);
             }else {
                 readMatrix->read(nameMap);