X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitabundcommand.cpp;h=0fff42804cf702b0ba74cbbe245b51a0f91c1bff;hb=a935b75dd890da5ae7f09e5e6179f90ab2955348;hp=2d37e8d459857f7f0161ba87111df0403ff9c827;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git diff --git a/splitabundcommand.cpp b/splitabundcommand.cpp index 2d37e8d..0fff428 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, false); } if ((namefile != "") && (countfile != "")) {