[DO NOT MERGE] [TSPS-899] Update Glimpse docker images#1823
Open
salonishah11 wants to merge 17 commits intodevelopfrom
Open
[DO NOT MERGE] [TSPS-899] Update Glimpse docker images#1823salonishah11 wants to merge 17 commits intodevelopfrom
salonishah11 wants to merge 17 commits intodevelopfrom
Conversation
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
salonishah11
commented
Apr 30, 2026
|
|
||
| String gatk_docker = "us.gcr.io/broad-gatk/gatk:4.6.0.0" | ||
| String glimpse_docker = "us.gcr.io/broad-dsde-methods/glimpse:kachulis_ck_bam_reader_retry_cf5822c" | ||
| String glimpse_docker = "us.gcr.io/broad-gotc-prod/imputation-glimpse:sps_glimpse_docker" |
Contributor
Author
There was a problem hiding this comment.
I will update this once warp-tools PR is merged and replace it with the new official image
salonishah11
commented
Apr 30, 2026
| set -euo pipefail | ||
|
|
||
| export GCS_OAUTH_TOKEN=$(/root/google-cloud-sdk/bin/gcloud auth application-default print-access-token) | ||
| export GCS_OAUTH_TOKEN=$(/google-cloud-sdk/bin/gcloud auth application-default print-access-token) |
Contributor
Author
There was a problem hiding this comment.
This change is needed to make the wdl work with the new Glimpse docker image
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
salonishah11
commented
Apr 30, 2026
Comment on lines
-555
to
-556
| cpu: cpu | ||
| preemptible: preemptible |
Contributor
Author
There was a problem hiding this comment.
This will be reverted after testing
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Jira: https://broadworkbench.atlassian.net/browse/TSPS-899
This PR updates the docker images for GlimpsePhase, GlimpseLigate and CollectQCMetrics tasks.
There are also some other small wdl changes that were made after we ported the Glimpse wdl to Warp. These are either just small bash related changes or necessary changes to make the wdl work with the new Glimpse docker image.
Testing
Tested the image by updating wdl and running the workflow manually. For GlimpsePhase task CPU was set to 1 and preemptibles were removed to test the outputs are same.
Submission with the new docker image - https://app.terra.bio/#workspaces/allofus-drc-imputation/Imputation_Server_Hydrogen_Dev/submission_history/8b8e0f87-1ddf-448c-a8a1-5c3d5b1cca3a
Submission with the existing docker image - https://app.terra.bio/#workspaces/allofus-drc-imputation/Imputation_Server_Hydrogen_Dev/submission_history/2dc2e352-0d01-4d25-ac22-0110ba7db94c
Verified the contents of bcf outputs for GlimpsePhase task for 1 shard for both submissions were same using these commands
Checklist
If you can answer "yes" to the following items, please add a checkmark next to the appropriate checklist item(s) and notify our WARP team by tagging @broadinstitute/warp-admins in a comment on this PR.