Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all mentions of Boltz #23

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading