- Dec 19, 2024
-
-
Studer Gabriel authored
restores old behaviour but as far as I can see, this change has no consequence at all.
-
- Dec 10, 2024
-
-
Studer Gabriel authored
Key differences: - LigandScorer does not automatically extract non-polymer ligands anymore, ligand extraction must happen externally - LigandScorer performs cleanup of receptor structure 1) removal of hydrogens 2) removal of residues for which there is no entry in the PDB component dictionary 3) removal of residues that are not peptide linking or nucleotide linking according to PDB component dictionary 4) removal of atoms that are not defined for the respective entry in the PDB component dictionary. - Cleanup is Logged and available as output - compare-ligand-structures action does not support automatic extraction of ligands from PDB structures anymore. This feature still works if structures are provided as mmCIF. - compare-ligand-structures action adds receptor structure cleanup logs and input parameter in json output to improve reproducibility of results.
-
- Nov 20, 2024
-
-
Gerardo Tauriello authored
-
- Oct 21, 2024
-
-
Xavier Robin authored
-
- Oct 18, 2024
-
-
Studer Gabriel authored
-
- Sep 16, 2024
-
-
Studer Gabriel authored
also fixes inconsistencies in scoring.Scorer doc strings
-
- Sep 13, 2024
-
-
Studer Gabriel authored
-
- Sep 10, 2024
-
-
Studer Gabriel authored
That means: apply chain mapping and then remove all model residues for which there is no target counterpart. We therefore remove model contacts for which we simply have no experimental evidence.
-
- Sep 06, 2024
-
-
Xavier Robin authored
-
- Sep 04, 2024
-
-
Studer Gabriel authored
-
- Aug 28, 2024
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- Aug 27, 2024
-
-
Studer Gabriel authored
-
Xavier Robin authored
The rmsd_ prefix was more confusing than helpful to Mike
-
Xavier Robin authored
This will allow Andriy's to add target, model and group information cleanly and directly to the CSV without the need for an extra script.
-
Xavier Robin authored
-
- Aug 21, 2024
-
-
Xavier Robin authored
This makes the verbose output of the action more readable
-
Xavier Robin authored
-
- Aug 20, 2024
-
-
Xavier Robin authored
-
- Aug 06, 2024
-
-
Studer Gabriel authored
-
- Jul 29, 2024
-
-
Xavier Robin authored
-
- Jul 19, 2024
-
-
Xavier Robin authored
This changes the CSV output file to list one model ligand per line, instead of one reference ligand.
-
Xavier Robin authored
-
- Jul 18, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
-
- Jul 12, 2024
-
-
Xavier Robin authored
Added script-level info on progress; warnings upon crazy chain mappings; silenced Verbose logging about selections; generally increased verbosity.
-
- Jul 11, 2024
-
-
Xavier Robin authored
-
- Jul 01, 2024
-
-
Studer Gabriel authored
-
- Jun 26, 2024
-
-
Studer Gabriel authored
-
- Jun 25, 2024
-
-
Studer Gabriel authored
QS-score which is used as default target function for chain mappings. However, thats protein specific. As soon as nucleotides are involved, lDDT with an increased inclusion radius of 30A is now used in ChainMapper.GetMapping. It was a bit embarassing that lDDT mappings were about an order of magnitude slower than QS-score mappings. A specialized backbone only lDDT has therefore been introduced that uses matrix operations. This is not a replacement of the lDDTScorer. But it doesnt need to produce per-residue scores and doesn't need to deal with symmetries etc.
-
- Jun 18, 2024
-
-
Xavier Robin authored
-
- Jun 12, 2024
-
-
Studer Gabriel authored
-
- 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.
-
Studer Gabriel authored
This is similar to ilddt which is used as target metric in the new AlphaFold3 paper
-
Studer Gabriel authored
and some cleanup...
-
Studer Gabriel authored
-
- May 08, 2024
-
-
Studer Gabriel authored
This is no final product but just a first working version as a starting point. Plenty of testing/cleanup/speedup required.
-
- Apr 24, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-