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

deallock in make_dataset #7

Closed
lizhenping opened this issue Mar 21, 2022 · 3 comments
Closed

deallock in make_dataset #7

lizhenping opened this issue Mar 21, 2022 · 3 comments

Comments

@lizhenping
Copy link

as we can see in the DISP_Plus, the author said: about make dips dataset #7
BioinfoMachineLearning/DIPS-Plus#7

"deadlock of sorts after a certain number of complexes have been processed."
when run for a long time, it will appeare By chance,
but for few files , it always run success, so i Split up to process the make_dataset

first mkdir six different fold like tmp1 tmp2 ....
mkdir tmp1
than cd in pdb and move the files to the new fold
mv ls | head -200 ../tmp6
run make_dataset.py seperate:
python3 make_dataset.py project/datasets/DIPS/raw/tmp1 project/datasets/DIPS/interim --num_cpus 24 --source_type rcsb --bound

@lizhenping
Copy link
Author

when install the dgl , it can't directly used pip install dgl, it will install a cpu version
used the script in
https://www.dgl.ai/pages/start.html

@lijiashan2020
Copy link

#9
@zhenpingli I'm sorry to bother you, but I learned that you're also trying to run equidock. I'd like to ask if you encounter the situation that three files *_graph_frac_1.0_train.bin cannot be generated when running the script preprocess_raw_data.py. Although the command cannot be used in datasets DIPs_ Plus, but it seems that the required files can be generated normally on DB5. When dealing with DIPs_Plus datasets, I have learned from your ideas and benefited a lot. I wonder if you have a solution about this question.
Thanks!

@octavian-ganea
Copy link
Owner

No need to run the make_dataset code, I just uploaded the DIPS dataset, see dropbox link in the readme.

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