Skip to content

Commit

Permalink
Add base package to conda-based containers
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Sep 19, 2023
1 parent 9b07b3b commit 902b881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ profiles {
}

wave {
wave.enabled = true
docker.enabled = true
wave.enabled = true
wave.build.conda.basePackages = 'conda-forge::procps-ng'
conda.channels = 'seqera,bioconda,conda-forge,defaults'
}

Expand Down

0 comments on commit 902b881

Please sign in to comment.