forked from sokrypton/alphafold
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
To add SAXS information via MSA/pair representations while leveraging the StructureModule, we will need to inject our modified representations before the StructureModule. Here are the two locations where this gets called.
- This is for non-Ensemble AF iterations
alphafold/alphafold/model/modules.py
Line 151 in 7c09316
ret[name] = head(representations, batch, is_training)
- Ensemble AF iterations
alphafold/alphafold/model/modules.py
Line 334 in 7c09316
ret[name] = module(representations, batch, is_training)
Metadata
Metadata
Assignees
Labels
No labels