From b2336adaf288e3c64d02c28fb7e3e58cd22bd4cc Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Tue, 23 Jul 2024 14:24:21 +0200 Subject: [PATCH] remove remaining mention to 'defaults' --- nf_core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/utils.py b/nf_core/utils.py index 48d1c3ca3d..d5bf328b59 100644 --- a/nf_core/utils.py +++ b/nf_core/utils.py @@ -635,7 +635,7 @@ def anaconda_package(dep, dep_channels=None): """ if dep_channels is None: - dep_channels = ["conda-forge", "bioconda", "defaults"] + dep_channels = ["conda-forge", "bioconda"] # Check if each dependency is the latest available version if "=" in dep: