]> git.donarmstrong.com Git - mothur.git/blobdiff - splitgroupscommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / splitgroupscommand.cpp
index 5c0103708bc99daaf6d0046435882c72a6c631a7..88292bd2694e4dd044bcacc8c38d5c2c34a7d204 100644 (file)
@@ -320,7 +320,7 @@ int SplitGroupCommand::runCount(){
        try {
         
         CountTable ct;
-        ct.readTable(countfile, true);
+        ct.readTable(countfile, true, false);
         if (!ct.hasGroupInfo()) { m->mothurOut("[ERROR]: your count file does not contain group info, cannot split by group.\n"); m->control_pressed = true; }
         
         if (m->control_pressed) { return 0; }