From bc27cf018811f9ee3b4f7ca8d701dabc1c99611f Mon Sep 17 00:00:00 2001 From: sridhar0605 Date: Thu, 25 Jan 2024 15:04:20 -0600 Subject: [PATCH] indexBam typos1 --- 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 e8f36b3..0e341b8 100644 --- a/definitions/subworkflows/cram_to_bam_and_index.wdl +++ b/definitions/subworkflows/cram_to_bam_and_index.wdl @@ -17,7 +17,7 @@ workflow cramTobamAndIndex{ cram=cram, cram_index=cram_index, reference=reference, - reference_fai=reference_index, + reference_index=reference_index, reference_dict=reference_dict }