X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedcommand.cpp;h=1e078b3f82080ec554462a12f2564b5a5f470d04;hb=a935b75dd890da5ae7f09e5e6179f90ab2955348;hp=91ca1a15cc7b3d6bad67331e129b57c6819e34b4;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git diff --git a/sharedcommand.cpp b/sharedcommand.cpp index 91ca1a1..1e078b3 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, false); } if (m->control_pressed) { return 0; }