1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-13 07:13:10 +00:00

Patch the patch

This commit is contained in:
James Fellows Yates 2023-01-25 14:55:57 +01:00
parent 7843665544
commit d761edb615

View file

@ -11,7 +11,7 @@ process PORECHOP_PORECHOP {
tuple val(meta), path(reads)
output:
tuple val(meta), path("*.fastq.gz"), emit: reads
tuple val(meta), path("*_porechopped.fastq.gz"), emit: reads
tuple val(meta), path("*.log") , emit: log
path "versions.yml" , emit: versions