Description

DNA contaminant removal using NanoLyse

Input

name:type
description
pattern

meta

:map

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

fastq

:file

Basecalled reads in FASTQ.GZ format

*.fastq.gz

fasta

:file

A reference fasta file against which to filter.

*.fasta

Output

name:type
description
pattern

fastq

meta

:map

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

*.fastq.gz

:file

Reads with contaminants removed in FASTQ format

*.fastq.gz

log

*.log

:file

Log of the Nanolyse run.

*.log

versions_nanolyse

${task.process}

:string

The name of the process

nanolyse

:string

The name of the tool

NanoLyse --version 2>&1 | sed -e "s/NanoLyse //g"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

nanolyse

:string

The name of the tool

NanoLyse --version 2>&1 | sed -e "s/NanoLyse //g"

:eval

The expression to obtain the version of the tool

Tools

nanolyse
GPL-3.0-or-later

DNA contaminant removal using NanoLyse