Introduce bug

This commit is contained in:
Gregor Sturm 2022-01-21 08:34:43 +01:00
parent 213cd6d466
commit bc78e5e8d1

View file

@ -6,6 +6,7 @@ process FASTQC {
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' }"
cpus 42
input:
tuple val(meta), path(reads)