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 ]

meta2 (map)

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

meta3 (map)

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

meta4 (map)

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

sv_vcf (file)

VCF file with structural variants

*.{vcf,vcf.gz}

coverage_bed (file)

Bed file with coverage data

*.bed

cns (file)

CN file from CNVkit, not compatible with coverage_bed file

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

meta (map)

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

versions (file)

File containing software versions

versions.yml

cgh (file)

SV

in CytoSure format

*.cgh

Tools

vcf2cytosure
MIT

Convert VCF with structural variations to CytoSure format