- May 26, 2023
-
-
Xavier Robin authored
-
Studer Gabriel authored
CAD score computation requires residue numbers in model and reference to match. This raises an error in the Scorer object otherwise. Catch this early on and raise an error specific to compare-structures action with instructions on how to get rid of it.
-
Studer Gabriel authored
Mainly for reporting in the compare-structures action residues are reported as strings in format: <cname>.<rnum>.<ins_code>, atoms are reported as <cname>.<rnum>.<ins_code>.<aname>. This changes behaviour of compare-structures and ost.mol.alg.stereochemistry (ToJSON functions of violation info objects for the latter).
-
- May 25, 2023
-
-
Xavier Robin authored
-
Xavier Robin authored
A global chain mapping can now be enabled with --global-chain-mapping as a complement to the existing local chain mapping. This can be evaluated for the scoring paper.
-
Studer Gabriel authored
-
- May 24, 2023
-
-
Studer Gabriel authored
-
Xavier Robin authored
-
- May 11, 2023
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- May 02, 2023
-
-
Xavier Robin authored
This makes the ligand scoring script more independent of an up-to-date compound library, which is a strong requirement of Molck. This was a problem for the April 2023 Modeling Championship where the script was run with an out of date library and the element of an atom of the ligand was silently changed, preventing the symmetry correction to find isomorphisms and resulting in the absence of scores.
-
- Mar 16, 2023
-
-
Xavier Robin authored
-
Xavier Robin authored
This may be necessary in case SDF ligands have the same chain/residue number, which can happen with some input.
-
- Mar 13, 2023
-
-
Xavier Robin authored
-
Xavier Robin authored
-
- Mar 10, 2023
-
-
Xavier Robin authored
This should clarify what the binding site.
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
Xavier Robin authored
-
- Mar 09, 2023
-
-
Studer Gabriel authored
-
Studer Gabriel authored
- Tell the user that biounit indices are 0-based - More info in output on what chains are actually processed
-
Studer Gabriel authored
-
- Mar 06, 2023
-
-
Studer Gabriel authored
-
Xavier Robin authored
-
Studer Gabriel authored
-
- Mar 05, 2023
-
-
Studer Gabriel authored
-
- Mar 03, 2023
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Xavier Robin authored
-
Xavier Robin authored
-
- Mar 02, 2023
-
-
Xavier Robin authored
-
Studer Gabriel authored
This code is considered deprecated as of release 2.4.0. The new lDDT implementation has already been integrated into qsscoring.py/compare-structures. I prefer to leave this completely legacy.
-
- Mar 01, 2023
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
same behaviour as old compare-structures
-
Studer Gabriel authored
Before the program wrote the traceback into the output json but exited silently. Now we re-raise upon writing the output.
-
- Feb 28, 2023
-
-
Studer Gabriel authored
commited for further review, currently co-exists with compare-structures
-