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