Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 10, 2024
1 parent 7cbd077 commit d8f55ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/calling.smk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rule varlociraptor_alignment_properties:
group:
"calling"
shell:
"varlociraptor estimate alignment-properties {input.ref} --bam {input.bam} > {output} 2> {log}"
"varlociraptor estimate alignment-properties {input.ref} --bams {input.bam} > {output} 2> {log}"


rule varlociraptor_preprocess:
Expand Down

0 comments on commit d8f55ea

Please sign in to comment.