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:
parent
7843665544
commit
d761edb615
1 changed files with 1 additions and 1 deletions
2
modules/nf-core/porechop/porechop/main.nf
generated
2
modules/nf-core/porechop/porechop/main.nf
generated
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue