Last active
May 23, 2019 14:58
-
-
Save lpantano/fb4986dacd57c8cbb0c58db0d2d05ad0 to your computer and use it in GitHub Desktop.
example of slurm script for pilmbc103
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 -N 1 | |
#SBATCH -c 1 | |
#SBATCH --mem=200 | |
#SBATCH -J "init" | |
#SBATCH -e run.e | |
#SBATCH -o run.o | |
## SBATCH --mail-type=END,FAIL # this line is commented | |
## SBATCH [email protected] # this line is commented | |
sleep 60 # wait 60 seconds | |
md5sum work_lpantano/work/sample.fastq.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment