Description

Calculate Mash distances between reference and query sequences

Input

name:type
description
pattern

meta

:map

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

query

:file

FASTA, FASTQ or Mash sketch

*.{fasta,fasta.gz,fastq,fastq.gz,msh}

reference

:file

FASTA, FASTQ or Mash sketch

*.{fasta,fasta.gz,fastq,fastq.gz,msh}

Output

name:type
description
pattern

dist

meta

:map

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

*.txt

:file

The results from mash dist

*.txt

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