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: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.14dev

_..nothing yet.._
* Fixed an issue in the pipeline template regarding explicit disabling of unused container engines [[#972](https://github.com/nf-core/tools/pull/972)]

## [v1.13.3 - Copper Crocodile Resurrection :crocodile:](https://github.com/nf-core/tools/releases/tag/1.13.2) - [2021-03-24]

Expand Down
4 changes: 2 additions & 2 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ profiles {
singularity.enabled = false
podman.enabled = false
shifter.enabled = false
charliecloud = false
charliecloud.enabled = false
process.conda = "$projectDir/environment.yml"
}
debug { process.beforeScript = 'echo $HOSTNAME' }
Expand Down Expand Up @@ -94,7 +94,7 @@ profiles {
docker.enabled = false
podman.enabled = true
shifter.enabled = false
charliecloud = false
charliecloud.enabled = false
}
shifter {
singularity.enabled = false
Expand Down