1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 05:32:05 +00:00

Correct output file from samtools/fastq

This commit is contained in:
sofstam 2023-03-29 15:36:20 +02:00
parent e274823f73
commit 8745fc625c

View file

@ -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
}