]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
1.23.0
[mothur.git] / seqsummarycommand.cpp
index eeba0417b08f90aeb19d0ecf3664010133ad88fe..93950d1f6222c10af735808d87130213b6664017 100644 (file)
@@ -131,7 +131,7 @@ SeqSummaryCommand::SeqSummaryCommand(string option)  {
                        
                        string temp = validParameter.validFile(parameters, "processors", false);        if (temp == "not found"){       temp = m->getProcessors();      }
                        m->setProcessors(temp);
-                       convert(temp, processors);
+                       m->mothurConvert(temp, processors);
 
 
                }