Hi everyone,
I import a RAxML tree file into the RStudio in the Galaxy.
- When I used the code: ```
tree ← read.tree(treefile)
An error reported as: Warning message:
In read.tree(treefile) : no semicolon(s) [end(s) of tree] found
2. When I used the code:
tree <- read.tree(file = "", text = NULL, tree.names = NULL, skip = 0, comment.char = "", keep.multi = FALSE)
In the console panel, that will appear a number like the screenshot as following.

Can anyone help me?
Thank you.