mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:33:09 +00:00
Update workflows/taxprofiler.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
c8e49c56f4
commit
0936b9b28e
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
||||
|
|
Loading…
Reference in a new issue