Skip to content

Commit

Permalink
Remove conda defaults channel from nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield authored Oct 10, 2024
1 parent 396351f commit 41d67f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ profiles {
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false
channels = ['conda-forge', 'bioconda', 'defaults']
channels = ['conda-forge', 'bioconda', 'nodefaults']
apptainer.enabled = false
}
mamba {
Expand Down

0 comments on commit 41d67f2

Please sign in to comment.