Skip to content

Commit ed5d23c

Browse files
authored
FIX: Remove diff for bwamem2/mem (#182)
1 parent 8ef4844 commit ed5d23c

File tree

5 files changed

+10
-21
lines changed

5 files changed

+10
-21
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### `Fixed`
1111

12+
- [#182](https://github.com/nf-core/seqinspector/pull/182) Keep modules diff to a minimum
13+
1214
### `Changed`
1315

1416
- [#180](https://github.com/nf-core/seqinspector/pull/180) Add Zenodo record

conf/base.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,10 @@ process {
6060
ext.use_gpu = { workflow.profile.contains('gpu') }
6161
accelerator = { workflow.profile.contains('gpu') ? 1 : null }
6262
}
63+
// Label process_low is enough most of the time for this process
64+
// especially when using SEQTK_SAMPLE to subsample
65+
withName: BWAMEM2_MEM {
66+
cpus = { 2 * task.attempt }
67+
memory = { 12.GB * task.attempt }
68+
}
6369
}

modules.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"bwamem2/mem": {
1414
"branch": "master",
1515
"git_sha": "8325a8155a77a336a613a504b8e4d6cea7a2344a",
16-
"installed_by": ["modules"],
17-
"patch": "modules/nf-core/bwamem2/mem/bwamem2-mem.diff"
16+
"installed_by": ["modules"]
1817
},
1918
"fastqc": {
2019
"branch": "master",

modules/nf-core/bwamem2/mem/bwamem2-mem.diff

Lines changed: 0 additions & 18 deletions
This file was deleted.

modules/nf-core/bwamem2/mem/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)