Description

Convert VCF with structural variations to CytoSure format

Input

name:type
description
pattern

meta

:map

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

sv_vcf

:file

VCF file with structural variants

*.{vcf,vcf.gz}

meta2

:map

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

coverage_bed

:file

Bed file with coverage data

*.bed

meta3

:map

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

cns

:file

CN file from CNVkit, not compatible with coverage_bed file

meta4

:map

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

snv_vcf

:file

VCF file with SNVs to calculate probe coverage, not compatible with coverage_bed pattern: ”*.{vcf,vcf.gz}”

blacklist_bed

:file

Bed file with regions to exclude

*.bed

Output

name:type
description
pattern

cgh

meta

:map

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

*.cgh

:file

SV:s in CytoSure format

*.cgh

versions_vcf2cytosure

${task.process}

:string

The name of the process

vcf2cytosure

:string

The name of the tool

vcf2cytosure --version 2>&1 | sed -n 's/.*cytosure //p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

vcf2cytosure

:string

The name of the tool

vcf2cytosure --version 2>&1 | sed -n 's/.*cytosure //p'

:eval

The expression to obtain the version of the tool

Tools

vcf2cytosure
MIT

Convert VCF with structural variations to CytoSure format