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

Installation issue #213

Open
SaveenaSolanki opened this issue Apr 12, 2024 · 4 comments
Open

Installation issue #213

SaveenaSolanki opened this issue Apr 12, 2024 · 4 comments

Comments

@SaveenaSolanki
Copy link

After creating environment and all the dependencies the final command line python3 -m inference.py --config default_inference_args.yaml --protein_ligand_csv data/protein_ligand_example_csv.csv --out_dir results/user_predictions_small

give error terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)

any solution for this ?

one more thing if we have multiple ligand for single PDB how to smoothly run for those?

@tornikeo
Copy link

It'd be nice to get a full traceback, not just the last error that you've encountered.

@jsilter
Copy link
Collaborator

jsilter commented Apr 26, 2024

We changed the name of the example CSV and forgot to update the README, that has now been updated. The correct command is:

python3 -m inference --config default_inference_args.yaml --protein_ligand_csv data/protein_ligand_example.csv --out_dir results/user_predictions_small

For multiple ligands, you could create a CSV with the same PDB repeated across multiple rows and different ligand files. If you mean multiple ligands at the same time, you'd need to combine them into one SDF file.

@SaveenaSolanki
Copy link
Author

SaveenaSolanki commented Apr 26, 2024 via email

@velocirraptor23
Copy link

ok. what why it was killed it was working before the update and then after not anymore, I was not sure, I almost gave up. I will reinstall the things

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

4 participants