Skip to content

Commit

Permalink
subworkflow input name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed Nov 5, 2024
1 parent 5e6e590 commit 6cf2124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ workflow WholeGenomeGermlineSingleSample {
use_gatk3_haplotype_caller = use_gatk3_haplotype_caller_,
use_dragen_hard_filtering = use_dragen_hard_filtering_,
cloud_provider = cloud_provider,
disk_size_manual = HaplotypeCaller_disk_size_manual
HaplotypeCaller_disk_size_manual = HaplotypeCaller_disk_size_manual
}

if (provide_bam_output) {
Expand Down

0 comments on commit 6cf2124

Please sign in to comment.