/vcfsplit

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

VCF Split

This little Java program splits a VCF file consisting of multiple vcards into single VCF files. This is particualry useful if you want to import a vcf into Microsoft Outlook.

To download the binary verison go to https://sourceforge.net/projects/vcf-split/files/vcfsplit.jar/download

This is a executable jar file, so starting it with

java -jar vcfsplitter.jar  

or double clicking it in a gui should work fine.

You can also specify evertyhing by command line as follows:

java -jar vcfsplitter.jar  <infile> <outdir>

(c) 2016 by Roman Seidl