Description

Subworkflow that preprocesses FASTQ files

Input

name
description
pattern

ch_reads

Channel containing sample metadata and FASTQ files.
Structure: [ val(meta), [ fastq ] ]
Where meta is a map containing at least:

  • id: sample identifier
  • single_end: boolean indicating if data is single-end (true) or paired-end (false)
*.{fastq,fastq.gz,fq,fq.gz}

skip_seqkit_sana_pair

If true, skips the seqkit_sana_pair subworkflow.

skip_seqkit_seq

If true, skips the seqkit_seq process.

skip_seqkit_replace

If true, skips the seqkit_replace process.

skip_seqkit_rmdup

If true, skips the seqkit_rmdup process.

Output

name
description
pattern

reads

Channel containing filtered FASTQ files.
Structure: [ val(meta), [ fastq ] ]

*.{fastq,fastq.gz,fq,fq.gz}

versions

File containing software versions
Structure: [ path(versions.yml) ]

versions.yml