From 08226c8856ae9ce04b360486c5bc029775d2a2c1 Mon Sep 17 00:00:00 2001 From: Chengxin Dai <37200167+daichengxin@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:33:43 +0800 Subject: [PATCH] Revert thermorawfileparser --- modules/local/thermorawfileparser/main.nf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/local/thermorawfileparser/main.nf b/modules/local/thermorawfileparser/main.nf index 8c9e8ab3..b8d9979e 100644 --- a/modules/local/thermorawfileparser/main.nf +++ b/modules/local/thermorawfileparser/main.nf @@ -4,10 +4,10 @@ process THERMORAWFILEPARSER { label 'process_single' label 'error_retry' - conda "conda-forge::mono bioconda::thermorawfileparser=1.4.5" + conda "conda-forge::mono bioconda::thermorawfileparser=1.3.4" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/thermorawfileparser:1.4.5--ha8f3691_0' : - 'biocontainers/thermorawfileparser:1.4.5--ha8f3691_0' }" + 'https://depot.galaxyproject.org/singularity/thermorawfileparser:1.3.4--ha8f3691_0' : + 'biocontainers/thermorawfileparser:1.3.4--ha8f3691_0' }" stageInMode { if (task.attempt == 1) {