From 6f15727cad4da8259f07771ac169fd9054368711 Mon Sep 17 00:00:00 2001 From: Roxanne Wolthuis Date: Tue, 11 Jul 2023 13:05:37 +0200 Subject: [PATCH] deps: removing anaconda and defaults channel and adding nodefaults channel --- envs/juno_amr_master.yaml | 5 ++--- envs/mamba.yaml | 4 ++-- envs/resfinder.yaml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/envs/juno_amr_master.yaml b/envs/juno_amr_master.yaml index 6a9cffa..85bd9aa 100644 --- a/envs/juno_amr_master.yaml +++ b/envs/juno_amr_master.yaml @@ -1,9 +1,8 @@ -name: juno-amr_master +name: juno_amr channels: - bioconda - conda-forge - - anaconda - - defaults + - nodefaults dependencies: - git=2.34.1 - mamba>0.19 diff --git a/envs/mamba.yaml b/envs/mamba.yaml index 2d24980..1a49518 100644 --- a/envs/mamba.yaml +++ b/envs/mamba.yaml @@ -1,5 +1,5 @@ name: mamba channels: - - conda-forge + - conda-forge dependencies: - - mamba \ No newline at end of file + - mamba \ No newline at end of file diff --git a/envs/resfinder.yaml b/envs/resfinder.yaml index a8c0b32..e78ea61 100644 --- a/envs/resfinder.yaml +++ b/envs/resfinder.yaml @@ -2,7 +2,7 @@ name: resfinder channels: - bioconda - conda-forge - - defaults + - nodefaults dependencies: - kma=1.3.14 prefix: /home/wolthuir/.conda/envs/juno_amr_master