mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:33:08 +00:00
Mix reads in emit
This commit is contained in:
parent
d6b60643d9
commit
c47b9e55fa
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ workflow LONGREAD_HOSTREMOVAL {
|
|||
|
||||
emit:
|
||||
stats = SAMTOOLS_STATS.out.stats //channel: [val(meta), [reads ] ]
|
||||
reads = SAMTOOLS_FASTQ.out.other // channel: [ val(meta), [ reads ] ]
|
||||
reads = SAMTOOLS_FASTQ.out.fastq.mix( SAMTOOLS_FASTQ.out.other) // channel: [ val(meta), [ reads ] ]
|
||||
versions = ch_versions // channel: [ versions.yml ]
|
||||
mqc = ch_multiqc_files
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue