X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.cpp;h=f632731cd8892da29469b31fdefe80d9557b52a0;hb=ce8794490ab1d83adcdb2b92e0302a1e43e17adf;hp=7f08509897f0765823b4e2e7b65f837809821c45;hpb=1f3d51cfdbe3e28c780501b7ed82d64fe27dba98;p=mothur.git diff --git a/counttable.cpp b/counttable.cpp index 7f08509..f632731 100644 --- a/counttable.cpp +++ b/counttable.cpp @@ -42,7 +42,8 @@ int CountTable::readTable(string file) { if (m->control_pressed) { break; } - in >> name >> thisTotal; m->gobble(in); + in >> name; m->gobble(in); in >> thisTotal; m->gobble(in); + if (m->debug) { m->mothurOut("[DEBUG]: " + name + '\t' + toString(thisTotal) + "\n"); } //if group info, then read it vector groupCounts; groupCounts.resize(numGroups, 0);