X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqerrorcommand.cpp;h=41ddf35a7705264445749caf8868d80049ae61ac;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=5879241372dd3b60b34683683a0c1edbcbd64d57;hpb=ac663461b19ad1436a06aa63f97221d1ff105482;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(); }