Skip to content

How can I use model trained by gnina-torch to perform dock in gnina? #53

Answered by RMeli
RJ-Li asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @RJ-Li, unfortunately gnina-torch does not provide docking capabilities. In principle it should be possible to transfer PyTorch weights to Caffe weights (you can see #43 (comment) as an example of how to do the opposite), but I expect this to be rather tedious and I haven't triesd it myself. Maybe @dkoes or @drewnutt have tried and can provide some guidance?

In GNINA 1.0: molecular docking with deep learning we suggest to use the deep learning scoring function for re-scoring the poses generated with a classical scoring function, which provides a good tradeoff between accuracy and computational cost. Therefore, one possibility, would be to perform docking with GNINA with --num_modes set…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RMeli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #52 on September 13, 2023 06:34.