Hello and thanks for sharing this exciting work,
I am trying rigid docking with OMTRA, however I am blocked wrt. two errors when passing arguments to define the target pocket.
If I try using the --pocket_center argument, when I have a negative x coordinate it fails with
omtra: error: argument --pocket_center: expected one argument
e.g. --pocket_center "1,2,3" or --pocket_center "1,2,-3" do not make issues but --pocket_center "-1,2,3" cannot be parsed correctly.
Alternatively, I try to use a reference ligand to define the pocket, via --pocket_ligand but I get
Error: Aromatic bonds should not be present in the adjacency matrix.
I tried to sanitize and/or kekulize the reference ligand but it does not fix the error.
However, the ligands I want to dock do not trigger this error. I could verify this by running prediction with a wrong --pocket_center that do not contain negative coordinates.
Maybe I am doing something wrong too, would appreciate any hints.
Otherwise I could shift all the coordinates to be positives, but I'd like to clarify if possible.
Thanks!
edit: I am running the latest docker for OMTRA
Hello and thanks for sharing this exciting work,
I am trying rigid docking with OMTRA, however I am blocked wrt. two errors when passing arguments to define the target pocket.
If I try using the
--pocket_centerargument, when I have a negativexcoordinate it fails withe.g.
--pocket_center "1,2,3"or--pocket_center "1,2,-3"do not make issues but--pocket_center "-1,2,3"cannot be parsed correctly.Alternatively, I try to use a reference ligand to define the pocket, via
--pocket_ligandbut I getI tried to sanitize and/or kekulize the reference ligand but it does not fix the error.
However, the ligands I want to dock do not trigger this error. I could verify this by running prediction with a wrong
--pocket_centerthat do not contain negative coordinates.Maybe I am doing something wrong too, would appreciate any hints.
Otherwise I could shift all the coordinates to be positives, but I'd like to clarify if possible.
Thanks!
edit: I am running the latest docker for OMTRA