Skip to content

Commit 6fbc98f

Browse files
authored
stageAs FASTQC input files to avoid basename file collisions (#10924)
1 parent cb5b861 commit 6fbc98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nf-core/fastqc/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ process FASTQC {
88
'biocontainers/fastqc:0.12.1--hdfd78af_0' }"
99

1010
input:
11-
tuple val(meta), path(reads)
11+
tuple val(meta), path(reads, stageAs: '?/*')
1212

1313
output:
1414
tuple val(meta) , path("*.html") , emit: html

0 commit comments

Comments
 (0)