Description

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

Input

name:type
description
pattern

meta:map

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

]

reads:file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

Output

name:type
description
pattern

hist

meta:map

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

]

*.hist:file

Histogram of k-mers

*.hist

ktab

meta:map

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

]

*.ktab*", hidden: true:file

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

*.ktab

prof

meta:map

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

]

*.{prof,pidx}*", hidden: true:file

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

*.prof

versions

versions.yml:file

File containing software versions

versions.yml

Tools

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

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