]> git.donarmstrong.com Git - mothur.git/blobdiff - filterseqscommand.cpp
1.23.0
[mothur.git] / filterseqscommand.cpp
index d17f6a32749a44cf84ce24d1cdb251fd982020a1..82c73f3d439c1d3cc154c8dac67398075134a1e8 100644 (file)
@@ -222,7 +222,7 @@ FilterSeqsCommand::FilterSeqsCommand(string option)  {
                        
                        temp = validParameter.validFile(parameters, "processors", false);       if (temp == "not found"){       temp = m->getProcessors();      }
                        m->setProcessors(temp);
-                       convert(temp, processors); 
+                       m->mothurConvert(temp, processors); 
                        
                        vertical = validParameter.validFile(parameters, "vertical", false);             
                        if (vertical == "not found") {