Description

Sanitize broken single line FASTQ files

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information. e.g. [ id:‘sample1’]

reads

:file

One line for each sequence and quality value

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

Output

name:type
description
pattern

reads

meta

:map

Groovy Map containing sample information. e.g. [ id:‘sample1’]

${prefix}${extension}

:file

Parsed fastq file without malformed entries/lines

*.${extension}

log

meta

:map

Groovy Map containing sample information. e.g. [ id:‘sample1’]

${prefix}.log

:file

Log file produced by the seqkit/sana software

*.log

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

A cross-platform and ultrafast toolkit for FASTA/Q file manipulation.