From c5a60f79254c8dddf2378e46a26d0578e5eebdfe Mon Sep 17 00:00:00 2001 From: sridhar0605 Date: Thu, 25 Jan 2024 14:58:46 -0600 Subject: [PATCH] typos indexbam --- definitions/subworkflows/cram_to_bam_and_index.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/subworkflows/cram_to_bam_and_index.wdl b/definitions/subworkflows/cram_to_bam_and_index.wdl index cdc5088..f35055d 100644 --- a/definitions/subworkflows/cram_to_bam_and_index.wdl +++ b/definitions/subworkflows/cram_to_bam_and_index.wdl @@ -21,7 +21,7 @@ workflow cramTobamAndIndex{ reference_dict=reference_dict } - call i.index_bam { + call i.indexBam { input: bam=cramToBam.bam }