X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chopseqscommand.cpp;fp=chopseqscommand.cpp;h=68576cdb521efc994bedf2d3b2d40cc98a740b9c;hb=0ca63a8165baa0afa459e644ebe140ba496d5ba0;hp=abfd8dc239b185a69e86e7641a8505761ff9766e;hpb=1b0bddfbf4ac5df7e2dad03c8a5350e71b052f78;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);