Skip to content

Commit b68c72e

Browse files
authored
Merge pull request #451 from genomic-medicine-sweden/fix_mem_qualifier
Fix mem qualifier
2 parents 8f98b84 + 0d2a770 commit b68c72e

File tree

6 files changed

+35
-4
lines changed

6 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4646
- Fixes vep starting as many instances as the square of the number of scatters. [#405](https://github.com/nf-core/raredisease/pull/405)
4747
- 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)
4848
- Preventing a crash of rhocall annotate in the case of running four individuals whereof two are affected.
49+
- Fixed memory qualifier in gatk4 germlinecnvcaller and postprocessgermlinecnvcalls
4950

5051
### `Updated`
5152

modules.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@
153153
"gatk4/germlinecnvcaller": {
154154
"branch": "master",
155155
"git_sha": "8c4542e5d421c4690cf1fa6ec729e9304763fdaf",
156-
"installed_by": ["modules"]
156+
"installed_by": ["modules"],
157+
"patch": "modules/nf-core/gatk4/germlinecnvcaller/gatk4-germlinecnvcaller.diff"
157158
},
158159
"gatk4/intervallisttools": {
159160
"branch": "master",
@@ -178,7 +179,8 @@
178179
"gatk4/postprocessgermlinecnvcalls": {
179180
"branch": "master",
180181
"git_sha": "8c4542e5d421c4690cf1fa6ec729e9304763fdaf",
181-
"installed_by": ["modules"]
182+
"installed_by": ["modules"],
183+
"patch": "modules/nf-core/gatk4/postprocessgermlinecnvcalls/gatk4-postprocessgermlinecnvcalls.diff"
182184
},
183185
"gatk4/preprocessintervals": {
184186
"branch": "master",

modules/nf-core/gatk4/germlinecnvcaller/gatk4-germlinecnvcaller.diff

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/gatk4/germlinecnvcaller/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/gatk4/postprocessgermlinecnvcalls/gatk4-postprocessgermlinecnvcalls.diff

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/gatk4/postprocessgermlinecnvcalls/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)