X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqerrorcommand.cpp;h=54d3dcc5c9b6c93f267478e6491126b3aedff772;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=203a71ede5544a3d1c5e2eba73072fa825445aac;hpb=c48d91112209b841444923670dca5454da0e2a4d;p=mothur.git diff --git a/seqerrorcommand.cpp b/seqerrorcommand.cpp index 203a71e..54d3dcc 100644 --- a/seqerrorcommand.cpp +++ b/seqerrorcommand.cpp @@ -358,7 +358,7 @@ int SeqErrorCommand::execute(){ if(namesFileName != "") { weights = getWeights(); } else if (countfile != "") { CountTable ct; - ct.readTable(countfile); + ct.readTable(countfile, false); weights = ct.getNameMap(); }