2024-07-16 23:11:09 +02:00
2024-07-16 23:14:39 +02:00

vcf-reader

Simple app to convert vcf file to json format.

Usage

$ /path/to/main /path/to/file.vcf

Optionally, save result to file.

$ /path/to/main /path/to/file.vcf > transformed.json
$ cat transformed.json | jq
Description
Simple app to convert vcf files to json format
Readme 28 KiB
Languages
PHP 100%