]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.cpp
1.23.0
[mothur.git] / venncommand.cpp
index b5b401de349fcf9d57253582d7c68d9c6cd3f99a..1b4e3bc70848d7511c1dcd136fb4c320e4265b11 100644 (file)
@@ -193,7 +193,7 @@ VennCommand::VennCommand(string option)  {
                        
                        string temp;
                        temp = validParameter.validFile(parameters, "abund", false);            if (temp == "not found") { temp = "10"; }
-                       convert(temp, abund); 
+                       m->mothurConvert(temp, abund); 
                        
                        temp = validParameter.validFile(parameters, "nseqs", false);            if (temp == "not found"){       temp = "f";                             }
                        nseqs = m->isTrue(temp); 
@@ -202,7 +202,7 @@ VennCommand::VennCommand(string option)  {
                        perm = m->isTrue(temp); 
                        
                        temp = validParameter.validFile(parameters, "fontsize", false);         if (temp == "not found") { temp = "24"; }
-                       convert(temp, fontsize);
+                       m->mothurConvert(temp, fontsize);
 
                }