You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone!!
I'm trying to read an mlc file (output from CODEML program) using the read.codeml_mlc function. However, I'm getting the following error:
tree <- read.codeml_mlc("mlc")
Error in strsplit(., split = "[[:space:]]") :
non character argument
Does anyone have an idea of what could be wrong? This is an ordinary mlc output from PAML, I have not modified or altered it, however, the error seems to be related to my file, because I have tried running the example from the tutorial (reading the mlc file provided with the package) and it works fine.
I guess another way to put the question is : to which part of the file is the strsplit(., split = "[[:space:]]") being applied to? Because that's clearly the part that is wrong with my file.
Thanks in advance for any help that could be provided!!
The text was updated successfully, but these errors were encountered:
Hello everyone!!
I'm trying to read an mlc file (output from CODEML program) using the
read.codeml_mlc
function. However, I'm getting the following error:Does anyone have an idea of what could be wrong? This is an ordinary mlc output from PAML, I have not modified or altered it, however, the error seems to be related to my file, because I have tried running the example from the tutorial (reading the mlc file provided with the package) and it works fine.
I guess another way to put the question is : to which part of the file is the
strsplit(., split = "[[:space:]]")
being applied to? Because that's clearly the part that is wrong with my file.Thanks in advance for any help that could be provided!!
The text was updated successfully, but these errors were encountered: