Description

Convert a BED file to a VCF file according to a YAML config

Input

Name (Type)
Description
Pattern

meta (map)

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

bed (file)

The BED file to convert to VCF

*.bed

config (file)

The config file to use for the conversion

*.{yml,yaml}

meta2 (map)

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

fai (file)

The fasta index file

*.fai

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

vcf (file)

The converted VCF file

*.vcf.gz

Tools

bedgovcf
MIT

A simple tool to convert BED files to VCF files