Skip to content

Commit

Permalink
clip ont primers properly (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas authored Apr 17, 2024
1 parent 38d5144 commit 762cbb9
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 @@ -133,7 +133,7 @@ rule clip_adbc_corrected:
conda:
"../envs/notramp.yaml"
shell:
"notramp -t --incl_prim -r {input.reads} -p {input.primer} -g {input.ref_genome} -o {params.outdir} 2> {log}"
"notramp -t -r {input.reads} -p {input.primer} -g {input.ref_genome} -o {params.outdir} 2> {log}"


rule bcftools_consensus_ont:
Expand Down

0 comments on commit 762cbb9

Please sign in to comment.