Skip to content

Commit

Permalink
Update get_fastq.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten-vd-Sande authored Feb 2, 2024
1 parent c2542fa commit 4e8c6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seq2science/rules/get_fastq.smk
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ rule sra2fastq_PE:
# dump to tmp dir
parallel-fastq-dump -s {input} -O {output.tmpdir} \
--threads {threads} --split-e --skip-technical --dumpbase \
--threads {threads} --split-3 --skip-technical --dumpbase \
--readids --clip --read-filter pass --defline-seq '@$ac.$si.$sg/$ri' \
--defline-qual '+' --gzip >> {log} 2>&1
Expand Down

0 comments on commit 4e8c6a7

Please sign in to comment.