Skip to content

Commit

Permalink
Merge pull request #117 from nf-core/nf-core-template-merge-2.11.1
Browse files Browse the repository at this point in the history
Nf core template merge 2.11.1
  • Loading branch information
maxulysse authored Dec 29, 2023
2 parents 2d601b7 + 9a3748f commit 078e5c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#97](https://github.com/nf-core/rnavar/pull/97) - Template update from nf-core/tools 2.10
- [#109](https://github.com/nf-core/rnavar/pull/109) - Update all modules
- [#111](https://github.com/nf-core/rnavar/pull/111) - Template update from nf-core/tools 2.11
- [#117](https://github.com/nf-core/rnavar/pull/117) - Template update from nf-core/tools 2.11.1

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ profiles {
docker.runOptions = '-u $(id -u):$(id -g)'
}
arm {
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
}
singularity {
singularity.enabled = true
Expand Down

0 comments on commit 078e5c4

Please sign in to comment.