]> git.donarmstrong.com Git - mothur.git/blobdiff - counttable.cpp
changes while testing 1.26
[mothur.git] / counttable.cpp
index 7f08509897f0765823b4e2e7b65f837809821c45..f632731cd8892da29469b31fdefe80d9557b52a0 100644 (file)
@@ -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<int> groupCounts; groupCounts.resize(numGroups, 0);