Description

Screens query sequences against large sequence databases

Input

name:type
description
pattern

meta

:map

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

query

:file

Query sequences

*.fastq.gz

meta2

:map

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

sequences_sketch

:file

sketch file of sequences

Output

name:type
description
pattern

screen

meta

:map

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

*.screen

:file

List of sequences from fastx_db similar to query sequences

*.screen

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