Description

A program to convert bam into paf.

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

An input bam file to be converted into paf.

Output

name:type
description
pattern

paf{:bash}

meta{:bash}

:map

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

versions_samtools{:bash}

${task.process}{:bash}

:string

Name of the process

samtools{:bash}

:string

Name of the tool

samtools version | sed '1!d;s/.* //'{:bash}

:eval

The expression to obtain the version of the tool

versions_paftools{:bash}

${task.process}{:bash}

:string

Name of the process

paftools{:bash}

:string

Name of the tool

paftools.js version{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

Name of the process

paftools{:bash}

:string

Name of the tool

paftools.js version{:bash}

:eval

The expression to obtain the version of the tool

${task.process}{:bash}

:string

Name of the process

samtools{:bash}

:string

Name of the tool

samtools version | sed '1!d;s/.* //'{:bash}

:eval

The expression to obtain the version of the tool

Tools

paftools
MIT

A program to manipulate paf files / convert to and from paf.