-
Notifications
You must be signed in to change notification settings - Fork 111
[TSPS-682] Update beagle docker image #1722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
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! |
🔍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: |
1c37e85 to
d911678
Compare
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
| IlluminaGenotypingArray 1.12.26 2025-10-09 | ||
| Imputation 1.1.23 2025-10-03 | ||
| ImputationBeagle 2.3.0 2025-11-12 | ||
| ImputationBeagle 2.4.0 2025-11-25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought changing the Docker image and how Beagle jar is generated in docker image warrants for a minor version change but happy to discuss if this isn't right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this is fine, patch would have been fine too since there is no "actual" changes to the output but your reasoning is very valid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I like the minor version change here
…tute/warp into sps_update_beagle_jar
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
jsotobroad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, can you link the warp-tools PR in the description of this doc so we can reference it if need be.
| java -ea -XX:MaxRAMPercentage=90.0 -XX:MinRAMPercentage=90.0 -XX:-UseCompressedOops \ | ||
| -jar /usr/gitc/beagle.17Dec24.224.jar \ | ||
| -jar /usr/gitc/beagle.d820c4e.jar \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh man this si gonna be so much better moving forward with provenance
| IlluminaGenotypingArray 1.12.26 2025-10-09 | ||
| Imputation 1.1.23 2025-10-03 | ||
| ImputationBeagle 2.3.0 2025-11-12 | ||
| ImputationBeagle 2.4.0 2025-11-25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this is fine, patch would have been fine too since there is no "actual" changes to the output but your reasoning is very valid.
| IlluminaGenotypingArray 1.12.26 2025-10-09 | ||
| Imputation 1.1.23 2025-10-03 | ||
| ImputationBeagle 2.3.0 2025-11-12 | ||
| ImputationBeagle 2.4.0 2025-11-25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I like the minor version change here
| 2025-11-25 (Date of Last Commit) | ||
|
|
||
| * Update Phase and Impute tasks to use a docker image that contains Beagle JAR | ||
| generated from GitHub repo [tmp-sharing/imp-server](https://github.com/tmp-sharing/imp-server/tree/master). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
man I wish this repo wasn't called tmp-sharing 😬
Description
Jira: https://broadworkbench.atlassian.net/browse/TSPS-682
This PR updates the docker image for Phase and Impute tasks in ImputationBeagle wdl. The docker image contains Beagle jar that is generated from code that lives in GitHub repo tmp-sharing/imp-server. The reason for this is to have the code for Beagle jar in a version controlled place.
GHA run using Scientific type testing with this new docker image: https://github.com/broadinstitute/warp/actions/runs/19650001245
warp-tools PR: broadinstitute/warp-tools#176
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.