-
Notifications
You must be signed in to change notification settings - Fork 59
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
Comments
when install the dgl , it can't directly used pip install dgl, it will install a cpu version |
#9 |
No need to run the make_dataset code, I just uploaded the DIPS dataset, see dropbox link in the readme. |
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
../tmp6run make_dataset.py seperate:
python3 make_dataset.py project/datasets/DIPS/raw/tmp1 project/datasets/DIPS/interim --num_cpus 24 --source_type rcsb --bound
The text was updated successfully, but these errors were encountered: