eparejatobes on code
eparejatobes on clean
eparejatobes on master
remove unused Optional imports make schema error messages shor… Merge branch 'clean/code/90' (compare)
@FadelBerakdar hi!
There is no Python API for Bio4j. But I believe, that you don't really need any Java knowledge to start with Bio4j :wink:
The current version uses TitanDB v0.5.4 as a backend (see bio4j-titan repo). So you can interact with the database in a number of ways:
Anyway, it may be good for starting with it, but if you are really going to do something serious with Bio4j, it's worth using the Bio4j Java API (we are also working on a Scala version), because it let's you to take advantage of the quite complex schema of the database :+1:
So you can follow import instructions in bio4j-titan, if you want to do it yourself.
Or you can wait a bit, because right now we are working on a big update: migrating to TitanDB-1.0 and simplifying the Bio4 Java API. Once we finish with the code refactoring, we'll import the latest source databases and make releases with ready-to-use Bio4j-TitanDB :wink: