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 problems #14

Open
hbsong-03 opened this issue Aug 24, 2022 · 1 comment
Open

Installation problems #14

hbsong-03 opened this issue Aug 24, 2022 · 1 comment

Comments

@hbsong-03
Copy link

Thank you for this great tool.
I am starting to install it on Ubuntu 20.04, and met with multiple FileNotFound Errors. Are there any dependencies not listed?
Here are the errors:
(base) nc1@nc1-UA9C-R38:/equidock_public-main$ # Extract the raw PDB files:
(base) nc1@nc1-UA9C-R38:
/equidock_public-main$ python3 project/datasets/builder/extract_raw_pdb_gz_archives.py project/datasets/DIPS/raw/pdb
python3: can't open file '/home/nc1/equidock_public-main/project/datasets/builder/extract_raw_pdb_gz_archives.py': [Errno 2] No such file or directory
(base) nc1@nc1-UA9C-R38:/equidock_public-main$
(base) nc1@nc1-UA9C-R38:
/equidock_public-main$ # Process the raw PDB data into associated pair files:
(base) nc1@nc1-UA9C-R38:/equidock_public-main$ python3 project/datasets/builder/make_dataset.py project/datasets/DIPS/raw/pdb project/datasets/DIPS/interim --num_cpus 28 --source_type rcsb --bound
python3: can't open file '/home/nc1/equidock_public-main/project/datasets/builder/make_dataset.py': [Errno 2] No such file or directory
(base) nc1@nc1-UA9C-R38:
/equidock_public-main$
(base) nc1@nc1-UA9C-R38:/equidock_public-main$ # Apply additional filtering criteria:
(base) nc1@nc1-UA9C-R38:
/equidock_public-main$ python3 project/datasets/builder/prune_pairs.py project/datasets/DIPS/interim/pairs project/datasets/DIPS/filters project/datasets/DIPS/interim/pairs-pruned --num_cpus 28
python3: can't open file '/home/nc1/equidock_public-main/project/datasets/builder/prune_pairs.py': [Errno 2] No such file or directory

@AxelGiottonini
Copy link

AxelGiottonini commented Dec 1, 2022

Hey !

It might be a bit late but if anyone encounters the same problem...

It seems that you are trying to run the DIPS builder which is not provided in the EquiDock project. You can either use the data available online https://www.dropbox.com/s/sqknqofy58nlosh/DIPS.zip?dl=0 or if you really want to build it by yourself you need to clone DIPS-Plus first here https://github.com/amorehead/DIPS-Plus.


Sincerely meow

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