Skip to content

Commit

Permalink
typos indexbam
Browse files Browse the repository at this point in the history
  • Loading branch information
sridhar0605 committed Jan 25, 2024
1 parent cae2a9b commit c5a60f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/subworkflows/cram_to_bam_and_index.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ workflow cramTobamAndIndex{
reference_dict=reference_dict
}

call i.index_bam {
call i.indexBam {
input:
bam=cramToBam.bam
}
Expand Down

0 comments on commit c5a60f7

Please sign in to comment.