Skip to content

Commit

Permalink
add new conda.enable and useMamba
Browse files Browse the repository at this point in the history
  • Loading branch information
priesgo committed May 23, 2024
1 parent 3a2fa21 commit 173ff84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ params.additional_args = ""
profiles {
conda {
params.enable_conda = true
conda.enabled = true
conda.useMamba = true
}
debug { process.beforeScript = 'echo $HOSTNAME' }
test {
Expand Down

0 comments on commit 173ff84

Please sign in to comment.