X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deconvolutecommand.cpp;h=8b73425fc5c2aefb2d7e3b4a87caf4fa8be44c40;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=09e077b57ca8800d3663f6dd5c3515102aaa1129;hpb=859e3a473a3e63e0060c49be70b80f9289253da2;p=mothur.git diff --git a/deconvolutecommand.cpp b/deconvolutecommand.cpp index 09e077b..8b73425 100644 --- a/deconvolutecommand.cpp +++ b/deconvolutecommand.cpp @@ -209,7 +209,7 @@ int DeconvoluteCommand::execute() { } CountTable ct; if (countfile != "") { - ct.readTable(countfile); + ct.readTable(countfile, false); if (countfile == outCountFile){ //prepare filenames and open files map mvariables;