- Nov 20, 2024
-
-
Gerardo Tauriello 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 04, 2024
-
-
Studer Gabriel authored
-
- Aug 28, 2024
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- Aug 27, 2024
-
-
Studer Gabriel authored
-
- Aug 21, 2024
-
-
Xavier Robin authored
-
- Aug 20, 2024
-
-
Xavier Robin authored
-
- Aug 06, 2024
-
-
Studer Gabriel authored
-
- Jul 19, 2024
-
-
Xavier Robin authored
-
- Jul 01, 2024
-
-
Studer Gabriel 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
-
- Apr 15, 2024
-
-
Studer Gabriel authored
-
- Apr 05, 2024
-
-
Xavier Robin authored
-
- Feb 16, 2024
-
-
Xavier Robin authored
-
- Feb 15, 2024
-
-
Studer Gabriel authored
Document default values for minimum peptide/nucleotide lengths
-
- Feb 05, 2024
-
-
Xavier Robin authored
-
Xavier Robin authored
-
Studer Gabriel authored
That's the minimum length for a peptide chain to be considered in chain mapping
-
- 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
-
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
-