Description

Convert VCF with structural variations to CytoSure format

Input

name:type
description
pattern

meta{:bash}

:map

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

sv_vcf{:bash}

:file

VCF file with structural variants

*.{vcf,vcf.gz}

meta2{:bash}

:map

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

coverage_bed{:bash}

:file

Bed file with coverage data

*.bed

meta3{:bash}

:map

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

cns{:bash}

:file

CN file from CNVkit, not compatible with coverage_bed file

meta4{:bash}

:map

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

snv_vcf{:bash}

:file

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

blacklist_bed{:bash}

:file

Bed file with regions to exclude

*.bed

Output

name:type
description
pattern

cgh{:bash}

meta{:bash}

:map

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

*.cgh{:bash}

:file

SV:s in CytoSure format

*.cgh

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

vcf2cytosure
MIT

Convert VCF with structural variations to CytoSure format