Skip to content

Commit

Permalink
removed all mentions of Boltz
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Zulkower committed Jan 21, 2025
1 parent b469377 commit fd92af1
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 8,432 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and `Semantic versioning 2.0.0 <http://semver.org/>`\_, with the exceptions that
- versions above `1.0.0` will be numbered as `major.minor.patch`, as is
typical

# Unreleased

- Removed Boltz requests

# 0.7.0 (2025-01-14)

Add new query type `RNADiffusionMaskedQuery`
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ See the [example folder](examples/) and [reference docs](https://ginkgobioworks.
| AA0 | Ginkgo's protein language model | [Announcement](https://www.ginkgobioworks.com/2024/09/17/aa-0-protein-llm-technical-review/) | Embeddings, masked inference | 650M |
| 3UTR | Ginkgo's 3'UTR language model | [Preprint](https://www.biorxiv.org/content/10.1101/2024.10.07.616676v1) | Embeddings, masked inference | v1 |
| Promoter-0 | Ginkgo's promoter activity model | Coming soon | Promoter activity accross tissues | v1 |
| Boltz | Protein structure prediction model | [Github](https://github.com/jwohlwend/boltz) | Protein structure prediction | v1 |
| ABdiffusion | Antibody diffusion model | Coming soon | Unmasking | v1 |
| LCDNA | Long-context DNA diffusion model | Coming soon | Unmasking | v1 |

Expand Down
16 changes: 0 additions & 16 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,3 @@ Promoter activity with Promoter-0
.. literalinclude:: ../../examples/promoter_activity.py
:language: python
:linenos:


Boltz structure inference
~~~~~~~~~~~~~~~~~~~~~~~~~

Structure inference with a simple (single-chain) protein sequence:

.. literalinclude:: ../../examples/boltz_structure_inference/gfp.py
:language: python
:linenos:

Structure inference with a multimer protein sequence and ligand(s):

.. literalinclude:: ../../examples/boltz_structure_inference/with_ligand.py
:language: python
:linenos:
8 changes: 0 additions & 8 deletions docs/source/ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,3 @@ Used to linear mRNA sequences using Ginkgo-devloped diffusion models mRNA.

.. autoclass:: ginkgo_ai_client.queries.RNADiffusionMaskedQuery
.. autoclass:: ginkgo_ai_client.queries.MultimodalDiffusionMaskedResponse

Boltz structure inference queries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Used to predict the 3D structure of a protein sequence using Boltz.

.. autoclass:: ginkgo_ai_client.queries.BoltzStructurePredictionQuery
.. autoclass:: ginkgo_ai_client.queries.BoltzStructurePredictionResponse
15 changes: 0 additions & 15 deletions examples/boltz_structure_inference/gfp.py

This file was deleted.

Loading

0 comments on commit fd92af1

Please sign in to comment.