fix output glob

This commit is contained in:
Matthias De Smet 2022-04-22 12:36:32 +02:00
parent 2f6382168c
commit fefffb9bb0
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ process ELPREP_MERGE {
tuple val(meta), path(bam) tuple val(meta), path(bam)
output: output:
tuple val(meta), path("**.{bam,sam}") , emit: bam tuple val(meta), path("output/**.{bam,sam}") , emit: bam
path "versions.yml" , emit: versions path "versions.yml" , emit: versions
when: when:
@ -30,7 +30,7 @@ process ELPREP_MERGE {
elprep merge \\ elprep merge \\
input \\ input \\
${prefix}.${suffix} \\ output/${prefix}.${suffix} \\
$args \\ $args \\
${single_end} \\ ${single_end} \\
--nr-of-threads $task.cpus --nr-of-threads $task.cpus

View file

@ -4,5 +4,5 @@
- elprep - elprep
- elprep/merge - elprep/merge
files: files:
- path: output/elprep/test.bam - path: output/elprep/output/test.bam
- path: output/elprep/versions.yml - path: output/elprep/versions.yml