Skip to content

Commit

Permalink
fix: primer clipping add up- and downstream (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas authored Mar 24, 2022
1 parent 91b5ac5 commit 5c886fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/read_clipping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rule bamclipper:
"(cp {input.bam} {params.output_dir} &&"
" cp {input.bai} {params.output_dir} &&"
" cd {params.output_dir} &&"
" bamclipper.sh -b {params.bam} -p {params.bed_path} -n {threads}) "
" bamclipper.sh -b {params.bam} -p {params.bed_path} -n {threads} -u 5 -d 5) "
" > {params.cwd}/{log} 2>&1"


Expand Down

0 comments on commit 5c886fa

Please sign in to comment.