Skip to content
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

Update versions for five tools #323

Merged
merged 9 commits into from
Nov 13, 2024
Merged

Update versions for five tools #323

merged 9 commits into from
Nov 13, 2024

Conversation

sorelfitzgibbon
Copy link
Contributor

@sorelfitzgibbon sorelfitzgibbon commented Nov 3, 2024

Description

Updates:

  • pipeval_version = "5.1.0"

  • GATK_version = "4.6.1.0"

  • bam_readcount_version = "1.0.1"

  • MuSE_version = "2.1.2"

  • BCFtools_version = "1.21"

  • PR template

  • NFtest files were updated due to new GATK output format:

  • I confirmed no additional changes beyond these.

Closes #316, #315, #311

Testing Results

nftest

a_mini-all-tools-std-input

log: /hot/software/pipeline/pipeline-call-sSNV/Nextflow/development/unreleased/sfitz-update-tools/log-nftest-20241103T043500Z.log

a_mini-all-tools-vcf-input

log: /hot/software/pipeline/pipeline-call-sSNV/Nextflow/development/unreleased/sfitz-update-tools/log-nftest-20241103T154435Z.log

Checklist

  • I have read the code review guidelines and the code review best practice on GitHub check-list.

  • I have reviewed the Nextflow pipeline standards.

  • The name of the branch is meaningful and well formatted following the standards, using [AD_username (or 5 letters of AD if AD is too long)]-[brief_description_of_branch].

  • I have set up or verified the branch protection rule following the github standards before opening this pull request.

  • I have added my name to the contributors listings in the manifest block in the nextflow.config as part of this pull request; I am listed already, or do not wish to be listed. (This acknowledgement is optional.)

  • I have added the changes included in this pull request to the CHANGELOG.md under the next release version or unreleased, and updated the date.

  • I have updated the version number in the metadata.yaml and manifest block of the nextflow.config file following semver, or the version number has already been updated. (Leave it unchecked if you are unsure about new version number and discuss it with the infrastructure team in this PR.)

  • I have tested the pipeline on at least one A-mini sample.

Copy link

github-actions bot commented Nov 3, 2024

Bleep bloop, I am a robot.

Alas, some of the Nextflow configuration tests failed!

test/configtest-F16.json

@ ["params","BCFtools_version"]
- "1.17"
+ "1.21"
@ ["params","GATK_version"]
- "4.5.0.0"
+ "4.6.1.0"
@ ["params","MuSE_version"]
- "2.0.4"
+ "2.1.2"
@ ["params","bam_readcount_version"]
- "0.8.0"
+ "1.0.1"
@ ["params","docker_image_BCFtools"]
- "ghcr.io/uclahs-cds/bcftools:1.17"
+ "ghcr.io/uclahs-cds/bcftools:1.21"
@ ["params","docker_image_GATK"]
- "broadinstitute/gatk:4.5.0.0"
+ "broadinstitute/gatk:4.6.1.0"
@ ["params","docker_image_MuSE"]
- "ghcr.io/uclahs-cds/muse:2.0.4"
+ "ghcr.io/uclahs-cds/muse:2.1.2"
@ ["params","docker_image_bam_readcount"]
- "ghcr.io/uclahs-cds/bam-readcount:0.8.0"
+ "ghcr.io/uclahs-cds/bam_readcount:1.0.1"
@ ["params","docker_image_validate_params"]
- "ghcr.io/uclahs-cds/pipeval:4.0.0-rc.2"
+ "ghcr.io/uclahs-cds/pipeval:5.1.0"
@ ["params","pipeval_version"]
- "4.0.0-rc.2"
+ "5.1.0"

test/configtest-F32.json

@ ["params","BCFtools_version"]
- "1.17"
+ "1.21"
@ ["params","GATK_version"]
- "4.5.0.0"
+ "4.6.1.0"
@ ["params","MuSE_version"]
- "2.0.4"
+ "2.1.2"
@ ["params","bam_readcount_version"]
- "0.8.0"
+ "1.0.1"
@ ["params","docker_image_BCFtools"]
- "ghcr.io/uclahs-cds/bcftools:1.17"
+ "ghcr.io/uclahs-cds/bcftools:1.21"
@ ["params","docker_image_GATK"]
- "broadinstitute/gatk:4.5.0.0"
+ "broadinstitute/gatk:4.6.1.0"
@ ["params","docker_image_MuSE"]
- "ghcr.io/uclahs-cds/muse:2.0.4"
+ "ghcr.io/uclahs-cds/muse:2.1.2"
@ ["params","docker_image_bam_readcount"]
- "ghcr.io/uclahs-cds/bam-readcount:0.8.0"
+ "ghcr.io/uclahs-cds/bam_readcount:1.0.1"
@ ["params","docker_image_validate_params"]
- "ghcr.io/uclahs-cds/pipeval:4.0.0-rc.2"
+ "ghcr.io/uclahs-cds/pipeval:5.1.0"
@ ["params","pipeval_version"]
- "4.0.0-rc.2"
+ "5.1.0"

If the above changes are surprising, stop and determine what happened.

If the above changes are expected, there are two ways to fix this:

  1. Automatically: Post a comment starting with "/fix-tests" (without the quotes) and I will update the tests for you (you must review my work afterwards).
  2. Manually: Follow these steps on Confluence.

@sorelfitzgibbon
Copy link
Contributor Author

/fix-tests

Copy link

github-actions bot commented Nov 3, 2024

Bleep bloop, I am a robot.

I have updated all of the failing tests for you with e6cbd00. You must review my work before merging this pull request!

@wiz-inc-8da00b022c
Copy link

wiz-inc-8da00b022c bot commented Nov 3, 2024

Wiz Scan Summary

Scan Module Critical High Medium Low Info Total
IaC Misconfigurations 0 0 0 0 0 0
Vulnerabilities 0 0 0 0 0 0
Sensitive Data 0 0 0 0 1 1
Secrets 0 0 0 0 0 0
Total 0 0 0 0 1 1

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

Copy link
Contributor

@yashpatel6 yashpatel6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of very minor things but otherwise looks good!

.github/PULL_REQUEST_TEMPLATE.md Outdated Show resolved Hide resolved
.github/PULL_REQUEST_TEMPLATE.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Update pipeval 4.0.0-rc.2 -> 5.1.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore

Suggested change
- Update pipeval 4.0.0-rc.2 -> 5.1.0
- Update PipeVal 4.0.0-rc.2 -> 5.1.0

@sorelfitzgibbon sorelfitzgibbon merged commit 248c58a into main Nov 13, 2024
7 checks passed
@sorelfitzgibbon sorelfitzgibbon deleted the sfitz-update-tools branch November 22, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update BCFtools to v1.21
2 participants