Skip to content

Commit e3864c7

Browse files
committed
wrapper script slurm job name correction
1 parent 08df4c9 commit e3864c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

find_mutations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function run () {
181181

182182
cat > ${WORKDIR}/submit_find_mutations_script.sbatch << EOF
183183
#!/bin/bash
184-
#SBATCH --job-name="circRNA"
184+
#SBATCH --job-name="findmutations"
185185
#SBATCH --mem=10g
186186
#SBATCH --partition="ccr,norm"
187187
#SBATCH --time=96:00:00

0 commit comments

Comments
 (0)