X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deconvolutecommand.cpp;fp=deconvolutecommand.cpp;h=98109ef33c488a071b04ad5ada84ffcab9d2e1f8;hb=a935b75dd890da5ae7f09e5e6179f90ab2955348;hp=51fa43b39f87f06a3054808acb4937e05ae2337f;hpb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;p=mothur.git diff --git a/deconvolutecommand.cpp b/deconvolutecommand.cpp index 51fa43b..98109ef 100644 --- a/deconvolutecommand.cpp +++ b/deconvolutecommand.cpp @@ -209,7 +209,7 @@ int DeconvoluteCommand::execute() { } CountTable ct; if (countfile != "") { - ct.readTable(countfile, true); + ct.readTable(countfile, true, false); if (countfile == outCountFile){ //prepare filenames and open files map mvariables;