]> git.donarmstrong.com Git - mothur.git/blobdiff - splitabundcommand.cpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / splitabundcommand.cpp
index 2d37e8d459857f7f0161ba87111df0403ff9c827..580493b60a1e4d449a71b8689635e8ced4dea397 100644 (file)
@@ -212,7 +212,7 @@ SplitAbundCommand::SplitAbundCommand(string option)  {
                        else if (countfile == "not found") { countfile = "";  } 
                        else {
                 m->setCountTableFile(countfile); 
-                ct.readTable(countfile);
+                ct.readTable(countfile, true);
             }
             
             if ((namefile != "") && (countfile != "")) {