Skip to content

Commit

Permalink
Merge pull request #1058 from maxulysse/registry_update
Browse files Browse the repository at this point in the history
FIX: VCFTOOLS public ecr registry
  • Loading branch information
maxulysse authored Jun 1, 2023
2 parents 2e52dfb + ff45cfb commit b7a3b93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1043](https://github.com/nf-core/sarek/pull/1043) - Fix typo in the tags.yml files from [#978](https://github.com/nf-core/sarek/pull/978)
- [#1048](https://github.com/nf-core/sarek/pull/1048) - Skip tool validation on annotation to fix [#949](https://github.com/nf-core/sarek/issues/949), check that bam is bam and cram is cram [#895](https://github.com/nf-core/sarek/issues/895)
- [#1050](https://github.com/nf-core/sarek/pull/1050) - Disable GATK VCF filters when joint calling to fix [#1025](https://github.com/nf-core/sarek/issues/1025)
- [#1058](https://github.com/nf-core/sarek/pull/1058) - Fix container declaration for VCFTOOLS as it has been updated in the registry

### Removed

Expand Down
3 changes: 0 additions & 3 deletions conf/public_aws_ecr.config
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,4 @@ process {
withName: 'UNZIP' {
container = 'quay.io/biocontainers/p7zip:16.02'
}
withName: 'VCFTOOLS' {
container = 'public.ecr.aws/biocontainers/vcftools:0.1.16--pl5321hd03093a_7'
}
}

0 comments on commit b7a3b93

Please sign in to comment.