]> git.donarmstrong.com Git - mothur.git/blobdiff - removerarecommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / removerarecommand.cpp
index a551681fb6721e4b3670fe912e1b6bfe909dd388..2eb5f63da369828e4e67e0f0b262b1e786b75a88 100644 (file)
@@ -411,7 +411,7 @@ int RemoveRareCommand::processList(){
                        util.setGroups(Groups, namesGroups);
                        m->openOutputFile(outputGroupFileName, outGroup);
                }else if (countfile != "") {
-            ct.readTable(countfile, true);
+            ct.readTable(countfile, true, false);
             if (ct.hasGroupInfo()) {
                 vector<string> namesGroups = ct.getNamesOfGroups();
                 SharedUtil util;