Skip to content

Commit

Permalink
chore: Update fastqc version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Jun 12, 2024
1 parent 22d97f7 commit 1399a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/fastqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process FASTQC {

conda (params.enable_conda ? "bioconda::fastqc=0.11.9" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/fastqc:0.11.9--0' :
'quay.io/biocontainers/fastqc:0.11.9--0' }"
'https://depot.galaxyproject.org/singularity/fastqc:0.12.1--hdfd78af_0' :
'quay.io/biocontainers/fastqc:0.12.1--hdfd78af_0' }"

input:
tuple val(meta), path(reads)
Expand Down

0 comments on commit 1399a7b

Please sign in to comment.