Skip to content

Commit

Permalink
Merge pull request #123 from hydra-genetics/padraicc-patch-1
Browse files Browse the repository at this point in the history
fix(samtools_idxstats): point to correct config
  • Loading branch information
padraicc authored Sep 16, 2024
2 parents 2934c4c + 0737673 commit a5e356d
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 a5e356d

Please sign in to comment.