Skip to content

Commit 15947d8

Browse files
committed
SNAME -> {SNAME}
1 parent 24485c4 commit 15947d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qp_spades/tests/test_spades.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ def test_spades(self):
260260
--output-prefix="$SNAME" ${{FWD}} ${{REV}} --max-mismatch-density=0.1 \
261261
> $OUTDIR/${{SNAME}}.flash.log 2>&1 && spades.py --{type} -m 128 -t \
262262
{threads} -o $OUTDIR/$SNAME --merge $OUTDIR/${{SNAME}}.extendedFrags.fastq \
263-
--gemcode1-1 $OUTDIR/${SNAME}.notCombined_1.fastq \
264-
--gemcode1-2 $OUTDIR/${SNAME}.notCombined_2.fastq
263+
--gemcode1-1 $OUTDIR/${{SNAME}}.notCombined_1.fastq \
264+
--gemcode1-2 $OUTDIR/${{SNAME}}.notCombined_2.fastq
265265
date
266266
"""
267267

0 commit comments

Comments
 (0)