Skip to content

Commit 57fa9f5

Browse files
authored
Conda config: Remove defaults (#29)
1 parent c55ff84 commit 57fa9f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ profiles {
6666

6767
'conda' {
6868
conda.enabled = true
69-
conda.channels = 'conda-forge,bioconda,defaults'
69+
conda.channels = 'conda-forge,bioconda'
7070
}
7171

7272
'mamba' {
7373
conda.enabled = true
7474
conda.useMicromamba = true
75-
conda.channels = 'conda-forge,bioconda,defaults'
75+
conda.channels = 'conda-forge,bioconda'
7676
}
7777

7878
'slurm' {

0 commit comments

Comments
 (0)