Description

simple statistics of FASTA/Q files

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

Either FASTA or FASTQ files.

*.{fa,fna,faa,fasta,fq,fastq}[.gz]

Output

name:type
description
pattern

stats{:bash}

meta{:bash}

:map

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

*.tsv{:bash}

:file

Tab-separated output file with basic sequence statistics.

*.tsv

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 seqkit

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 seqkit

Tools

seqkit
MIT

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