Skip to content

Commit

Permalink
fix: fix same in previous commit in read_clipping.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
huzuner authored Sep 4, 2024
1 parent 476c18a commit c760d6a
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 @@ -22,7 +22,7 @@ rule samtools_sort:

rule bed_to_bedpe:
input:
check_bed_for_URL(config["preprocessing"]["amplicon-primers"]),
check_bed_for_URL(workflow.source_path("../resources/nCoV-2019.primer.bed")),
output:
"resources/primer.bedpe",
log:
Expand Down

0 comments on commit c760d6a

Please sign in to comment.