mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:03:10 +00:00
Correct output file from samtools/fastq
This commit is contained in:
parent
e274823f73
commit
8745fc625c
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.fastq // channel: [ val(meta), [ reads ] ]
|
||||
reads = SAMTOOLS_FASTQ.out.other // channel: [ val(meta), [ reads ] ]
|
||||
versions = ch_versions // channel: [ versions.yml ]
|
||||
mqc = ch_multiqc_files
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue