nf-core/gfaffix @ 0.0.0-6c4ed3a
Summary
Collapse walk-preserving shared affixes in variation graphs in GFA format
Get started
Add the following snippet to your workflow script to include this module.
include { GFAFFIX } from 'nf-core/gfaffix'
License
MIT License
Process
Name
|
GFAFFIX |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
gfa
file
|
Variation graph in GFA format *.{gfa}
|
Output
3 channels
#1
gfa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.gfa
file
|
Non-redundant variation graph in GFA 1.0 format *.{gfa}
|
#2
affixes
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.txt
file
|
Shared affixes in tab-separated values (TSV) text format *.{txt}
|
#3
versions_gfaffix
tuple
${task.process}
string
|
The name of the process |
|---|---|
gfaffix
string
|
The name of the tool |
gfaffix --version | cut -d" " -f2
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| gfaffix | GFAffix identifies walk-preserving shared affixes in variation graphs and collapses them into a non-redundant graph structure. | https://github.com/marschall-lab/GFAffix |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:21:20 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fgfaffix/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/gfaffix/blobs/sha256:2c54daf5ed857dcc570df017e7d2de4b99b023a7ac56f311dfcaffc4a088beba |
| Size | 2.3 KB |
| Checksum | sha256:2c54daf5ed857dcc570df017e7d2de4b99b023a7ac56f311dfcaffc4a088beba |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:21:20 (UTC) | 3 | 2.3 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:13:54 (UTC) | 3 | 2.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:06:00 (UTC) | 3 | 2.3 KB |