]> git.donarmstrong.com Git - mothur.git/blobdiff - chopseqscommand.cpp
1.23.0
[mothur.git] / chopseqscommand.cpp
index abfd8dc239b185a69e86e7641a8505761ff9766e..68576cdb521efc994bedf2d3b2d40cc98a740b9c 100644 (file)
@@ -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);