Skip to content
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

Probe could not be detected on your system. #928

Open
Gliese436c opened this issue Sep 20, 2023 · 2 comments
Open

Probe could not be detected on your system. #928

Gliese436c opened this issue Sep 20, 2023 · 2 comments

Comments

@Gliese436c
Copy link

Hi,

I've installed cctbx-base using conda. I copied chem_data directory to ${CONDA_PREFIX}/lib/python3.11/site-packages/ and i had to export the variable $CLIBD_MON for the monomers library.

I'm trying to run the following command:

import mmtbx.model
from mmtbx.validation import molprobity
import iotbx.pdb

pdb_inp = iotbx.pdb.input(file_name=file)
model = mmtbx.model.manager(model_input = pdb_inp)
a=molprobity.molprobity(model)
a.molprobity_score()

but i get the following error:

RuntimeError: Probe could not be detected on your system.  Please make sure Probe is in your path. Probe is available at http://kinemage.biochem.duke.edu/

I tried to move the probe binary in ${CONDA_PREFIX}/bin which is in the path but it didn't work. How can i fix it?

@nwmoriarty
Copy link
Contributor

nwmoriarty commented Sep 20, 2023 via email

@Gliese436c
Copy link
Author

I don't have molprobity.probe, just molprobity.probescore_ligand.

I forgot to say that I'm using conda from mambaforge.

Thanks
Davide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants