- 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
This is made possible now that we have a CreateBU function.
-
Xavier Robin authored
-
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.
-
- 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
-
- Dec 08, 2023
-
-
Xavier Robin authored
-
- Nov 22, 2023
-
-
Xavier Robin 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
-
- Sep 20, 2023
-
-
Xavier Robin authored
-
- Aug 28, 2023
-
-
Studer Gabriel authored
-
- Aug 23, 2023
-
-
Studer Gabriel authored
enable contact scores and separate dockq and per-interface qs scores
-
- Aug 11, 2023
-
-
Xavier Robin authored
Move long description to separate properties
-
- Aug 09, 2023
-
-
Xavier Robin authored
-
- Jul 24, 2023
-
-
Xavier Robin authored
-
Xavier Robin authored
-
- Jun 02, 2023
-
-
Xavier Robin authored
-
Xavier Robin authored
-
- May 31, 2023
-
-
Studer Gabriel authored
Yolo, this code is totally untested. Xavier, please give it a try ;)
-
Studer Gabriel authored
-
- May 30, 2023
-
-
Xavier Robin authored
Following fixes in cd701347, setting seqres=True is no longer required for these things to work.
-
Xavier Robin authored
A null character is added by OST in case of empty insertion code. This is not part of the actual insertion code, and could make it harder for third party software to handle our output.
-
- 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.
-