Translations:QIIME/34/en
Jump to navigation
Jump to search
Minimal Example
A minimal example of a job submission script: {{File |name=qiime2-example.sh |lang="bash" |contents=
- !/bin/bash
- SBATCH --account=def-someprof # adjust this to match the accounting group you are using to submit jobs
- SBATCH --mem-per-cpu=4096M # adjust this according to the memory you need
- SBATCH --cpus-per-task=1 # adjust this according to the number of core you need
- SBATCH --time=08:00:00 # adjust this to match the walltime of your job