Description

Run NanoPlot on nanopore-sequenced reads

Input

name:type
description
pattern

meta

:map

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

ontfile

:file

ONT file

Output

name:type
description
pattern

html

meta

:map

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

*.html

:file

NanoPlot report

*{.html}

png

meta

:map

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

*.png

:file

Plots generated by NanoPlot

*{.png}

txt

meta

:map

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

*.txt

:file

Stats from NanoPlot

*{.txt}

versions_nanoplot

${task.process}

:string

The name of the process

NanoPlot

:string

The name of the tool

NanoPlot --version | sed 's/^.*NanoPlot //; s/ .*\$//'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

NanoPlot

:string

The name of the tool

NanoPlot --version | sed 's/^.*NanoPlot //; s/ .*\$//'

:eval

The expression to obtain the version of the tool

Tools

nanoplot
GPL-3.0-or-later

NanoPlot is a tool for plotting long-read sequencing data and alignment.