Skip to content

Commit

Permalink
fix 1023
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 5, 2024
1 parent 940287a commit 084c3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakePipes/shared/rules/umi_tools.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ else:
elif not (aligner=="bwameth" or aligner=="bwameth2") :
rule filter_reads:
input:
bamfile = aligner+"/{sample}.bam"
bamfile = "filtered_bam/{sample}.filtered.tmp.bam"
output:
bamfile = "filtered_bam/{sample}.filtered.bam"
shell: """
Expand Down

0 comments on commit 084c3e6

Please sign in to comment.