-
Hi. I would like to use this repository and I have a question. I reckon the first column is label information, the fourth and fifth columns are PDB and ligand information, but what are the second and third columns? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello. Currently
The CLI arguments The last point in particular is still very experimental and under development/study. If you only want to train for pose prediction, the following format is sufficient for the
If you want to train for both pose and binding affinity prediction, you need to use the following format for the
|
Beta Was this translation helpful? Give feedback.
Hello.
Sorry for the scarce documentation, but the repository is still very much WIP. The
.types
file you linked is a test file, therefore it contains all possible labels.Currently
gnina-torch
supports the following combinations:--label_pos
)--label_pos
) and the affinity label (--affinity_pos
)--label_pos
) and the flexible residues pose label (--flexlabel_pos
)The CLI arguments
--label_pos
(default0
),--affinity_pos
(default1
), and--flexlabel_pos
(expe…