X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bootstrapsharedcommand.cpp;h=de9657420aabb0f8dd817a7bfe1fb4339bc3144e;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=783016ac0738b1f31fa0aee05fbd0fb5a0be8228;hpb=19fcbbdba99658f5eca244803280f9ee7f9f6607;p=mothur.git diff --git a/bootstrapsharedcommand.cpp b/bootstrapsharedcommand.cpp index 783016a..de96574 100644 --- a/bootstrapsharedcommand.cpp +++ b/bootstrapsharedcommand.cpp @@ -140,7 +140,7 @@ BootSharedCommand::BootSharedCommand(string option) { if (groups == "not found") { groups = ""; } else { m->splitAtDash(groups, Groups); - m->Groups = Groups; + m->setGroups(Groups); } calc = validParameter.validFile(parameters, "calc", false); @@ -157,7 +157,7 @@ BootSharedCommand::BootSharedCommand(string option) { string temp; temp = validParameter.validFile(parameters, "iters", false); if (temp == "not found") { temp = "1000"; } - convert(temp, iters); + m->mothurConvert(temp, iters); if (abort == false) {