Commit bbb8354
authored
Alternate/optional fields for CIF parsing (#78)
Some modeling tools (e.g., Boltz-2) write CIF files that we can't
currently parse. The CIF standard lists `_atom_site.label_atom_id` as a
required field, but we use `_atom_site.auth_atom_id`. This allows both.
It also makes `_atom_site.pdbx_formal_charge` optional.
Reference:
https://mmcif.wwpdb.org/dictionaries/mmcif_pdbx_v50.dic/Categories/atom_site.html#1 parent c70cc28 commit bbb8354
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments