Skip to content

bio4j/bio4j-neo4j

Repository files navigation

bio4j-neo4j

Welcome to the Neo4j implementation of Bio4j! In order to get general information regarding Bio4j project please go to our main repository.

Getting started

You've got two main options:

Import Bio4j from scratch

Please visit the section Importing Bio4j if you want to import your own Bio4j DB from scratch.

AWS (Amazon Web Services) users

Using a query language

SBT dependency

To use it in your sbt-project, add this to build.sbt:

resolvers += "Era7 maven releases" at "http://releases.era7.com.s3.amazonaws.com"

libraryDependencies += "bio4j" % "neo4jdb" % "0.2.0"