-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependency openbabel #6
Comments
I have also just seen that I should use smallmollib to read .sdf , my fault on this one |
You are missing openbabel. ` conda install -c acellera openbabel `
…On Thu, May 2, 2019 at 5:18 PM Dominik Lemm ***@***.***> wrote:
I have also just seen that I should use smallmollib to read .sdf , my
fault on this one
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4RLAT75POAEQ247Z5SQGDPTLZ3NANCNFSM4HJ6W6FQ>
.
|
I'm aware, but shouldn't it be in the dependencies of the package? |
Not until we decide on the hard dependencies. I left out on purpose openbabel and rdkit because they are both a bit tricky dependencies. I can add a "please install openbabel with ..." as I did with rdkit there though. |
Oh okay I wasn't aware of that. |
Hi,
I tried to read a ligand with
SmallMol('ligands.sdf', force_reading=True)
, but openbabel seems to be missing in the dependency list. Withforce_reading=False
it also fails and suggests to set it True.I installed moleculekit through
conda install -c acellera moleculekit
The text was updated successfully, but these errors were encountered: