RAxML/Batch
From ScientificComputing
You can submit a RAxML job in batch mode with the following command:
sbatch [Slurm options] --wrap="raxmlHPC-HYBRID-AVX [raxml options]"
or
sbatch [Slurm options] --wrap="raxmlHPC-PTHREADS-AVX [raxml options]
Here you need to replace [raxml options] with raxml command line options (please run raxmlHPC-HYBRID-AVX -h for getting a list of all command line options) and [Slurm options] with Slurm parameters for the resource requirements of the job. Please find a documentation about the parameters of sbatch on the wiki page about the batch system.