×

nf-core/bandage/image @ 0.0.0-6c4ed3a

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

Latest version: 0.0.0-6c4ed3a
Total downloads: 5
Source: nf-core/modules
Authors: @heuermh
Maintainers: @heuermh

Summary

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

Get started

Add the following snippet to your workflow script to include this module.

include { BANDAGE_IMAGE } from 'nf-core/bandage/image'

License

MIT License

Process
Name BANDAGE_IMAGE
Input 1 channel
#1 tuple
meta map

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

gfa file

Assembly graph in GFA 1.0 format

*.gfa
Output 3 channels
#1 png tuple
meta map

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

*.png file

Bandage image in PNG format

*.png
#2 svg tuple
meta map

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

*.svg file

Bandage image in SVG format

*.svg
#3 versions_bandage tuple
${task.process} string

The name of the process

bandage string

The name of the tool

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

The expression to obtain the version of the tool

Tool Description Homepage
bandage Bandage - a Bioinformatics Application for Navigating De novo Assembly Graphs Easily https://github.com/rrwick/Bandage
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:04:30 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbandage%2Fimage/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bandage/image/blobs/sha256:f670bdabee62f4abc88c19331ae12df59419dd140d58712cc7fc02d8f47f16ce
Size 2.7 KB
Checksum sha256:f670bdabee62f4abc88c19331ae12df59419dd140d58712cc7fc02d8f47f16ce
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:04:30 (UTC) 3 2.7 KB
0.0.0-0c7146d 08 Apr 2026 18:45:12 (UTC) 2 2.7 KB