- 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
-
Xavier Robin authored
-
- Jan 17, 2024
-
-
Studer Gabriel authored
-
- Jan 11, 2024
-
-
Studer Gabriel authored
Minimum length for a chain in the target structure to be considered in chain mapping. The chain mapping algorithm first performs an all vs. all pairwise sequence alignment to identify "equal" chains within the target structure. We go for simple sequence identity there. Short sequences can be problematic as they may produce high sequence identity alignments by pure chance. BUT: if you're scoring peptides or short nucleotides, you really want to be able to reduce the default thresholds (pep: 10, nuc: 4)
-
- Jan 08, 2024
-
-
Studer Gabriel authored
-
- Nov 14, 2023
-
-
Studer Gabriel authored
-
- Nov 09, 2023
-
-
Studer Gabriel authored
There are two use cases for this parameter: 1) decide whether a chain mapping problem is actually solvable by naive enumeration and crash out if not 2) As a decision whether one should use naive enumeration or a heuristic approach for chain mapping. For the latter, n_max_naive meant the number of chains in the underlying structure. Now its number of possible mappings for both cases.
-
- Nov 08, 2023
-
-
Studer Gabriel authored
- Make original structures available as attribute in mol.alg.Scorer object. Thats the actual input structures without Molck etc. - Ensure unique interface definitions by lexicographically sorting the respective chain name lists - Optionally dump additional alignment information in the compare-structures action. Explicitely dump residue numbers etc. of the aligned residues.
-
- Oct 31, 2023
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- Oct 24, 2023
-
-
Studer Gabriel authored
requested by Andriy. Computes all IPS metrics on a per-interface basis
-
- Oct 23, 2023
-
-
Studer Gabriel authored
requested by Andriy. Computes all ICS metrics on a per-interface basis
-
- Aug 28, 2023
-
-
Studer Gabriel authored
-
- Aug 23, 2023
-
-
Studer Gabriel authored
enable contact scores and separate dockq and per-interface qs scores
-
- May 31, 2023
-
-
Studer Gabriel authored
-
- May 26, 2023
-
-
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
-
-
Studer Gabriel authored
-
- May 24, 2023
-
-
Studer Gabriel authored
-
- May 11, 2023
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- Mar 10, 2023
-
-
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
-
- Mar 02, 2023
-
-
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.
-
- Apr 19, 2022
-
-
Studer Gabriel authored
before: Scoring was only affected by mapped chains. Penalties for additional chains in reference/model could be added by enabling "penalize_extra_chains" flag. now: Non-mapped chains from the reference penalize the lDDT score. Penalties for additional chains in model can be added by enabling "penalize_extra_chains" flag.
-
- Oct 26, 2021
-
-
Studer Gabriel authored
If fault_tolerant is enabled, it might happily read a cif file as PDB file. As a consequence, there are no residues in the returned entity.
-
- Feb 26, 2020
-
-
Gerardo Tauriello authored
-
- Dec 16, 2019
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- Nov 15, 2019
-
-
Studer Gabriel authored
Executed command: 2to3-2.7 -n -w actions/ost-compare-structures
-
- Aug 12, 2019
-
-
Gerardo Tauriello authored
-
- Apr 09, 2019
-
-
Xavier Robin authored
-
- Nov 22, 2018
-
-
Gerardo Tauriello authored
-
- Nov 09, 2018
-
-
Gerardo Tauriello authored
-
- Oct 03, 2018
-
-
Gerardo Tauriello authored
-