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

Merge pull request #26 from genomic-medicine-sweden/add_nanopore

Perform fastqc on nanopore reads before trimming
This commit is contained in:
James A. Fellows Yates 2022-03-18 14:22:54 +01:00 committed by GitHub
commit b23fb927a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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