mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-11 00:13:09 +00:00
Merge pull request #26 from genomic-medicine-sweden/add_nanopore
Perform fastqc on nanopore reads before trimming
This commit is contained in:
commit
b23fb927a9
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ workflow TAXPROFILER {
|
|||
// MODULE: Run FastQC
|
||||
//
|
||||
FASTQC (
|
||||
INPUT_CHECK.out.fastq
|
||||
INPUT_CHECK.out.fastq.mix( INPUT_CHECK.out.nanopore )
|
||||
)
|
||||
ch_versions = ch_versions.mix(FASTQC.out.versions.first())
|
||||
|
||||
|
|
Loading…
Reference in a new issue