mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 09:49:57 +00:00
Seperate multiqc for filtlong
This commit is contained in:
parent
3f5fa8cc7a
commit
1ba6a08135
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ workflow LONGREAD_PREPROCESSING {
|
|||
}
|
||||
|
||||
FASTQC_PROCESSED ( ch_processed_reads )
|
||||
ch_multiqc_files = ch_multiqc_files.mix( FASTQC_PROCESSED.out.zip, FILTLONG.out.log )
|
||||
ch_multiqc_files = ch_multiqc_files.mix( FASTQC_PROCESSED.out.zip )
|
||||
ch_multiqc_files = ch_multiqc_files.mix( FILTLONG.out.log.collect{it[1]}.ifEmpty([]))
|
||||
|
||||
emit:
|
||||
reads = ch_processed_reads // channel: [ val(meta), [ reads ] ]
|
||||
|
|
Loading…
Reference in a new issue