Skip to content

Commit

Permalink
fix(samtools_idxstats): point to correct config
Browse files Browse the repository at this point in the history
  • Loading branch information
padraicc authored Sep 14, 2024
1 parent 2934c4c commit 0737673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/samtools.smk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rule samtools_idxstats:
output:
stats=temp("qc/samtools_idxstats/{sample}_{type}.samtools-idxstats.txt"),
params:
extra=config.get("samtools_stats", {}).get("extra", ""),
extra=config.get("samtools_idxstats", {}).get("extra", ""),
log:
"qc/samtools_idxstats/{sample}_{type}.samtools-idxstats.txt.log",
benchmark:
Expand Down

0 comments on commit 0737673

Please sign in to comment.