Description

Split single or paired-end fastq.gz files

Input

name:type
description
pattern

meta

:map

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

reads

:file

FastQ files

*.{f[aq].gz/fast[aq].gz}

Output

name:type
description
pattern

reads

meta

:map

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

${prefix}/*

:file

Split fastq files

*.{f[aq][.gz]/fast[aq][.gz]}

versions_seqkit

${task.process}

:string

The name of the process

seqkit

:string

The name of the tool

seqkit version | sed 's/^.*v//'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

seqkit

:string

The name of the tool

seqkit version | sed 's/^.*v//'

: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.