Description

Manta calls structural variants (SVs) and indels from mapped paired-end sequencing reads. This script reformats inversions into single inverted sequence junctions which was the format used in Manta versions <= 1.4.0.

Input

name:type
description
pattern

meta

:map

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

vcf

:file

VCF file produces by Manta

*.vcf.gz

meta2

:map

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

fasta

:file

The reference fasta file

*.{fasta,fa,fna}

Output

name:type
description
pattern

vcf

meta

:map

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

*.vcf.gz

:file

VCF file with reformatted inversions

*.vcf.gz

tbi

meta

:map

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

*.vcf.gz.tbi

:file

TBI file produces by Manta

*.vcf.gz.tbi

versions_manta

${task.process}

:string

The name of the process

manta

:string

The name of the tool

configManta.py --version

:eval

The expression to obtain the version of the tool

versions_samtools

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools --version | head -1 | sed -e s'/samtools //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

manta

:string

The name of the tool

configManta.py --version

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools --version | head -1 | sed -e s'/samtools //'

:eval

The expression to obtain the version of the tool