MrBayes
Official website : https://nbisweden.github.io/MrBayes/
Available version
version | module |
---|---|
3.2.7 (Parallel version) | MrBayes/3.2.7-cpeGNU-23.03 |
Job submission script
#!/bin/bash
#SBATCH -p memory # specific partition (compute,memory)
#SBATCH -N 1 # request for 1 node
#SBATCH --ntasks-per-node=8 # maximum number is (#runs x #chains)
#SBATCH -t 24:00:00 # job time limit <hr:min:sec>
#SBATCH -A lt200xxx # project ID
#SBATCH -J MrBayes # job name
module restore
module load MrBayes/3.2.7-cpeGNU-23.03
srun mb < input > output