]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.cpp
added flag to count table read so that commands that don't require the group info...
[mothur.git] / preclustercommand.cpp
index bbf8df27ac5ee691f091f150638b781f85486a11..24d22845c5a4fc33d109888e5f2007d25134672e 100644 (file)
@@ -192,7 +192,7 @@ PreClusterCommand::PreClusterCommand(string option) {
                        else if (countfile == "not open") { abort = true; countfile =  ""; }    
                        else {   
                 m->setCountTableFile(countfile); 
-                ct.readTable(countfile);
+                ct.readTable(countfile, true);
                 if (ct.hasGroupInfo()) { bygroup = true; }
                 else { bygroup = false;  }
             }