We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24485c4 commit 15947d8Copy full SHA for 15947d8
qp_spades/tests/test_spades.py
@@ -260,8 +260,8 @@ def test_spades(self):
260
--output-prefix="$SNAME" ${{FWD}} ${{REV}} --max-mismatch-density=0.1 \
261
> $OUTDIR/${{SNAME}}.flash.log 2>&1 && spades.py --{type} -m 128 -t \
262
{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
+--gemcode1-1 $OUTDIR/${{SNAME}}.notCombined_1.fastq \
+--gemcode1-2 $OUTDIR/${{SNAME}}.notCombined_2.fastq
265
date
266
"""
267
0 commit comments