Skip to content

Commit

Permalink
Update GvsUtils.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghaoy authored Oct 29, 2024
1 parent 58ee11f commit 44b70f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ task IsUsingCompressedReferences {
SELECT
column_name
FROM
`~{project_id}.~{dataset_name}.INFORMATION_SCHEMA.COLUMNS`
`~{dest_project_id}.~{dataset_name}.INFORMATION_SCHEMA.COLUMNS`
WHERE
table_name = "ref_ranges_001"
AND (column_name = "location" OR column_name = "packed_ref_data") ' | sed 1d > column_name.txt
Expand Down

0 comments on commit 44b70f3

Please sign in to comment.