Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 15, 2024
1 parent 4b2944e commit 12f29d0
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 aligner == "STAR" or aligner == "HISAT2" :
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 12f29d0

Please sign in to comment.