I am trying to visualize the tree using ete2 and figtree. But the programs don't seem to understand the bootstrap value given in RAxML_bipartitionsBranchLabels.test as branch_len[bootstrap value] : 0.44849636763673333961[20]
Could you tell me how can I visualize the trees with support values?
3. Latest versions of RAxML produce a newick file with the correct standard format. You should see something like RAxML_bipartitionsBranchLabels.mytree and RAxML_bipartitions.mytree. They are the same tree, and the former has the correct format
ADD COMMENT
• link
updated 2.7 years ago by
Ram
44k
•
written 10.8 years ago by
jhc
★
3.0k
0
Entering edit mode
Nice solution. Just for reference, you don't need cat in the second command, perl will take the file from stdin or as an argument.
ADD REPLY
• link
updated 2.7 years ago by
Ram
44k
•
written 10.8 years ago by
SES
8.6k
0
Entering edit mode
I tried this but I'm still having trouble with ete2. Here's the script I'm using:
Nice solution. Just for reference, you don't need
cat
in the second command, perl will take the file from stdin or as an argument.I tried this but I'm still having trouble with ete2. Here's the script I'm using:
and here's the output I'm getting: