X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedcommand.cpp;h=8d5d89c3a96843b5fd1c8aafa112f25c3b216e1f;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=91ca1a15cc7b3d6bad67331e129b57c6819e34b4;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git 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; }