openfold.data.feature_processing_multimer¶
Feature processing logic for multimer data pipeline.
Functions
|
Crops the MSAs for a set of chains. |
|
Runs processing on features to augment, pair and merge. |
|
Final processing steps in data pipeline, after merging and pairing. |
|
Postprocessing stage for per-chain features before merging. |
- crop_chains(chains_list, msa_crop_size, pair_msa_sequences, max_templates)¶
Crops the MSAs for a set of chains.
- Parameters:
- Returns:
The chains cropped.
- Return type:
- pair_and_merge(all_chain_features)¶
Runs processing on features to augment, pair and merge.
- process_final(np_example)¶
Final processing steps in data pipeline, after merging and pairing.