Skip to content

Commit 078e5c4

Browse files
authored
Merge pull request nf-core#117 from nf-core/nf-core-template-merge-2.11.1
Nf core template merge 2.11.1
2 parents 2d601b7 + 9a3748f commit 078e5c4

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- [#97](https://github.com/nf-core/rnavar/pull/97) - Template update from nf-core/tools 2.10
1414
- [#109](https://github.com/nf-core/rnavar/pull/109) - Update all modules
1515
- [#111](https://github.com/nf-core/rnavar/pull/111) - Template update from nf-core/tools 2.11
16+
- [#117](https://github.com/nf-core/rnavar/pull/117) - Template update from nf-core/tools 2.11.1
1617

1718
### Fixed
1819

nextflow.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ profiles {
191191
docker.runOptions = '-u $(id -u):$(id -g)'
192192
}
193193
arm {
194-
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
194+
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
195195
}
196196
singularity {
197197
singularity.enabled = true

0 commit comments

Comments
 (0)