nf-core_modules/modules/gfaffix/meta.yml
Michael L Heuer ee5f59705f
Adding new module gfaffix (#1149)
* Adding new module gfaffix.

* add missing entry to pytest_modules.yml

* update to 0.1.4--hec16e2b_0

* fixup after prettier

* add when section

* update md5sum

* Change to process_single as discussed

Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
Co-authored-by: Simon Heumos <simon.heumos@qbic.uni-tuebingen.de>
2022-09-28 10:23:18 +02:00

46 lines
1.2 KiB
YAML

name: gfaffix
description: Collapse walk-preserving shared affixes in variation graphs in GFA format
keywords:
- gfa
- graph
- pangenome
- variation graph
tools:
- gfaffix:
description: |
GFAffix identifies walk-preserving shared affixes in variation graphs and
collapses them into a non-redundant graph structure.
homepage: https://github.com/marschall-lab/GFAffix
documentation: https://github.com/marschall-lab/GFAffix
licence: ["MIT"]
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- gfa:
type: file
description: Variation graph in GFA format
pattern: "*.{gfa}"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- gfa:
type: file
description: Non-redundant variation graph in GFA 1.0 format
pattern: "*.{gfa}"
- affixes:
type: file
description: Shared affixes in tab-separated values (TSV) text format
pattern: "*.{txt}"
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
authors:
- "@heuermh"