-
Notifications
You must be signed in to change notification settings - Fork 48
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
process froze when calling next_batch #79
Comments
can you provide example code and data? Do the tests pass? |
Thanks for your quick response. I just solved this problem by manually installing libmolgrid. However, I have another question. The provided dataset has many files end with ginatype, how could I get sdf.gz from the ginatype files? |
You can't. The gninatypes files contain the bare minimum needed for training (x,y,z and atom type) for efficient training. You can convert them to xyz files. |
Thanks for your help! I have a further question, what is the struct object required for libmolgrid? Does this package support pocket discovery step for protein-ligand binding? |
molgrid creates atomic density grids from molecules. That's it. You could use it as part of a neural network classifier for pocket identification, but that is up to you to develop. |
If relative paths are provided in the training file (fname), then data_root is prepended to the file path. The training file can refer to regular molecular data files in it (e.g. pdb, sdf, mol2, xyz). Each line is a training example with labels (first columns) and files names of the molecular data. When given a receptor and ligand, the ligand defines the binding pocket. |
When I call next_batch, the process froze forever.
The text was updated successfully, but these errors were encountered: