Description

Creates vastly reduced representations of sequences using MinHash

Input

name:type
description
pattern

meta

:map

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

reads

:file

List of input paired-end FastQ files

Output

name:type
description
pattern

mash

meta

:map

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

*.msh

:file

Sketch output

*.{mash}

stats

meta

:map

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

*.mash_stats

:file

Sketch statistics

*.{mash_stats}

versions_mash

${task.process}

:string

The name of the process

mash

:string

The name of the tool

mash --version 2>&1

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

mash

:string

The name of the tool

mash --version 2>&1

:eval

The expression to obtain the version of the tool

Tools

mash
https://github.com/marbl/Mash/blob/master/LICENSE.txt

Fast sequence distance estimator that uses MinHash