Skip to content

Commit

Permalink
Update Conda deps
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Oct 12, 2023
1 parent d910312 commit 466e03e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ profiles {
wave {
wave.enabled = true
wave.strategy = ['conda']
wave.build.conda.basePackages = 'conda-forge::procps-ng'
conda.channels = 'seqera,bioconda,conda-forge,defaults'
conda.channels = 'seqera,conda-forge,bioconda,defaults'
}

docker {
Expand All @@ -54,7 +53,7 @@ profiles {

conda {
conda.enabled = true
conda.channels = 'seqera,bioconda,conda-forge,defaults'
conda.channels = 'seqera,conda-forge,bioconda,defaults'
}

slurm {
Expand Down

0 comments on commit 466e03e

Please sign in to comment.