Skip to content

Commit

Permalink
these should pass the override
Browse files Browse the repository at this point in the history
  • Loading branch information
RoriCremer committed Apr 15, 2022
1 parent b772715 commit ff6a114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/variantstore/wdl/GvsCreateFilterSet.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ workflow GvsCreateFilterSet {
ref_fasta = reference,
ref_fai = reference_index,
ref_dict = reference_dict,
scatter_count = scatter_count
scatter_count = scatter_count,
gatk_override = gatk_override
}

scatter(i in range(length(SplitIntervals.interval_files))) {
Expand Down
1 change: 1 addition & 0 deletions scripts/variantstore/wdl/GvsExtractCallset.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ workflow GvsExtractCallset {
output_gcs_dir = output_gcs_dir,
split_intervals_disk_size_override = split_intervals_disk_size_override,
split_intervals_mem_override = split_intervals_mem_override,
gatk_override = gatk_override,
service_account_json_path = service_account_json_path,
}

Expand Down

0 comments on commit ff6a114

Please sign in to comment.