From 84d99db18e47b5081c54c767d96ea6c4ca992a6c Mon Sep 17 00:00:00 2001
From: Mattia Sgro <35536397+msgr0@users.noreply.github.com>
Date: Wed, 15 Jan 2025 18:53:22 +0100
Subject: [PATCH] update smoothxg to v0.8.0 (#7309)

Co-authored-by: Maxime U Garcia <max.u.garcia@gmail.com>
---
 modules/nf-core/smoothxg/environment.yml | 2 +-
 modules/nf-core/smoothxg/main.nf         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/nf-core/smoothxg/environment.yml b/modules/nf-core/smoothxg/environment.yml
index a837203d000..1e49e2cf889 100644
--- a/modules/nf-core/smoothxg/environment.yml
+++ b/modules/nf-core/smoothxg/environment.yml
@@ -2,4 +2,4 @@ channels:
   - conda-forge
   - bioconda
 dependencies:
-  - bioconda::smoothxg=0.7.2
+  - bioconda::smoothxg=0.8.0
diff --git a/modules/nf-core/smoothxg/main.nf b/modules/nf-core/smoothxg/main.nf
index 191e14cd1e5..e22060d60e7 100644
--- a/modules/nf-core/smoothxg/main.nf
+++ b/modules/nf-core/smoothxg/main.nf
@@ -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)