From f8a4eac2372f4e3b4618725f48039bdf4ec7f399 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Mon, 24 Jul 2023 14:42:05 +0100 Subject: [PATCH] Revert "Try bumping affy" This reverts commit 64850a41b511611add742f39d20de7c7ec71f18a. --- modules/nf-core/affy/justrma/main.nf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nf-core/affy/justrma/main.nf b/modules/nf-core/affy/justrma/main.nf index dff0709f6f04..40ebcbf18472 100644 --- a/modules/nf-core/affy/justrma/main.nf +++ b/modules/nf-core/affy/justrma/main.nf @@ -2,10 +2,10 @@ process AFFY_JUSTRMA { tag "$meta.id" label 'process_single' - conda "bioconda::bioconductor-affy=1.78.0" + conda "bioconda::bioconductor-affy=1.76.0" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/bioconductor-affy:1.78.0--r43ha9d7317_0': - 'biocontainers/bioconductor-affy:1.78.0--r43ha9d7317_0' }" + 'https://depot.galaxyproject.org/singularity/bioconductor-affy:1.76.0--r42hc0cfd56_2': + 'biocontainers/bioconductor-affy:1.76.0--r42hc0cfd56_2' }" input: tuple val(meta), path(samplesheet), path(celfiles_dir)