- Jun 18, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
-
- Jun 12, 2024
-
-
Studer Gabriel authored
Parasail: https://github.com/jeffdaily/parasail It's faster than the pairwise sequence algorithms we have in OpenStructure. However, the main reason to check out another solution is the fact that OpenStructure may return suboptimal alignment results. This is a result of how the dynamic programming table is built. If for a certain cell in the dynamic programming table a match state and insertion state score equally, match is preferred. There is a chance that we would get a better score later on if we would stick with the insertion state (gap open penalties vs. gap extension penalties). Not sure if this will be fixed in the near future.
-
Studer Gabriel authored
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
This is in order to be consistent with the behavior of the Scorer
-
Xavier Robin authored
This avoids clashes between lDDTScorer classes in ost.mol.alg and ost.mol.alg.lddt.
-
Xavier Robin authored
-
Xavier Robin authored
Scoring classes can now be imported directly from ost.mol.alg.
-
- Jun 11, 2024
-
-
Studer Gabriel authored
affects fnat/fnonnat/irmsd/dockq scores by 1) lowering distance threshold for two residues considered to be in contact (5A -> 4A) 2) definition of interface residues. A residue is defined as interface residue if any of its atoms is within 10A of another chain. CAPRI suggests to lower the default to 8A in combination with only considering CB atoms for protein peptide interactions.
-
Bienchen authored
-
Studer Gabriel authored
This is similar to ilddt which is used as target metric in the new AlphaFold3 paper
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
and some cleanup...
-
Studer Gabriel authored
-
- Jun 10, 2024
-
-
Studer Gabriel authored
-
- Jun 06, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
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
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
we differentiate between pair states, i.e. errors related to a specific pair of model/target ligands, and single ligand states, i.e. errors That affect one particular ligand. An error state in the latter basically takes that ligand out of the race for assignment.
-
- May 30, 2024
-
-
Studer Gabriel authored
This is mainly for debug purposes
-
- May 29, 2024
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-