Hello everybody,
I am trying to construct a phylogenetic tree by using RAxML software.
These are my fist tries, so my knowledge is a little bit limited.
I run the following command:
raxmlHPC-SSE3 -f I -s all_sheep_mt.phylip -n boot -m GTRGAMMA -b 12345 -p 123456 -# 1000
and RAxML generated the file with all the 1000 trees (RAxML_bootstrap.boot
).
I also run the previous command without the -b
parameter and I took each tree on a different file and a file with the best one (RAxML_bestTree.boot
).
Finally, I run the following command in order to have except the branch lengths and the the bootstrap values (percentage of confidence).
raxmlHPC-SSE3 -f b -m GTRGAMMA -s all_sheep_mt.phylip -z RAxML_bootstrap.boot -t RAxML_bestTree.boot -n bootTree
The problem is that I finally have only the branch lengths onto the tree.
Any idea what I'm doing wrong?
Thank you very much in advance,
Vasilis
Thank you very much for your answer. Yes, the existence of the alignment file in the
-f b
stage was the reason.I followed the manual more careful and finally I did it. I have two trees with the support values as you said, one can be opened with FigTree, the other (with the braces for the nodes) not. Now I'm facing a more serious problem, the values are quite low, but I believe that I have to make a new question for this. It's not the first time that you are helping me and I'm really grateful for that :)
HI,
I want to display the bootstrap values in RAxML tree. Can you please mention the code which u had used?