X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parselistscommand.cpp;h=5a568f3511d38f56601362d860a9643e702c9a1b;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=3ed65c67f700b98d3c99a12a9dc6018ff4cfdd76;hpb=3504e4e2feeb05aabb0c79aa42cb696522030924;p=mothur.git diff --git a/parselistscommand.cpp b/parselistscommand.cpp index 3ed65c6..5a568f3 100644 --- a/parselistscommand.cpp +++ b/parselistscommand.cpp @@ -169,7 +169,7 @@ ParseListCommand::ParseListCommand(string option) { else if (countfile == "not open") { abort = true; countfile = ""; } else { m->setCountTableFile(countfile); - ct.readTable(countfile); + ct.readTable(countfile, true); if (!ct.hasGroupInfo()) { abort = true; m->mothurOut("[ERROR]: The parse.list command requires group info to be present in your countfile, quitting."); m->mothurOutEndLine();