X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venncommand.cpp;h=1b4e3bc70848d7511c1dcd136fb4c320e4265b11;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=b5b401de349fcf9d57253582d7c68d9c6cd3f99a;hpb=0718c426add1df69adcc24444ef45550fb262ca7;p=mothur.git diff --git a/venncommand.cpp b/venncommand.cpp index b5b401d..1b4e3bc 100644 --- a/venncommand.cpp +++ b/venncommand.cpp @@ -193,7 +193,7 @@ VennCommand::VennCommand(string option) { string temp; temp = validParameter.validFile(parameters, "abund", false); if (temp == "not found") { temp = "10"; } - convert(temp, abund); + m->mothurConvert(temp, abund); temp = validParameter.validFile(parameters, "nseqs", false); if (temp == "not found"){ temp = "f"; } nseqs = m->isTrue(temp); @@ -202,7 +202,7 @@ VennCommand::VennCommand(string option) { perm = m->isTrue(temp); temp = validParameter.validFile(parameters, "fontsize", false); if (temp == "not found") { temp = "24"; } - convert(temp, fontsize); + m->mothurConvert(temp, fontsize); }