Skip to content

Commit

Permalink
Merge pull request #451 from genomic-medicine-sweden/fix_mem_qualifier
Browse files Browse the repository at this point in the history
Fix mem qualifier
  • Loading branch information
jemten authored Dec 4, 2023
2 parents 8f98b84 + 0d2a770 commit b68c72e
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixes vep starting as many instances as the square of the number of scatters. [#405](https://github.com/nf-core/raredisease/pull/405)
- Replaced the logic where we added an arbitrary substring to keep file names unique after alignment which we then removed using a split operator, with a simple copy operation. [#425](https://github.com/nf-core/raredisease/pull/425/files)
- Preventing a crash of rhocall annotate in the case of running four individuals whereof two are affected.
- Fixed memory qualifier in gatk4 germlinecnvcaller and postprocessgermlinecnvcalls

### `Updated`

Expand Down
6 changes: 4 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
"gatk4/germlinecnvcaller": {
"branch": "master",
"git_sha": "8c4542e5d421c4690cf1fa6ec729e9304763fdaf",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/gatk4/germlinecnvcaller/gatk4-germlinecnvcaller.diff"
},
"gatk4/intervallisttools": {
"branch": "master",
Expand All @@ -178,7 +179,8 @@
"gatk4/postprocessgermlinecnvcalls": {
"branch": "master",
"git_sha": "8c4542e5d421c4690cf1fa6ec729e9304763fdaf",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/gatk4/postprocessgermlinecnvcalls/gatk4-postprocessgermlinecnvcalls.diff"
},
"gatk4/preprocessintervals": {
"branch": "master",
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/germlinecnvcaller/main.nf

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

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 b68c72e

Please sign in to comment.