From 95516738ab75ee196025787097ab2dfb56e4854e Mon Sep 17 00:00:00 2001 From: Danilo Di Leo Date: Tue, 21 May 2024 14:14:24 +0200 Subject: [PATCH] docker for transdecoder --- modules/local/transdecoder.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/transdecoder.nf b/modules/local/transdecoder.nf index 8e3fd3a1..8825f1a3 100644 --- a/modules/local/transdecoder.nf +++ b/modules/local/transdecoder.nf @@ -5,7 +5,7 @@ process TRANSDECODER { conda "bioconda::transdecoder=5.7.1" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/transdecoder:5.7.1--pl5321hdfd78af_0' : - 'comp-bio-aging/transdecoder:5.7.1--pl5321hdfd78af_0' }" + 'biocontainers/transdecoder:5.7.1--pl5321hdfd78af_0' }" input: tuple val(meta), path(fasta)