Skip to content

Commit

Permalink
Update long_read.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas authored Feb 16, 2022
1 parent 35d0b56 commit 095d223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/long_read.smk
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ rule porechop_primer_trimming:
"logs/{date}/trimmed/porechop/primer_clipped/{sample}.log",
threads: 2
shell:
"(porechop -i {input.fastq_in} -o {output} --no_split --end_size 35 --extra_end_trim 0 -t {threads} -v 1) 2> {log}"
"(porechop -i {input.fastq_in} -o {output} --no_split --end_size 35 --extra_end_trim 0 -t {threads} -v 1) > {log} 2>&1"


rule nanofilt:
Expand Down

0 comments on commit 095d223

Please sign in to comment.