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

Perform fastqc on nanopore reads before trimming

This commit is contained in:
ljmesi 2022-03-18 13:47:44 +01:00
parent 45428c2877
commit c8e49c56f4

View file

@ -89,7 +89,7 @@ workflow TAXPROFILER {
// MODULE: Run FastQC // MODULE: Run FastQC
// //
FASTQC ( FASTQC (
INPUT_CHECK.out.fastq INPUT_CHECK.out.fastq.concat( INPUT_CHECK.out.nanopore )
) )
ch_versions = ch_versions.mix(FASTQC.out.versions.first()) ch_versions = ch_versions.mix(FASTQC.out.versions.first())