Skip to content

Commit 76a6e72

Browse files
committed
using sort and index samtools wrappers
1 parent 90ee571 commit 76a6e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/rules/damid.smk

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ rule sort_bam:
184184

185185
rule index_bam:
186186
input:
187-
bam="results/bam/{dir}/{sample}.sorted.bam",
187+
"results/bam/{dir}/{sample}.sorted.bam",
188188
output:
189-
bai="results/bam/{dir}/{sample}.sorted.bam.bai",
189+
"results/bam/{dir}/{sample}.sorted.bam.bai",
190190
threads: config["resources"]["deeptools"]["cpu"]
191191
resources:
192192
runtime=config["resources"]["deeptools"]["time"]

0 commit comments

Comments
 (0)