Description

Render an assembly graph in GFA 1.0 format to PNG and SVG image formats

Input

name:type
description
pattern

meta{:bash}

:map

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

gfa{:bash}

:file

Assembly graph in GFA 1.0 format

*.gfa

Output

name:type
description
pattern

png{:bash}

meta{:bash}

:map

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

*.png{:bash}

:file

Bandage image in PNG format

*.png

svg{:bash}

meta{:bash}

:map

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

*.svg{:bash}

:file

Bandage image in SVG format

*.svg

versions_bandage{:bash}

${task.process}{:bash}

:string

The name of the process

bandage{:bash}

:string

The name of the tool

export QT_QPA_PLATFORM=offscreen; Bandage --version 2>&1| grep Version | sed "s/^Version: //"{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

bandage{:bash}

:string

The name of the tool

export QT_QPA_PLATFORM=offscreen; Bandage --version 2>&1| grep Version | sed "s/^Version: //"{:bash}

:eval

The expression to obtain the version of the tool

Tools

bandage
GPL-3.0-or-later

Bandage - a Bioinformatics Application for Navigating De novo Assembly Graphs Easily