Description

Collapse walk-preserving shared affixes in variation graphs in GFA format

Input

name:type
description
pattern

meta

:map

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

gfa

:file

Variation graph in GFA format

*.{gfa}

Output

name:type
description
pattern

gfa

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}

affixes

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}

versions_gfaffix

${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

Topics

name:type
description
pattern

versions

${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

Tools

gfaffix
MIT

GFAffix identifies walk-preserving shared affixes in variation graphs and collapses them into a non-redundant graph structure.