Skip to content

Commit

Permalink
fix: remove removal of .indicators/replacement_notice.txt for int (#457)
Browse files Browse the repository at this point in the history
* fix: remove removal of .indicators/replacement_notice.txt for int

* fmt

Co-authored-by: Alexander Thomas <[email protected]>
  • Loading branch information
thomasbtf and alethomas authored Feb 15, 2022
1 parent 429e5d9 commit c5b9f6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions workflow/rules/long_read.smk
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +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}
rm results/.indicators/replacement_notice.txt
"""
"(porechop -i {input.fastq_in} -o {output} --no_split --end_size 35 --extra_end_trim 0 -t {threads} -v 1) 2> {log}"


rule nanofilt:
Expand Down

0 comments on commit c5b9f6c

Please sign in to comment.