Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaisingh committed Nov 4, 2024
1 parent ad93a92 commit 559a2ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wdl/CleanVcf.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ workflow CleanVcf {
File? resolve_complex_merged_vcf
File? genotype_complex_merged_vcf

String gatk_docker
String linux_docker
String sv_base_mini_docker
String sv_pipeline_docker
Expand Down Expand Up @@ -122,7 +123,7 @@ workflow CleanVcf {
LINE1_reference=LINE1_reference,
chr_x=chr_x,
chr_y=chr_y,
gatk_docker="docker.io/broadinstitute/gatk:3eb5c3d38d6c8c65e71f29abe9346c98bfbb1cbe",
gatk_docker=gatk_docker,
linux_docker=linux_docker,
sv_base_mini_docker=sv_base_mini_docker,
sv_pipeline_docker=sv_pipeline_docker,
Expand Down

0 comments on commit 559a2ce

Please sign in to comment.