Open manuelsmendoza opened 2 years ago
Hi, I am in the same situation.
My solution was to rerun that by myself. Using some files from OrthoFinder:
MultipleSequenceAlignments/SpeciesTreeAlignment.fa
.modeltest-ng
to estimate it (WARNING: IT'S HARDLY MEMORY CONSUMING!!). Maybe ModelFinder
is a better option. # Estimate the substitution model
modeltest-ng \
--force \
--processes $SLURM_NTASKS \
--datatype aa \
--input SpeciesTreeAlignment.fa \
--output SpeciesTreeAlignment.model \
--topology ml \
--frequencies e \
--model-het f \
--template raxml
# Reconstruct the tree
raxml-ng \
--redo \
--threads $SLURM_NTASKS \
--all \
--check \
--msa SpeciesTreeAlignment.fa \
--model MODEL \
--blopt nr_safe \
--bs-trees 5000
Thanks a lot. I also carried out the phylogenetic analyses using the same dataset (SpeciesTreeAlignment.fa) and similiar methods as you describled. But, I am confused whether the Speciestree in the folder Species_Tree was generated using the SpeciesTreeAlignment.fa file.
Hi!
I'm using OrthoFinder to infer the evolutionary relationship between different sea slugs (9 species). I run
orthofinder v2.5.4
as shown below. The Species tree obtained (Species_Tree/SpeciesTree_rooted.txt
) did not contain the bootstrap (branch support) values. Which was my wrong? What should I do to fix that?The log reports the following information: