Skip to content

Commit

Permalink
address issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtanav98 committed Jul 1, 2024
1 parent 10b587b commit ff624d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wdl/VaporBatch.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workflow VaporBatch {
String sv_pipeline_docker

Boolean save_plots

RuntimeAttr? runtime_attr_vapor
RuntimeAttr? runtime_attr_bcf2vcf
RuntimeAttr? runtime_attr_vcf2bed
Expand All @@ -40,6 +40,7 @@ workflow VaporBatch {
ref_fai = ref_fai,
ref_dict = ref_dict,
contigs = contigs,
save_plots = save_plots,
vapor_docker = vapor_docker,
sv_base_mini_docker = sv_base_mini_docker,
sv_pipeline_docker = sv_pipeline_docker,
Expand Down

0 comments on commit ff624d5

Please sign in to comment.