Description

Use seqkit to find/replace strings within sequences and sequence headers

Input

name:type
description
pattern

meta{:bash}

:map

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

fastx{:bash}

:file

fasta/q file

*.{fasta,fastq,fa,fq,fas,fna,faa}*

Output

name:type
description
pattern

fastx{:bash}

meta{:bash}

:map

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

*.fast*{:bash}

:file

fasta/q file with replaced values

*.{fasta,fastq,fa,fq,fas,fna,faa}*

versions_seqkit{:bash}

${task.process}{:bash}

:string

The name of the process

seqkit{:bash}

:string

The name of the tool

seqkit version | sed 's/seqkit 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/seqkit v//'{:bash}

:eval

The expression to obtain the version of seqkit

Tools

seqkit

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