Description

A fast K-mer counter for high-fidelity shotgun datasets

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 FASTA, FASTQ, SAM, BAM or CRAM files. All must be of the same type.

Output

name:type
description
pattern

hist{:bash}

meta{:bash}

:map

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

*.hist{:bash}

:file

Histogram of k-mers

*.hist

ktab{:bash}

meta{:bash}

:map

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

*.ktab*{:bash}

:file

A sorted table of all canonical k‑mers along with their counts.

*.ktab*

prof{:bash}

meta{:bash}

:map

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

*.{prof,pidx}*{:bash}

:file

A k‑mer count profile of each sequence in the input data set.

*.{prof,pidx}*

versions_fastk{:bash}

${task.process}{:bash}

:string

Name of the process

fastk{:bash}

:string

Name of the tool

1.2{:bash}

:string

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

Name of the process

fastk{:bash}

:string

Name of the tool

1.2{:bash}

:string

The expression to obtain the version of the tool

Tools

fastk
https://github.com/thegenemyers/FASTK/blob/master/LICENSE

A fast K-mer counter for high-fidelity shotgun datasets