]> git.donarmstrong.com Git - mothur.git/blobdiff - summaryqualcommand.cpp
1.23.0
[mothur.git] / summaryqualcommand.cpp
index 0969a1216f3f2152ef21d0e453a6920dff1d663a..421a8f2ad36c64e218aa68a4eb6fd8dc651362d0 100644 (file)
@@ -131,7 +131,7 @@ SummaryQualCommand::SummaryQualCommand(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);                     
                }
        }
        catch(exception& e) {