Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
Add mamba support in conda profile
  • Loading branch information
johausmann authored Oct 17, 2023
1 parent 6a52c63 commit 5e0a126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ profiles {
conda {
params.enable_conda = true
conda.enabled = true
conda.useMamba = true
}
debug { process.beforeScript = 'echo $HOSTNAME' }
test {
Expand Down

0 comments on commit 5e0a126

Please sign in to comment.