From c23ab5fba33a6f812c6fd1fb959b4ce974d9b8e1 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 26 Feb 2024 19:54:40 -0600 Subject: [PATCH] chore(gxf2bed): Bump version to 0.2.0 https://github.com/alejandrogzi/gxf2bed/issues/1 --- modules/nf-core/gxf2bed/environment.yml | 3 ++- modules/nf-core/gxf2bed/main.nf | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/nf-core/gxf2bed/environment.yml b/modules/nf-core/gxf2bed/environment.yml index b88d8abf724..5d117861644 100644 --- a/modules/nf-core/gxf2bed/environment.yml +++ b/modules/nf-core/gxf2bed/environment.yml @@ -6,4 +6,5 @@ channels: - bioconda - defaults dependencies: - - "bioconda::gxf2bed=0.1.0" + # renovate: datasource=conda depName=bioconda/gxf2bed + - gxf2bed=0.2.0 diff --git a/modules/nf-core/gxf2bed/main.nf b/modules/nf-core/gxf2bed/main.nf index cabd4613ece..2700b4e7591 100644 --- a/modules/nf-core/gxf2bed/main.nf +++ b/modules/nf-core/gxf2bed/main.nf @@ -4,8 +4,8 @@ process GXF2BED { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/gxf2bed:0.1.0--h4ac6f70_0': - 'biocontainers/gxf2bed:0.1.0--h4ac6f70_0' }" + 'https://depot.galaxyproject.org/singularity/gxf2bed:0.2.0--h4ac6f70_0': + 'biocontainers/gxf2bed:0.2.0--h4ac6f70_0 ' }" input: path gxf