Skip to content

Guidance on preparing data for training from structures #46

Discussion options

You must be logged in to vote

Unfortunately this is still very much WIP and there are no proper tutorials or instructions besides what you can find at gnina-torch.rtfd.io.

However, you can find some examples on how to use gninatorch.training and gninatorch.inference under the examples folder.

As you say, gninatorch uses libmolgrid for grid-based featurisation of the molecular complexes, and you can find some more information in the libmolgrid documentation and in the libmolgrid tutorials. Essentially, what the ExampleProvider.pupulate expects is a file containing the labels, a path to the protein file, and a path to a ligand file:

0 protein1.pdb ligand1.sdf
1 protein1.pdb ligand2.sdf
0 protein1.pdb ligand3.sdf
...

Th…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@kirillshmilovich-insitro
Comment options

@RMeli
Comment options

@kirillshmilovich-insitro
Comment options

@RMeli
Comment options

@RMeli
Comment options

Answer selected by kirillshmilovich-insitro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #45 on August 11, 2022 08:49.