Skip to content

baudisgroup/vcfExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcfExporter

Convert Progenetix data to VCF

Usage

Prepare the data in a JSON file.

import json
from vcfExporter import vcfExporter

js_file = 'progenetix_export.json'
with open(js_file, 'r') as fi:
    js = json.load(fi)

exporter = vcfExporter(js)
exporter.write('test.vcf')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages