You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
AltLoc parsing modes: add shared --altloc policy support for mmCIF and BinaryCIF inputs across calc, batch, and traj, including auto, none, all, highest-occupancy, and single-ID selection. (#394)
Workflow JSONL output controls: add workflow [output.jsonl] controls for atom areas, total areas, decimal rounding, and metadata sidecars. (#396)
Changed
Batch JSONL output: add explicit success/error status rows, configurable decimal rounding, and stricter serialization/write error handling for JSONL output. (#395)
mmCIF parser performance: reduce atom_site parsing overhead by batching tokenizer position updates, skipping unnecessary AltLoc selection, and lazily backfilling extended chain IDs. (#393)
ProtOr classifier: make --classifier=protor use static ProtOr-compatible radii without loading inline, external, or SDF-derived CCD resources. This provides a faster protein-only path for mmCIF/PDB inputs such as AFDB models. (#392)
Fixed
Inline CCD parsing: gate inline CCD extraction so batch and trajectory topology parsing skip unnecessary CCD work, while batch --classifier=ccd still uses per-file inline CCD data when present. (#392)