Parse VCF files to r/qtl2 file format
The makefile only works for the macos Dlang compiler (ldc2) currently.
git clone https://github.com/rroutsong/vcf-parser.git
cd vcf-parser
make
The --output flag defaults to vcf_csv_out.txt
./build/vcf_parser -i --file=data/gatk_wgs.vcf --output=output.txt
./build/vcf_parser --file=data/gatk_wgs.vcf --output=output.txt