2021-02-04 18:10:54 +00:00
|
|
|
name: bandage_image
|
2021-02-04 01:31:58 +00:00
|
|
|
description: Render an assembly graph in GFA 1.0 format to PNG and SVG image formats
|
|
|
|
keywords:
|
|
|
|
- gfa
|
|
|
|
- graph
|
|
|
|
- assembly
|
|
|
|
- visualisation
|
|
|
|
tools:
|
|
|
|
- bandage:
|
|
|
|
description: |
|
|
|
|
Bandage - a Bioinformatics Application for Navigating De novo Assembly Graphs Easily
|
|
|
|
homepage: https://github.com/rrwick/Bandage
|
|
|
|
documentation: https://github.com/rrwick/Bandage
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- gfa:
|
|
|
|
type: file
|
|
|
|
description: Assembly graph in GFA 1.0 format
|
|
|
|
pattern: "*.gfa"
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- png:
|
|
|
|
type: file
|
|
|
|
description: Bandage image in PNG format
|
|
|
|
pattern: "*.png"
|
|
|
|
- svg:
|
|
|
|
type: file
|
|
|
|
description: Bandage image in SVG format
|
|
|
|
pattern: "*.svg"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-02-04 01:31:58 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-02-04 01:31:58 +00:00
|
|
|
authors:
|
|
|
|
- "@heuermh"
|