Description

match up paired-end reads from two fastq files

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

reads{:bash}

:file

List of input paired-end FastQ files.

Output

name:type
description
pattern

reads{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.paired.fastq.gz{:bash}

:file

Paired fastq reads

*.paired.fastq.gz

unpaired_reads{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.unpaired.fastq.gz{:bash}

:file

Unpaired reads (optional)

*.unpaired.fastq.gz

versions_seqkit{:bash}

${task.process}{:bash}

:string

The name of the process

seqkit{:bash}

:string

The name of the tool

seqkit version | sed 's/^.*v//'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

seqkit{:bash}

:string

The name of the tool

seqkit version | sed 's/^.*v//'{:bash}

:eval

The expression to obtain the version of the tool

Tools

seqkit
MIT

Cross-platform and ultrafast toolkit for FASTA/Q file manipulation, written by Wei Shen.