Skip to content

Commit

Permalink
Point to new truth
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant committed Aug 13, 2024
1 parent fd00f35 commit 5a80f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsQuickstartIntegration.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ workflow GvsQuickstartIntegration {
File full_wgs_interval_list = "gs://gcp-public-data--broad-references/hg38/v0/wgs_calling_regions.hg38.noCentromeres.noTelomeres.interval_list"
File full_exome_interval_list = "gs://gcp-public-data--broad-references/hg38/v0/bge_exome_calling_regions.v1.1.interval_list"
String expected_subdir = if (!chr20_X_Y_only) then "all_chrs/" else ""
File expected_output_prefix = "gs://gvs-internal-quickstart/integration/2024-07-03/" + expected_subdir
File expected_output_prefix = "gs://gvs-internal-quickstart/integration/2024-08-13/" + expected_subdir

# WDL 1.0 trick to set a variable ('none') to be undefined.
if (false) {
Expand Down

0 comments on commit 5a80f0d

Please sign in to comment.