1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 07:22:05 +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
//
FASTQC (
INPUT_CHECK.out.fastq
INPUT_CHECK.out.fastq.concat( INPUT_CHECK.out.nanopore )
)
ch_versions = ch_versions.mix(FASTQC.out.versions.first())