- 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.
-
- Oct 21, 2024
-
-
Xavier Robin authored
-
- Oct 18, 2024
-
-
Studer Gabriel authored
-
- Sep 06, 2024
-
-
Xavier Robin authored
-
- Aug 27, 2024
-
-
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 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
-
- 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 11, 2024
-
-
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
-
- Mar 20, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
-
- Feb 16, 2024
-
-
Xavier Robin authored
-
- Feb 05, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
-
- Feb 02, 2024
-
-
Xavier Robin authored
Until now, the actions were failing with somewhat cryptic messages raised from arbitrary locations. This one should be more user-friendly.
-
- Feb 01, 2024
-
-
Xavier Robin authored
CreateBU always returns a valid entity. We already check if it's empty separately.
-
Xavier Robin authored
-
Xavier Robin authored
This is made possible now that we have a CreateBU function.
-
Xavier Robin authored
It turns out for some reason we were reading them from chains, based on the ChainType of the chain. This prevented extracting anything from legacy PDB files and didn't match the documented behavior in the action. Now extraction is based on the IsLigand flag only, and documentation is consistent throughout. Behavior on PDB files is tested.
-
- Dec 08, 2023
-
-
Xavier Robin authored
-
- Nov 22, 2023
-
-
Xavier Robin authored
-
- Sep 20, 2023
-
-
Xavier Robin authored
-