-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot install #8
Comments
Thanks for your question, however it would have been better if asked in https://github.com/3D-e-Chem/knime-silicos-it repo. I suspect your are running on Windows, which is not supported by the KNIME Silicos-it nodes. So if you install QeD Python library then you should be able to make a Python node with the following snippet: from silicos_it.descriptors import qed
# Input molecules
mol_col = 'RDKit molecule'
# Copy input to output
output_table = input_table.copy()
# Calculate qed on the molecules column
output_table['qed'] = output_table.apply(lambda x: qed.default(x[mol_col]), axis=1) Hope this helps. |
Hi, Yes, I am using windows. Thanks |
Hi, So I have tried to play around with python and tried to install the qed as written on the site, File "C:\Users\Dani\AppData\Local\Programs\Python\Python38-32\lib\site-packages\silicos_it\descriptors\qed.py", line 286 I have not a clue how to add an input file to it or where should I add it. If you have a solution please let me know. I would really need this node. Thank you very much. |
The |
Hello,
I got the following message when I tried to install the nodes in KNIME:
Cannot complete the install because some dependencies are not satisfiable
nl.esciencecenter.e3dchem.knime.silicosit.feature.feature.group [1.1.3.v201906270957] cannot be installed in this environment because its filter is not applicable.
Any idea how can I solve this issue?
I would only need the QeD node.
Please help.
Thank you very much.
Dani
The text was updated successfully, but these errors were encountered: