Skip to content

Commit

Permalink
chore(gxf2bed): Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Feb 27, 2024
1 parent ab4d057 commit c23ab5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion modules/nf-core/gxf2bed/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ channels:
- bioconda
- defaults
dependencies:
- "bioconda::gxf2bed=0.1.0"
# renovate: datasource=conda depName=bioconda/gxf2bed
- gxf2bed=0.2.0
4 changes: 2 additions & 2 deletions modules/nf-core/gxf2bed/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c23ab5f

Please sign in to comment.