mirror of
https://github.com/google-deepmind/alphafold3.git
synced 2025-10-20 21:33:47 +08:00
Add fix_aginines=True in Input.from_mmcif for better clarity (no-op)
PiperOrigin-RevId: 701296986
This commit is contained in:
@ -806,11 +806,12 @@ class Input:
|
||||
|
||||
struc = structure.from_mmcif(
|
||||
mmcif_str,
|
||||
include_water=False,
|
||||
fix_mse_residues=True,
|
||||
fix_arginines=True,
|
||||
fix_unknown_dna=True,
|
||||
include_bonds=True,
|
||||
include_water=False,
|
||||
include_other=False,
|
||||
include_bonds=True,
|
||||
)
|
||||
|
||||
# Create default bioassembly, expanding structures implied by stoichiometry.
|
||||
|
Reference in New Issue
Block a user