Skip to content

Commit e7beebd

Browse files
add missing comma to new AnnotateVcf runtime attribute (#258)
1 parent 0bded98 commit e7beebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/AnnotateExternalAF.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ workflow AnnotateExternalAF {
7171
sv_base_mini_docker = sv_base_mini_docker,
7272
sv_pipeline_docker = sv_pipeline_docker,
7373
runtime_override_split_vcf = runtime_override_split_vcf,
74-
runtime_attr_modify_vcf = runtime_attr_modify_vcf
74+
runtime_attr_modify_vcf = runtime_attr_modify_vcf,
7575
runtime_attr_select_matched_svs = runtime_attr_select_matched_svs,
7676
runtime_attr_bedtools_closest = runtime_attr_bedtools_closest
7777
}

0 commit comments

Comments
 (0)