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
The .iqtree file produced by IQ-Tree is not readable by read.iqtree; read.iqtree takes a newick file as input. There should be a .treefile file in the folder with ''MLtreewithParts.iqtree'. Try opening that file instead:
That is the error when I try to load an iqtree file in RStudio. If I try to load it in a base R session, I get this:
` *** caught segfault ***
address 0x55e30bb1bd18, cause 'memory not mapped'
Traceback:
1: FUN(X[[i]], ...)
2: lapply(STRING, .treeBuild)
3: read.tree(text = treetext)
4: read.iqtree("~/diversity_proj/trees/MLtreewithParts.iqtree")
`
and then the R session crashes.
I'm running R ver 4.2.1 and treeio v1.22.0
all I typed was:
tree = read.iqtree('MLtreewithParts.iqtree')
Nothing else is loading in my environment other than treeio.
MLtreewithParts.iqtree.txt
The text was updated successfully, but these errors were encountered: