X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqerrorcommand.cpp;h=41ddf35a7705264445749caf8868d80049ae61ac;hb=6ce64c0c32f0aa22eaf70953bd8264130e20e18f;hp=5879241372dd3b60b34683683a0c1edbcbd64d57;hpb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;p=mothur.git diff --git a/seqerrorcommand.cpp b/seqerrorcommand.cpp index 5879241..41ddf35 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, false); + ct.readTable(countfile, false, false); weights = ct.getNameMap(); }