Skip to content

Commit

Permalink
Merge pull request #2580 from nf-core/remove-userEmulation
Browse files Browse the repository at this point in the history
Remove docker.userEmulation
  • Loading branch information
mashehu authored Dec 19, 2023
2 parents 2622557 + aa5febe commit 85407ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
- Update Gitpod profile resources to reflect base environment settings.
- ([#747](https://github.com/nf-core/tools/issues/747)) Add to the template the code to dump the selected pipeline parameters into a json file.
- [#2161] Disable process selector warnings by default.
- Remove `docker.userEmulation` from nextflow.config in pipeline template ([#2580](https://github.com/nf-core/tools/pull/2580))

### Download

Expand Down
1 change: 0 additions & 1 deletion nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ profiles {
}
docker {
docker.enabled = true
docker.userEmulation = true
conda.enabled = false
singularity.enabled = false
podman.enabled = false
Expand Down

0 comments on commit 85407ed

Please sign in to comment.