chembl / curation-interface

This is repository to track all bugs and issues related to development of the curation interface
0 stars 0 forks source link

Find a robust way to call Java from python and start using OPSIN and OSCAR5 #98

Open mnowotka opened 9 years ago

mnowotka commented 9 years ago

There are some important pieces of cheminformatics software written in Java that should be accessible fro our Python stack.

Currently I believe that the only robust way to join Java and Python together is to run two separate instances of python interpreter:

The question is how to join those two python interpreters together. I see two possibilites:

Both methods should be investigated and finally we should have a robust connection. What we can implement then is: