X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqsummarycommand.cpp;h=e941b3a9a2ff500dd07e221712757a8b899526d2;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=0e3b70c1db3824084a51fb0db1c88630285878c2;hpb=bcb6728939694811bf6a00ae6d568f783840edfd;p=mothur.git diff --git a/seqsummarycommand.cpp b/seqsummarycommand.cpp index 0e3b70c..e941b3a 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, false); + ct.readTable(countfile, false, false); nameMap = ct.getNameMap(); }