Entering edit mode
4.4 years ago
melanie.m
•
0
Hello, I want to build a tree from a sequence alignment with RAxML-NG, but I can't get the bootstraps displayed. I make these command lines :
raxml-ng --all --msa <myalignment> --model LG --threads 3 --seed 2 --bs-metric fbp,tbe
then
raxml-ng --support --tree ...raxml.bestTree --bs-trees ...raxml.bootstraps --threads 3 --bs-metric tbe
Does anyone know where my mistake is?
Thank you !