Skip to content

Commit

Permalink
update smoothxg to v0.8.0 (#7309)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime U Garcia <[email protected]>
  • Loading branch information
msgr0 and maxulysse authored Jan 15, 2025
1 parent 411a94f commit 84d99db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/smoothxg/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::smoothxg=0.7.2
- bioconda::smoothxg=0.8.0
4 changes: 2 additions & 2 deletions modules/nf-core/smoothxg/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SMOOTHXG {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/smoothxg:0.7.2--h40c17d1_0' :
'biocontainers/smoothxg:0.7.2--h40c17d1_0' }"
'https://depot.galaxyproject.org/singularity/smoothxg:0.8.0--h40c17d1_0' :
'biocontainers/smoothxg:0.8.0--h40c17d1_0' }"

input:
tuple val(meta), path(gfa)
Expand Down

0 comments on commit 84d99db

Please sign in to comment.