Revert "Introduce bug"

This reverts commit bc78e5e8d1.
This commit is contained in:
Gregor Sturm 2022-02-07 17:36:35 +01:00
parent 9c1278b4c3
commit adb33424e7

View file

@ -6,7 +6,6 @@ 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)