Skip to content

Commit

Permalink
Conda config: Remove defaults (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels authored Oct 23, 2024
1 parent c55ff84 commit 57fa9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ profiles {

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

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

'slurm' {
Expand Down

0 comments on commit 57fa9f5

Please sign in to comment.