From 1fc0ca7d47a01d1ed91be201a808670b481e5cf4 Mon Sep 17 00:00:00 2001 From: taranewman <69013600+taranewman@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:42:24 -0800 Subject: [PATCH] Remove defaults (#50) * remove defaults channel * Update seaborn.yml * Update snpit.yml * Update nextflow.config --- environments/environment.yml | 1 - environments/seaborn.yml | 1 - environments/snpit.yml | 1 - nextflow.config | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/environments/environment.yml b/environments/environment.yml index d918cee..7a4d562 100644 --- a/environments/environment.yml +++ b/environments/environment.yml @@ -2,7 +2,6 @@ name: tbprofiler-nf channels: - conda-forge - bioconda - - defaults dependencies: - python=3 - fastp=0.23.2 diff --git a/environments/seaborn.yml b/environments/seaborn.yml index 5e947be..50147a6 100644 --- a/environments/seaborn.yml +++ b/environments/seaborn.yml @@ -2,6 +2,5 @@ name: seaborn channels: - conda-forge - bioconda - - defaults dependencies: - seaborn=0.12.2 diff --git a/environments/snpit.yml b/environments/snpit.yml index c3fbbee..2c9b6f0 100644 --- a/environments/snpit.yml +++ b/environments/snpit.yml @@ -2,7 +2,6 @@ name: snpit channels: - conda-forge - bioconda - - defaults dependencies: - python - cython diff --git a/nextflow.config b/nextflow.config index ff7d14d..fc57baf 100644 --- a/nextflow.config +++ b/nextflow.config @@ -4,7 +4,7 @@ manifest { description = 'BCCDC-PHL TBProfiler Nextflow Wrapper' mainScript = 'main.nf' nextflowVersion = '>=20.01.0' - version = '0.2.2' + version = '0.2.4' } params {