Created
August 9, 2021 19:24
-
-
Save wasade/ebd706e37daf0d3958e64cb82020daf3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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