From fde303b0426883d199b38d62afeb8f7e9d642f61 Mon Sep 17 00:00:00 2001 From: not populated not populated <ameynert@sdf-cs1.eidf.epcc.ed.ac.uk> Date: Mon, 4 Oct 2021 13:00:38 +0100 Subject: [PATCH] Fixed Slurm directive for cpus --- submit_bcbio_trio_wes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submit_bcbio_trio_wes.sh b/submit_bcbio_trio_wes.sh index 93654af..bcfd499 100755 --- a/submit_bcbio_trio_wes.sh +++ b/submit_bcbio_trio_wes.sh @@ -1,5 +1,5 @@ #!/bin/bash -#SBATCH --cpus-per-task 16 +#SBATCH --cpus-per-task=16 #SBATCH --mem=8GB #SBATCH --time=48:00:00 #SBATCH --job-name=trio_whole_exome_bcbio -- GitLab