Skip to content

Commit

Permalink
Revert "Try bumping affy"
Browse files Browse the repository at this point in the history
This reverts commit 64850a4.
  • Loading branch information
pinin4fjords committed Jul 24, 2023
1 parent 64850a4 commit f8a4eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/nf-core/affy/justrma/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f8a4eac

Please sign in to comment.