Skip to content

Releases: bytedance/Protenix

v0.4.6: Add more options for protenix predict command

27 Mar 14:39
Compare
Choose a tag to compare
  • Add more options for 'protenix predict' command
  • Show a demo for ddp inference for 'inference_demo.sh'

Full Changelog: v0.4.5...v0.4.6

v0.4.5: Update output CIF file format and Fix typo of USE_DEEPSPEED_EVO_ATTENTION

24 Mar 02:26
Compare
Choose a tag to compare

What's Changed

  • [Feat] Enhanced MSA Scripts by @popfido in #76
  • Add the "_entity" field to the output CIF file
  • Fix typo of USE_DEEPSPEED_EVO_ATTENTION

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.4.4: Update the server domain name

26 Feb 08:27
Compare
Choose a tag to compare

What's Changed

  • Enable precommit by @thalahors in #72
  • Update the server domain name
  • Convert MSE to MET in the atom array

Full Changelog: v0.4.3...v0.4.4

v0.4.3: Add cpu installation

20 Feb 04:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2: update deepspeed version to solve vulnerability tips

10 Feb 02:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1: Reset unique chain id

21 Jan 06:32
Compare
Choose a tag to compare

Changed

  • old chain id: [A, B, A, B, C] -> [A, B, A.1, B.1, C]
    new chain id: [A, B, A, B, C] -> [A0, B0, A1, B1, C0]

Full Changelog: v0.4.0...v0.4.1

v0.4.0: training data pipeline release and msa server pairing fix

16 Jan 13:12
Compare
Choose a tag to compare

Changed

  • Add open-source code for the training data processing pipeline.
  • Include documentation for the data processing scripts in the docs/prepare.
  • Add MSA pipeline for generating MSAs for training and inference.
  • Add local colabfold_search demo to generate Protenix compatible MSA.
  • Fix MSA post processing bug about the pairing MSA.

Full Changelog: v0.3.9...v0.4.0

v0.3.9: fix minor bugs of local inference if MSA is provided

13 Jan 07:54
Compare
Choose a tag to compare

Changed

  • Fix minor bugs of local inference if MSA is provided

Full Changelog: v0.3.8...v0.3.9

v0.3.8: add occupancy to output CIF file

13 Jan 06:21
Compare
Choose a tag to compare

Changed

  • Add occupancy to output CIF file
  • Update citation information

Full Changelog: v0.3.7...v0.3.8

v0.3.7: fix copy_id in json and conformer generation

06 Jan 08:35
Compare
Choose a tag to compare

Changed

  • Fix copy_id type in json
  • Generate random reference conformer if failed

Full Changelog: v0.3.6...v0.3.7