Description

Induce a variation graph in GFA format from alignments in PAF format

Input

name:type
description
pattern

meta

:map

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

paf

:list

comma-separated PAF file(s) of alignments, single entry allowed

[*.{paf,paf.gz},*.{paf,paf.gz},...]

fasta

:file

FASTA file used to generate alignments

*.{fa,fa.gz,fasta,fasta.gz}

Output

name:type
description
pattern

gfa

meta

:map

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

*.gfa

:file

Variation graph in GFA 1.0 format

*.{gfa}

versions_seqwish

${task.process}

:string

The name of the process

seqwish

:string

The name of the tool

seqwish --version |& sed 's/v//;s/-.*//'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

seqwish

:string

The name of the tool

seqwish --version |& sed 's/v//;s/-.*//'

:eval

The expression to obtain the version of the tool

Tools

seqwish
MIT

seqwish implements a lossless conversion from pairwise alignments between sequences to a variation graph encoding the sequences and their alignments.