Hi all,
I have to get a ML tree for an alignment of 680 taxa x 503,934 sites.
This is a SNP-sites alignment obtained from core genes of bacterial whole genomes.
All bacterial samples belong to a single Species Complex that groups 5 phylogroups, that shared 92.4 to 96.3% ANI.
Features of this alignment are: 223,533 distinct alignment patterns and 0.25% of gaps and completely undetermined characters.
I would like to get bootstrapping with 100 replicates.
I have already tried with several executables of RAxML, i.e., raxmlHPC, raxmlHPC-AVX and raxmlHPC-PTHREADS but in all cases the LSF of the server I'm using killed the job by time limit (> 12 hs). I tried to use more threads but without success.
Command used (with vectorized versions):
raxmlHPC-AVX -f a -p 76076 -s <my_alignment>.aln -x 76076 -N 100 -m GTRCAT -V -n <assay_number>.tree (asking for 16 threads and 8 GB of memory in the LSF submission)
and
raxmlHPC-PTHREADS -f a -p 76076 -T 16 -s
<my_alignment>.aln -x 76076 -N 100 -m GTRCAT -V -n
<assay_number>.tree (same request of threads and emory as above)
So, I would like to know if it would be better to use RAxML-NG instead of different executables of RAxML. Is RAxML-NG faster??
If so, could someone tell me the best RAxML-NG command option to use considering the features of my alignment, please?
I don't need a 'very deep and formal" phylogeny of this sample set..., just to get a 'suitable' clusterization of phylogorups.
Many thanks in advance!
Alejandro