Description

In-memory nucleotide sequence k-mer counting, filtering, graph traversal and more

Input

name:type
description
pattern

meta

:map

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

fasta

:file

fasta file

*.{fa,fasta}

kmer_size

:integer

k-mer size to use

Output

name:type
description
pattern

report

meta

:map

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

*.report.txt

:file

Text file containing unique-kmers.py execution report

*.report.txt

kmers

meta

:map

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

*.kmers.txt

:file

Text file containing number of kmers

*.kmers.txt

versions_khmer

${task.process}

:string

The process the versions were collected from

khmer

:string

The name of the tool

unique-kmers.py --version 2>&1 | grep ^khmer | sed "s/^khmer //;s/ .*$//"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

khmer

:string

The name of the tool

unique-kmers.py --version 2>&1 | grep ^khmer | sed "s/^khmer //;s/ .*$//"

:eval

The expression to obtain the version of the tool