Skip to content

Commit

Permalink
Fix a couple of bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant committed Oct 21, 2024
1 parent a4e35f3 commit 20062bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ workflow GvsQuickstartHailIntegration {
git_branch_or_tag = git_branch_or_tag,
git_hash = git_hash,
drop_state = "ZERO",
use_VETS = use_VETS,
use_compressed_references = use_compressed_references,
extract_do_not_filter_override = extract_do_not_filter_override,
load_vcf_headers = true,
Expand Down Expand Up @@ -99,7 +98,6 @@ workflow GvsQuickstartHailIntegration {
git_branch_or_tag = git_branch_or_tag,
git_hash = git_hash,
project_id = project_id,
use_VETS = use_VETS,
dataset_name = GvsQuickstartVcfIntegration.dataset_name,
filter_set_name = GvsQuickstartVcfIntegration.filter_set_name,
scatter_width = 10,
Expand Down
1 change: 0 additions & 1 deletion scripts/variantstore/wdl/test/GvsQuickstartIntegration.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ workflow GvsQuickstartIntegration {
input:
git_branch_or_tag = git_branch_or_tag,
git_hash = GetToolVersions.git_hash,
use_VETS = true,
extract_do_not_filter_override = false,
dataset_suffix = "vets_hail",
use_default_dockers = use_default_dockers,
Expand Down

0 comments on commit 20062bf

Please sign in to comment.