X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedcommand.cpp;h=8d5d89c3a96843b5fd1c8aafa112f25c3b216e1f;hp=91ca1a15cc7b3d6bad67331e129b57c6819e34b4;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e diff --git a/sharedcommand.cpp b/sharedcommand.cpp index 91ca1a1..8d5d89c 100644 --- a/sharedcommand.cpp +++ b/sharedcommand.cpp @@ -766,7 +766,7 @@ int SharedCommand::createSharedFromListGroup(string filename) { m->setAllGroups(allGroups); }else{ countTable = new CountTable(); - countTable->readTable(countfile); + countTable->readTable(countfile, true); } if (m->control_pressed) { return 0; }