Welcome to the Neo4j implementation of Bio4j! In order to get general information regarding Bio4j project please go to our main repository.
You've got two main options:
Please visit the section Importing Bio4j if you want to import your own Bio4j DB from scratch.
- AWS Releases You can find here the corresponding information for the release you're interested in.
- CloudFormation templates Check this section to see how you can benefit from Cloud Formation service together with Bio4j.
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"