- Jun 06, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
- Jun 03, 2024
-
-
Xavier Robin authored
-
- May 31, 2024
-
-
Studer Gabriel authored
-
- May 28, 2024
-
-
Bienchen authored
-
- May 22, 2024
-
-
Xavier Robin authored
-
- May 21, 2024
-
-
Xavier Robin authored
-
- May 16, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
This commit additional drops more side-effects of the presence of a seqres record by moving all the logic to the GetSeqRes function, rather than being generated on the fly during parsing.
-
- May 13, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
Previously this was based on the absence of seqres and not being a water, which was quite convoluted and made reading of seqres required.
-
- Apr 30, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
-
- Apr 29, 2024
-
-
Bienchen authored
-
Studer Gabriel authored
There are structures with only atoms that lie on top of each other. This is typically a fuckup but hey, better a nice error than the segfault that would be caused by this...
-
Studer Gabriel authored
-
- Apr 26, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
This indicates a bug that must be fixed but at least we don't run forever.
-
- Apr 24, 2024
-
-
Xavier Robin authored
Use a very large inclusion radius. This should not impact the exhaustivity of the chain mapping search by much, but makes it less likely to impact low/medium RMSD scores.
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
These are two independent ways to speed up the processing but they make no sense in combination and could lead to unexpected effects.
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
- Apr 23, 2024
-
-
Xavier Robin authored
This prepares for testing with full_bs_search where a model ligand can no longer be too far from the actual binding site.
-
Xavier Robin authored
-
Studer Gabriel authored
- separate scrmsd and lddtpli computations in separate functions - optionally reduce the binding site search space in the model
-
- Apr 22, 2024
-
-
Xavier Robin authored
This should not change behavior but will make it easier to speedup binding site extraction
-
Studer Gabriel authored
LigandScorer uses ChainMapper.GetRepr to match binding sites between target and model. This commit limits the search space for model binding sites to locations where there actually is a ligand.
-
- Apr 15, 2024
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- Apr 12, 2024
-
-
Studer Gabriel authored
-
Studer Gabriel authored
Only using contacts that are within a certain distance threshold in the target does not penalize for added model contacts. If set to True, this flag will also consider target contacts that are within the specified distance threshold in the model but not necessarily in the target. No contact will be added if the respective atom pair is not resolved in the target.
-