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) {