Skip to content

Commit

Permalink
fix forgotten filename change
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann committed Aug 17, 2023
1 parent abe45d3 commit ede168a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/quant_3prime.smk
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ rule get_closest_3prime_aligned_pos:
input:
canonical_mapped_bam="results/canonical_mapped_bam/{sample}-{unit}.sorted.canonical.bam",
canonical_mapped_bam_index="results/canonical_mapped_bam/{sample}-{unit}.sorted.canonical.bam.bai",
canonical_mapped_pos="results/canonical_mapped_bam/{sample}-{unit}.sorted.canonical.txt",
canonical_mapped_pos="results/canonical_mapped_bam/{sample}-{unit}.sorted.canonical.position.txt",
output:
canonical_mapped_3prime_pos=temp(
"results/mapped_3prime_bam/{sample}-{unit}.sorted.canonical.3prime_pos.txt"
Expand Down

0 comments on commit ede168a

Please sign in to comment.