Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jervenbolleman/handlegraph4jrdf

Handlegraph RDF writers in java for working with variation graph genome data.
https://github.com/jervenbolleman/handlegraph4jrdf

biohackeu20 bioinformatics dna faldo rdf variation-graph vg

Last synced: 19 days ago
JSON representation

Handlegraph RDF writers in java for working with variation graph genome data.

Awesome Lists containing this project

README

        

# Converts a GFA1 file to RDF

Using both the VG and FALDO ontologies it convers a GFA1 Genome Variation Graph into
a RDF graph.

To make a fat jar to run the program
```
mvn package
```

Then run with

```
java -jar target/handlegraph4j-rdf-0.1-jar-with-dependencies.jar

```