Skip to content

Commit

Permalink
add missing comma to new AnnotateVcf runtime attribute (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
epiercehoffman authored Nov 15, 2021
1 parent 0bded98 commit e7beebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/AnnotateExternalAF.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ workflow AnnotateExternalAF {
sv_base_mini_docker = sv_base_mini_docker,
sv_pipeline_docker = sv_pipeline_docker,
runtime_override_split_vcf = runtime_override_split_vcf,
runtime_attr_modify_vcf = runtime_attr_modify_vcf
runtime_attr_modify_vcf = runtime_attr_modify_vcf,
runtime_attr_select_matched_svs = runtime_attr_select_matched_svs,
runtime_attr_bedtools_closest = runtime_attr_bedtools_closest
}
Expand Down

0 comments on commit e7beebd

Please sign in to comment.