mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 10:59:55 +00:00
Log file into multiqc channel
This commit is contained in:
parent
6b00360ff5
commit
5a2fd260fd
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ workflow LONGREAD_PREPROCESSING {
|
|||
}
|
||||
|
||||
FASTQC_PROCESSED ( ch_processed_reads )
|
||||
ch_multiqc_files = ch_multiqc_files.mix( FASTQC_PROCESSED.out.zip )
|
||||
ch_multiqc_files = ch_multiqc_files.mix( FASTQC_PROCESSED.out.zip, FILTLONG.out.log )
|
||||
|
||||
emit:
|
||||
reads = ch_processed_reads // channel: [ val(meta), [ reads ] ]
|
||||
|
|
Loading…
Reference in a new issue