raxmlHPC -N 1000 -T 4 -f b -m GTRCAT -z Trees/Menthinae_bootstrap.All -t Trees/Menthinae_dist_matx_cor_.tre -n BS_TREE_MAIN
but keep getting Computation of bipartitions (-f b) not implemented for the MPI-Version error.
I am using the hybrid version RAxML/8.2.12-foss-2018b-hybrid-avx2 of RAxML on our cluster.
Script:
#!/bin/sh
#SBATCH --job-name=raxml
#SBATCH --account=nn9370k
#SBATCH -o log/rax-%j.out
#SBATCH -e log/rax-%j.err
#SBATCH --time=00:30:00
#SBATCH --ntasks=
#SBATCH --mem=8G
## load necessary modules
module purge
module load RAxML/8.2.12-foss-2018b-hybrid-avx2
## draw bipartition information on a tree
raxmlHPC -N 1000 -T 4 -f b -m GTRCAT -z Trees/Menthinae_bootstrap.All -t Trees/Menthinae_dist_matx_cor_.tre -n BS_TREE_MAIN
Please if you have any suggestion; I am not that fluent on bioinformatic so need your help.
Best,
Abush