X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chopseqscommand.cpp;h=68576cdb521efc994bedf2d3b2d40cc98a740b9c;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=abfd8dc239b185a69e86e7641a8505761ff9766e;hpb=7f0cae4f4853cc3f12bc751ee06ea31c7c97496e;p=mothur.git diff --git a/chopseqscommand.cpp b/chopseqscommand.cpp index abfd8dc..68576cd 100644 --- a/chopseqscommand.cpp +++ b/chopseqscommand.cpp @@ -121,7 +121,7 @@ ChopSeqsCommand::ChopSeqsCommand(string option) { outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = m->hasPath(fastafile); } string temp = validParameter.validFile(parameters, "numbases", false); if (temp == "not found") { temp = "0"; } - convert(temp, numbases); + m->mothurConvert(temp, numbases); temp = validParameter.validFile(parameters, "countgaps", false); if (temp == "not found") { temp = "f"; } countGaps = m->isTrue(temp);