Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Fixed`

- [#182](https://github.com/nf-core/seqinspector/pull/182) Keep modules diff to a minimum

### `Changed`

- [#180](https://github.com/nf-core/seqinspector/pull/180) Add Zenodo record
Expand Down
6 changes: 6 additions & 0 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ process {
ext.use_gpu = { workflow.profile.contains('gpu') }
accelerator = { workflow.profile.contains('gpu') ? 1 : null }
}
// Label process_low is enough most of the time for this process
// especially when using SEQTK_SAMPLE to subsample
withName: BWAMEM2_MEM {
cpus = { 2 * task.attempt }
memory = { 12.GB * task.attempt }
}
}
3 changes: 1 addition & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"bwamem2/mem": {
"branch": "master",
"git_sha": "8325a8155a77a336a613a504b8e4d6cea7a2344a",
"installed_by": ["modules"],
"patch": "modules/nf-core/bwamem2/mem/bwamem2-mem.diff"
"installed_by": ["modules"]
},
"fastqc": {
"branch": "master",
Expand Down
18 changes: 0 additions & 18 deletions modules/nf-core/bwamem2/mem/bwamem2-mem.diff

This file was deleted.

2 changes: 1 addition & 1 deletion modules/nf-core/bwamem2/mem/main.nf

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

Loading