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

Update workflows/taxprofiler.nf

Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
Lauri Mesilaakso 2022-03-18 14:18:38 +01:00 committed by GitHub
parent c8e49c56f4
commit 0936b9b28e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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