×

nf-core/bandage/image @ 0.0.0-0c7146d

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-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 18:45:12 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbandage%2Fimage/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bandage/image/blobs/sha256:ca160570fb444516dcfa767523118b496ac3f668076da1411e5c0f4008f2f68e
Size 2.7 KB
Checksum sha256:ca160570fb444516dcfa767523118b496ac3f668076da1411e5c0f4008f2f68e
Downloads 2
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