Skip to content

Commit

Permalink
Merge pull request #391 from adamrtalbot/fix_gatk4_containers
Browse files Browse the repository at this point in the history
Correct GATK4 container spec
  • Loading branch information
adamrtalbot authored Jul 27, 2023
2 parents 78b50c1 + de8b2cc commit f4d5d57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Fixed`

- Invalid GATK4 container which caused incorrect singularity downloads with nf-core download [nf-core/modules #3668](https://github.com/nf-core/modules/issues/3668)

## v1.1.1 - Abu (Patch) [2023-07-26]

### `Fixed`
Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
"gatk4/determinegermlinecontigploidy": {
"branch": "master",
"git_sha": "d25bf48327e86a7f737047a57ec264b90e22ce3d",
"git_sha": "c6257c167fb88d18f3c2797e1af331d28f7b8ae7",
"installed_by": ["modules"]
},
"gatk4/filtermutectcalls": {
Expand Down Expand Up @@ -152,7 +152,7 @@
},
"gatk4/postprocessgermlinecnvcalls": {
"branch": "master",
"git_sha": "39ca55cc30514169f8420162bafe4ecf673f4b9a",
"git_sha": "c6257c167fb88d18f3c2797e1af331d28f7b8ae7",
"installed_by": ["modules"]
},
"gatk4/preprocessintervals": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/gatk4/postprocessgermlinecnvcalls/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4d5d57

Please sign in to comment.