-
Notifications
You must be signed in to change notification settings - Fork 3
VCF to RDF Mapping
Arto Bendiken edited this page Sep 18, 2015
·
22 revisions
The team worked to produce an ontology mapping from Variant Call Format (VCF) files to RDF, to facilitate offline batch conversion of VCF to RDF formats as well as to enable online SPARQL querying of VCF files directly.
- Worked on by Raoul, Arto, Kieron, with support by Pjotr and Jerven.
- Based on previous work at BioHackathon 2014 by Raoul and Francesco.
-
https://github.com/ruby-rdf/rdf-vcf
- Installable with
jruby -S gem install rdf-vcf
. (Requires JRuby 9.0+.) - Includes a CLI tool called
vcf2rdf
to transform VCF files into RDF in batch processes. - Implements an RDF.rb reader for VCF and BCF files, supporting also bgzipped and indexed files.
- Installable with
-
https://github.com/helios/bio-sparql-otf
- Implements