miniworld.utils.data_refactoring¶
This file just contains the test data generation.
Functions
|
Input : AF results folder path Output : None |
|
Input : AF results json path, plddt_filtering (float) Output : plddt_filtered (np.array) [It is index of filtered seq] |
|
Input : AF results json path Output : None |
|
Input : PDB file path, IS_LABEL (bool) Output : Protein object |
|
|
|
Input : a3m folder path Output : None |
|
|
|
Input : sources directory path, saving directory path(.txt) Output : ID_to_source_dict (dictionary) |
|
|
|
|
|
|
It's just for convenience. |
|
|
|
|
|
|
Input : hhr folder path Output : None |
|
Input : mmcif file path Output : Full Sequence |
|
Input : mmcif folder path Output : None |
|
Parses a single line from an mmCIF file.. |
|
CAUTION !!! mmcif is not well-sturctured file. |
|
Input : mmcif file path (~.cif or ~.cif.gz) Output : Protein object |
|
Input : mmcif folder path Output : None |
|
|
|
Input : pdb folder path Output : None |
|
|
|
Input : Protein object, position (torch.Tensor) Output : ProteinTemplate object This function is used when Alphafold output is used as template. |
|
Input : original hhr file path Do : Refactoring hhr file and save it Output : None |
|
|
|