SAMtools/Batch

From ScientificComputing
Revision as of 07:33, 21 October 2022 by Sfux (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You can submit a SAMtools job in batch mode with the following command:

sbatch [Slurm options] --wrap="samtools [samtools options]"

Here you need to replace [samtools options] with SAMtools command line options (please run the command samtools 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.