Skip to content

Commit 8bed097

Browse files
committed
Fix for BWA com job; avoid rerunning unnecessarily
1 parent 31f8e25 commit 8bed097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processes/bwa/process_bwa_paired_trimmed.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ __SCRIPT__
311311

312312
fi
313313

314-
if [ -n ${PROCESSING} ]; then
314+
if [ -n "$PROCESSING" ]; then
315315

316316
qsub -hold_jid ${PROCESSING} -N ".com${SAMPLE_NAME}_${FLOWCELL}" -V -cwd -S /bin/bash > /dev/stderr << __SCRIPT__
317317
set -x -e -o pipefail

0 commit comments

Comments
 (0)