X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitabundcommand.cpp;h=580493b60a1e4d449a71b8689635e8ced4dea397;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=2d37e8d459857f7f0161ba87111df0403ff9c827;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git diff --git a/splitabundcommand.cpp b/splitabundcommand.cpp index 2d37e8d..580493b 100644 --- a/splitabundcommand.cpp +++ b/splitabundcommand.cpp @@ -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 != "")) {