]> git.donarmstrong.com Git - mothur.git/blobdiff - removerarecommand.cpp
1.23.0
[mothur.git] / removerarecommand.cpp
index 351ace6db7ea98c033514086004091e6352f663e..24b616560de3bed794d423f4cb7a3544f0d48f5f 100644 (file)
@@ -220,7 +220,7 @@ RemoveRareCommand::RemoveRareCommand(string option)  {
                        
                        string temp = validParameter.validFile(parameters, "nseqs", false);      
                        if (temp == "not found") { m->mothurOut("nseqs is a required parameter."); m->mothurOutEndLine(); abort = true; }
-                       else { convert(temp, nseqs); }
+                       else { m->mothurConvert(temp, nseqs); }
                        
                        temp = validParameter.validFile(parameters, "bygroup", false);   if (temp == "not found") { temp = "f"; }
                        byGroup = m->isTrue(temp);