Subworkflow that preprocesses FASTQ files
ch_reads
Channel containing sample metadata and FASTQ files. Structure: [ val(meta), [ fastq ] ] Where meta is a map containing at least:
*.{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.
reads
Channel containing filtered FASTQ files. Structure: [ val(meta), [ fastq ] ]
versions
File containing software versions Structure: [ path(versions.yml) ]
versions.yml