X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqerrorcommand.cpp;h=41ddf35a7705264445749caf8868d80049ae61ac;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;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(); }