Description

Create a database of sourmash signatures (a group of FracMinHash sketches) to be used as references.

Input

name:type
description
pattern

meta

:map

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

signatures

:file

Files containing signature (hash sketches) of reference genomes

*.{sig}

ksize

:integer

ksize value

Output

name:type
description
pattern

signature_index

meta

:map

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

*.sbt.zip

:file

Database of signatures

*.{sbt.zip}

versions_sourmash

${task.process}

:string

The name of the process

sourmash

:string

The name of the tool

sourmash --version 2>&1 | sed 's/^sourmash //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

sourmash

:string

The name of the tool

sourmash --version 2>&1 | sed 's/^sourmash //'

:eval

The expression to obtain the version of the tool

Tools

sourmash
BSD-3-clause

Compute and compare FracMinHash signatures for DNA data sets.