X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqsummarycommand.cpp;h=27bb8d95190fb66ea03510cf266d2d53824d988c;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=6d8336cb40217a9547791e69765230dff0dabe62;hpb=c48d91112209b841444923670dca5454da0e2a4d;p=mothur.git diff --git a/seqsummarycommand.cpp b/seqsummarycommand.cpp index 6d8336c..27bb8d9 100644 --- a/seqsummarycommand.cpp +++ b/seqsummarycommand.cpp @@ -203,7 +203,7 @@ int SeqSummaryCommand::execute(){ if (namefile != "") { nameMap = m->readNames(namefile); } else if (countfile != "") { CountTable ct; - ct.readTable(countfile); + ct.readTable(countfile, false); nameMap = ct.getNameMap(); }