Skip to content

Instantly share code, notes, and snippets.

@wasade
Created August 9, 2021 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wasade/ebd706e37daf0d3958e64cb82020daf3 to your computer and use it in GitHub Desktop.
Save wasade/ebd706e37daf0d3958e64cb82020daf3 to your computer and use it in GitHub Desktop.
#!/bin/bash
#SBATCH -t 24:00:00
#SBATCH -N 1
#SBATCH -n 1
#SBATCH --array 1-97
cd /home/mcdonadt/agp_demux_barcode_assessment-8.4.21
source activate qiime2-2020.11
export TMPDIR=/panfs/dtmcdonald/
python processor.py demux.details $SLURM_ARRAY_TASK_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment