deepfold.data.search.templatesΒΆ
Building the template features for the DeepFold model.
Functions
Gets mapping from indices in original query sequence to indices in the hit. |
|
|
|
|
Extracts template features from a single HHSearch hit. |
|
Gets atom positions and mask from a list of Biopython Residues. |
|
Load mmCIF dict for pdb_id. |
|
Parses the data file from PDB that lists which PDB ids are obsolete. |
Classes
|
|
|
A class for computing template features from template hits. |
Exceptions
An error indicating that the hit align ratio to the query was too small. |
|
An error indicating that a CA atom distance exceeds a threshold. |
|
An error indicating that the hit date was after the max allowed date. |
|
An error indicating that the hit was an exact subsequence of the query. |
|
An error indicating that the hit was too short. |
|
An error indicating that template mmCIF didn't contain atom positions. |
|
An error indicating that template mmCIF didn't have any chains. |
|
A base class for template prefilter exceptions. |
|
An error indicating that the query can't be aligned to the template. |
|
An error indicating that template mmCIF didn't contain the sequence. |
|
An error indicating that template mmCIF had all atom positions masked. |