Hi Sonia,
First I am by no means a raxml-ng expert. So we might need help from the raxml mail list.
But here is what I see:
Your command line is
raxml-ng_1.0.1_expanse -msa infile.txt --workers 10 --bs-trees
autoMRE{1000} --all --model part.txt --tree rand{500} --tree pars{500}
But the manual says the TBE file must be requested by a specific command flag, which your command line lacks:
Alternatively, we can compute so-called Transfer Bootstrap Expectation support metric (Lemoine et al. 2018), which is supposedly more appropriate for very large trees:
raxml-ng --support --tree T15.raxml.bestTree --bs-trees allbootstraps --prefix T15 --threads 2 --bs-metric tbe
Which produces a file:
T15.raxml.supportTBE, that I presume is the one you need?
The CIPRES interface offers this option:
Specify the branch support metric (bs-metric).
If you chose this option, and the command line didn't form, let me know and I can explore what went wrong.
Otherwise, maybe you can clone and resubmit, and make sure that option is chosen.
That is the limit of my knowledge right now. Let me know if I can help further.
Best,
Mark