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

gatk docker update 4.6.1.0 #1403

Closed
wants to merge 3 commits into from
Closed

Conversation

nikellepetrillo
Copy link
Contributor

Description

Give your PR a concise yet descriptive title.
Please explain the changes you made here.
Explain the motivation for making this change. What existing problem does the pull request solve?
Mention any issues fixed, addressed, or otherwise related to this pull request, including issue numbers or hard links for issues in other repos.
You can delete these instructions once you have written your PR description.


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.

  • Did you add inputs, outputs, or tasks to a workflow?
  • Did you modify, delete or move: file paths, file names, input names, output names, or task names?
  • If you made a changelog update, did you update the pipeline version number?

Copy link

Remember to squash merge!

Copy link

🔍Version Validation Results:

Comparing versions and changelogs for pipelines that differ from the versions on 'origin/staging':
CheckFingerprint.wdl has not been changed and needs updating
RNAWithUMIsPipeline.wdl has not been changed and needs updating
AnnotationFiltration.wdl has not had its version updated
UltimaGenomicsWholeGenomeGermline.wdl has not been changed and needs updating
WholeGenomeGermlineSingleSample.wdl has not been changed and needs updating
ExomeGermlineSingleSample.wdl has not had its version updated
JointGenotypingByChromosomePartOne.wdl has not been changed and needs updating
JointGenotypingByChromosomePartTwo.wdl has not been changed and needs updating
ReblockGVCF.wdl has not had its version updated
JointGenotyping.wdl has not had its version updated
UltimaGenomicsJointGenotyping.wdl has not had its version updated
VariantCalling.wdl has not had its version updated
UltimaGenomicsWholeGenomeCramOnly.wdl has not been changed and needs updating
GDCWholeGenomeSomaticSingleSample.wdl has not had its version updated
BroadInternalRNAWithUMIs.wdl has not been changed and needs updating
BroadInternalUltimaGenomics.wdl has not been changed and needs updating
BroadInternalArrays.wdl has not been changed and needs updating
BroadInternalImputation.wdl has not been changed and needs updating
Arrays.wdl has not been changed and needs updating
ValidateChip.wdl has not had its version updated
Imputation.wdl has not been changed and needs updating
IlluminaGenotypingArray.wdl has not been changed and needs updating
ExternalWholeGenomeReprocessing.wdl has not been changed and needs updating
ExternalExomeReprocessing.wdl has not been changed and needs updating
WholeGenomeReprocessing.wdl has not been changed and needs updating
ExomeReprocessing.wdl has not been changed and needs updating
Some WDLs or changelog files need updating. See output for details.
validation_failed

Copy link

🔍Changelog Validation Results:

Comparing changelogs for pipelines that differ from the versions on 'origin/develop':
CheckFingerprint.changelog.md has not been changed and needs to be updated
RNAWithUMIsPipeline.changelog.md has not been changed and needs to be updated
AnnotationFiltration.changelog.md has not been changed and needs to be updated
UltimaGenomicsWholeGenomeGermline.changelog.md has not been changed and needs to be updated
WholeGenomeGermlineSingleSample.changelog.md has not been changed and needs to be updated
ExomeGermlineSingleSample.changelog.md has not been changed and needs to be updated
JointGenotypingByChromosomePartOne.changelog.md has not been changed and needs to be updated
JointGenotypingByChromosomePartTwo.changelog.md has not been changed and needs to be updated
ReblockGVCF.changelog.md has not been changed and needs to be updated
JointGenotyping.changelog.md has not been changed and needs to be updated
UltimaGenomicsJointGenotyping.changelog.md has not been changed and needs to be updated
VariantCalling.changelog.md has not been changed and needs to be updated
UltimaGenomicsWholeGenomeCramOnly.changelog.md has not been changed and needs to be updated
GDCWholeGenomeSomaticSingleSample.changelog.md has not been changed and needs to be updated
BroadInternalRNAWithUMIs.changelog.md has not been changed and needs to be updated
BroadInternalUltimaGenomics.changelog.md has not been changed and needs to be updated
BroadInternalArrays.changelog.md has not been changed and needs to be updated
BroadInternalImputation.changelog.md has not been changed and needs to be updated
Arrays.changelog.md has not been changed and needs to be updated
ValidateChip.changelog.md has not been changed and needs to be updated
Imputation.changelog.md has not been changed and needs to be updated
IlluminaGenotypingArray.changelog.md has not been changed and needs to be updated
ExternalWholeGenomeReprocessing.changelog.md has not been changed and needs to be updated
ExternalExomeReprocessing.changelog.md has not been changed and needs to be updated
WholeGenomeReprocessing.changelog.md has not been changed and needs to be updated
ExomeReprocessing.changelog.md has not been changed and needs to be updated
Some changelog files need updating. See output for details.
validation_failed

@nikellepetrillo
Copy link
Contributor Author

nikellepetrillo commented Oct 28, 2024

pipelines/broad/arrays/validate_chip/ValidateChip.wdl Outdated Show resolved Hide resolved
tasks/broad/BamProcessing.wdl Outdated Show resolved Hide resolved
tasks/broad/BamProcessing.wdl Outdated Show resolved Hide resolved
tasks/broad/BamProcessing.wdl Outdated Show resolved Hide resolved
tasks/broad/CheckContaminationSomatic.wdl Outdated Show resolved Hide resolved
tasks/broad/RNAWithUMIsTasks.wdl Outdated Show resolved Hide resolved
tasks/broad/RNAWithUMIsTasks.wdl Outdated Show resolved Hide resolved
tasks/broad/RNAWithUMIsTasks.wdl Outdated Show resolved Hide resolved
String gatk_docker_gcp = "us.gcr.io/broad-gatk/gatk:4.6.0.0"
String gatk_docker_azure = "terrapublic.azurecr.io/gatk:4.6.0.0"
String gatk_docker_gcp = "us.gcr.io/broad-gatk/gatk:4.6.1.0"
String gatk_docker_azure = "terrapublic.azurecr.io/gatk:4.6.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.

Has this version of gatk been uploaded to azurecr.io? I believe Kevin did this for 4.6.0.0, and I'm not sure if we added this to the gatk release process yet or not. I think this was a todo still for the GATK team at the time of the 4.6.0.0 release.

Copy link

Remember to squash merge!

Copy link

🔍Version Validation Results:

Comparing versions and changelogs for pipelines that differ from the versions on 'origin/staging':
CheckFingerprint.wdl has not been changed and needs updating
RNAWithUMIsPipeline.wdl has not been changed and needs updating
AnnotationFiltration.wdl has not had its version updated
UltimaGenomicsWholeGenomeGermline.wdl has not been changed and needs updating
WholeGenomeGermlineSingleSample.wdl has not been changed and needs updating
ExomeGermlineSingleSample.wdl has not had its version updated
JointGenotypingByChromosomePartOne.wdl has not been changed and needs updating
JointGenotypingByChromosomePartTwo.wdl has not been changed and needs updating
ReblockGVCF.wdl has not had its version updated
JointGenotyping.wdl has not had its version updated
UltimaGenomicsJointGenotyping.wdl has not had its version updated
VariantCalling.wdl has not had its version updated
UltimaGenomicsWholeGenomeCramOnly.wdl has not been changed and needs updating
GDCWholeGenomeSomaticSingleSample.wdl has not had its version updated
BroadInternalRNAWithUMIs.wdl has not been changed and needs updating
BroadInternalUltimaGenomics.wdl has not been changed and needs updating
BroadInternalArrays.wdl has not been changed and needs updating
BroadInternalImputation.wdl has not been changed and needs updating
Arrays.wdl has not been changed and needs updating
ValidateChip.wdl has not had its version updated
Imputation.wdl has not been changed and needs updating
IlluminaGenotypingArray.wdl has not been changed and needs updating
ExternalWholeGenomeReprocessing.wdl has not been changed and needs updating
ExternalExomeReprocessing.wdl has not been changed and needs updating
WholeGenomeReprocessing.wdl has not been changed and needs updating
ExomeReprocessing.wdl has not been changed and needs updating
Some WDLs or changelog files need updating. See output for details.
validation_failed

Copy link

🔍Changelog Validation Results:

Comparing changelogs for pipelines that differ from the versions on 'origin/develop':
CheckFingerprint.changelog.md has not been changed and needs to be updated
RNAWithUMIsPipeline.changelog.md has not been changed and needs to be updated
AnnotationFiltration.changelog.md has not been changed and needs to be updated
UltimaGenomicsWholeGenomeGermline.changelog.md has not been changed and needs to be updated
WholeGenomeGermlineSingleSample.changelog.md has not been changed and needs to be updated
ExomeGermlineSingleSample.changelog.md has not been changed and needs to be updated
JointGenotypingByChromosomePartOne.changelog.md has not been changed and needs to be updated
JointGenotypingByChromosomePartTwo.changelog.md has not been changed and needs to be updated
ReblockGVCF.changelog.md has not been changed and needs to be updated
JointGenotyping.changelog.md has not been changed and needs to be updated
UltimaGenomicsJointGenotyping.changelog.md has not been changed and needs to be updated
VariantCalling.changelog.md has not been changed and needs to be updated
UltimaGenomicsWholeGenomeCramOnly.changelog.md has not been changed and needs to be updated
GDCWholeGenomeSomaticSingleSample.changelog.md has not been changed and needs to be updated
BroadInternalRNAWithUMIs.changelog.md has not been changed and needs to be updated
BroadInternalUltimaGenomics.changelog.md has not been changed and needs to be updated
BroadInternalArrays.changelog.md has not been changed and needs to be updated
BroadInternalImputation.changelog.md has not been changed and needs to be updated
Arrays.changelog.md has not been changed and needs to be updated
ValidateChip.changelog.md has not been changed and needs to be updated
Imputation.changelog.md has not been changed and needs to be updated
IlluminaGenotypingArray.changelog.md has not been changed and needs to be updated
ExternalWholeGenomeReprocessing.changelog.md has not been changed and needs to be updated
ExternalExomeReprocessing.changelog.md has not been changed and needs to be updated
WholeGenomeReprocessing.changelog.md has not been changed and needs to be updated
ExomeReprocessing.changelog.md has not been changed and needs to be updated
Some changelog files need updating. See output for details.
validation_failed

@nikellepetrillo
Copy link
Contributor Author

Copy link

Remember to squash merge!

Copy link

🔍Version Validation Results:

Comparing versions and changelogs for pipelines that differ from the versions on 'origin/staging':
RNAWithUMIsPipeline.wdl has not been changed and needs updating
AnnotationFiltration.wdl has not had its version updated
JointGenotypingByChromosomePartOne.wdl has not been changed and needs updating
JointGenotypingByChromosomePartTwo.wdl has not been changed and needs updating
JointGenotyping.wdl has not had its version updated
UltimaGenomicsJointGenotyping.wdl has not had its version updated
GDCWholeGenomeSomaticSingleSample.wdl has not had its version updated
BroadInternalImputation.wdl has not been changed and needs updating
ValidateChip.wdl has not had its version updated
Imputation.wdl has not been changed and needs updating
Some WDLs or changelog files need updating. See output for details.
validation_failed

Copy link

🔍Changelog Validation Results:

Comparing changelogs for pipelines that differ from the versions on 'origin/develop':
RNAWithUMIsPipeline.changelog.md has not been changed and needs to be updated
AnnotationFiltration.changelog.md has not been changed and needs to be updated
UltimaGenomicsWholeGenomeGermline.changelog.md has not been changed and needs to be updated
WholeGenomeGermlineSingleSample.changelog.md has not been changed and needs to be updated
ExomeGermlineSingleSample.changelog.md has not been changed and needs to be updated
JointGenotypingByChromosomePartOne.changelog.md has not been changed and needs to be updated
JointGenotypingByChromosomePartTwo.changelog.md has not been changed and needs to be updated
ReblockGVCF.changelog.md has not been changed and needs to be updated
JointGenotyping.changelog.md has not been changed and needs to be updated
UltimaGenomicsJointGenotyping.changelog.md has not been changed and needs to be updated
VariantCalling.changelog.md has not been changed and needs to be updated
UltimaGenomicsWholeGenomeCramOnly.changelog.md has not been changed and needs to be updated
GDCWholeGenomeSomaticSingleSample.changelog.md has not been changed and needs to be updated
BroadInternalRNAWithUMIs.changelog.md has not been changed and needs to be updated
BroadInternalUltimaGenomics.changelog.md has not been changed and needs to be updated
BroadInternalArrays.changelog.md has not been changed and needs to be updated
BroadInternalImputation.changelog.md has not been changed and needs to be updated
Arrays.changelog.md has not been changed and needs to be updated
ValidateChip.changelog.md has not been changed and needs to be updated
Imputation.changelog.md has not been changed and needs to be updated
IlluminaGenotypingArray.changelog.md has not been changed and needs to be updated
ExternalWholeGenomeReprocessing.changelog.md has not been changed and needs to be updated
ExternalExomeReprocessing.changelog.md has not been changed and needs to be updated
WholeGenomeReprocessing.changelog.md has not been changed and needs to be updated
ExomeReprocessing.changelog.md has not been changed and needs to be updated
Some changelog files need updating. See output for details.
validation_failed

@nikellepetrillo
Copy link
Contributor Author

closing as we will use #1405 to update gatk

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.

2 participants