Translations:QIIME/34/en

From Alliance Doc
Jump to navigation Jump to search

Minimal Example

A minimal example of a job submission script: {{File |name=qiime2-example.sh |lang="bash" |contents=

  1. !/bin/bash
  2. SBATCH --account=def-someprof # adjust this to match the accounting group you are using to submit jobs
  3. SBATCH --mem-per-cpu=4096M # adjust this according to the memory you need
  4. SBATCH --cpus-per-task=1 # adjust this according to the number of core you need
  5. SBATCH --time=08:00:00 # adjust this to match the walltime of your job