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

How to install the esm-fold interface? #577

Open
johnnytam100 opened this issue Jun 21, 2023 · 3 comments
Open

How to install the esm-fold interface? #577

johnnytam100 opened this issue Jun 21, 2023 · 3 comments

Comments

@johnnytam100
Copy link

Hi, I have already built the environment with the environment.yml + installed openfold + dllogger.
I wonder how to call the esm-fold command.

@yzhang-github-pub
Copy link

I have the same question. I setup the environment with conda, installed dllogger and openfold. Then with conda activated, I typed 'esm-fold' in command line , but got 'command not found' error.

@dacolombo
Copy link

Hi, I had your same issue and I solved it by running the following command from inside the esm cloned directory:

python3 -m pip install --no-deps .

After that I was able to run the esm-fold command. I think this is due to the fact that the fair-esm package installed with pip install fair-esm is v2.0.0, and the console scripts like esm-fold were added after that version. I hope this is also useful for you.

@yzhang-github-pub
Copy link

Thanks @dacolombo. I bypassed the issue by running scripts/fold.py inside the cloned repo.

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

3 participants