Skip to content

Releases: HannesStark/boltzgen

v0.3.1

06 Mar 20:52
81b5e1d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Feb 21:48

Choose a tag to compare

v0.3.0 — protein-redesign protocol, small molecule constraints, and metrics improvements, bug fixes

  • Add support for symmetric inverse folding and protein-redesign protocol
  • Add covalent bond constraints from file and SMILES specification
  • Add absolute metrics computation and small molecule normalization to scoring
  • Add per-chain sequences to metrics for multi-chain designs
  • Add ranking metrics to PDF output
  • Add design mask templates option
  • Fix bug when running inverse folding only
  • Fix off-by-one error in size bucket filtering
  • Fix mmCIF parsing for files with multiple models
  • Fix refolding step when there are no designed residues (#122)
  • Fix bond length loss issues
  • Fix activation checkpointing
  • Switch to templateV2 module for correct inter-chain template masking

v0.2.0

10 Dec 20:40

Choose a tag to compare

Multichain antibody fixes.

v0.1.9

10 Dec 00:49

Choose a tag to compare

Fix delta sasa and plip metrics to only count between the ~chain_design_mask and design_mask. Previously we counted between ~design_mask and design_mask meaning that we count e.g. the interactions between designed nanobody CDR loops and and the scaffold.

add option to skip analyze step if cif path does not exist. This can happen when using --reuse if a process was interrupted between writing the refold .npz file and the refold .cif file.

v0.1.8

05 Dec 03:57
9dce49b

Choose a tag to compare

Fix some antibody-related docs, file names, and add the "antibody-anything" protocol to boltzgen cli (it is equivalent to nanobody-anything for now)

Other changes:

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

02 Dec 22:13

Choose a tag to compare

Fix antibody things. Sorry about that.

v0.1.6

02 Dec 19:34

Choose a tag to compare

add scfv and fab scaffolds

add boltzgen merge command for slurm. You can now run separate chunks and then merge the outputs from the files with the boltzgen merge command. instructions in readme are coming soon.

v0.1.5

26 Nov 13:56

Choose a tag to compare

add bioarxiv citation

add antibody scaffolds

add training ids

fix small bugs

Version 0.1.4

18 Nov 15:55

Choose a tag to compare

This release is very similar to the currently-deployed version 0.1.3 on PyPI but with a fix to schema parsing in 497d9ec

The main purpose of this release is testing automatic deployment to PyPI.

Changes since initial release

Contributors since initial release

Full Changelog: https://github.com/HannesStark/boltzgen/commits/v0.1.4