Skip to content

Commit

Permalink
fix conda and podman profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
phue committed Mar 29, 2021
1 parent 9917081 commit efbf6ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ if (!params.igenomes_ignore) {
profiles {
debug { process.beforeScript = 'echo $HOSTNAME' }
conda {
params.enable_conda = true
docker.enabled = false
singularity.enabled = false
podman.enabled = false
shifter.enabled = false
charliecloud = false
params.enable_conda = true
docker.enabled = false
singularity.enabled = false
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false
}
docker {
docker.enabled = true
Expand All @@ -153,7 +153,7 @@ profiles {
singularity.enabled = false
docker.enabled = false
shifter.enabled = false
charliecloud = false
charliecloud.enabled = false
}
shifter {
shifter.enabled = true
Expand Down

0 comments on commit efbf6ef

Please sign in to comment.