Skip to content

Commit 13c7b00

Browse files
authored
Clarify instructions (#182)
1 parent 7794a91 commit 13c7b00

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ The following script demonstrates how to provide inputs to the model, and obtain
3030
python examples/predict_structure.py
3131
```
3232

33-
For more advanced use cases, we also expose the `chai_lab.chai1.run_folding_on_context`, which allows users to construct an `AllAtomFeatureContext` manually. This allows users to specify their own templates, MSAs, embeddings, and constraints. We currently provide an example of how to construct an embeddings context as well as an MSA context, and will be releasing helper methods to build template contexts soon.
33+
To get the best performance, we recommend running the model with MSAs. The following script demonstrates how to provide MSAs to the model by calling out to an MSA server:
34+
35+
```shell
36+
python examples/msas/predict_with_msas.py
37+
```
38+
39+
For further instructions, see `"How can MSAs be provided to Chai-1?"` below.
3440

3541
<details>
3642
<summary>Where are downloaded weights stored?</summary>
@@ -53,6 +59,15 @@ Chai-1 supports MSAs provided as an `aligned.pqt` file. This file format is simi
5359
</p>
5460
</details>
5561

62+
<details>
63+
<summary>How can I customize the inputs to the model further?</summary>
64+
<p markdown="1">
65+
66+
For more advanced use cases, we also expose the `chai_lab.chai1.run_folding_on_context`, which allows users to construct an `AllAtomFeatureContext` manually. This allows users to specify their own templates, MSAs, embeddings, and constraints. We currently provide an example of how to construct an embeddings context as well as an MSA context, and will be releasing helper methods to build template contexts soon.
67+
68+
</p>
69+
</details>
70+
5671
## ⚡ Try it online
5772

5873
We provide a [web server](https://lab.chaidiscovery.com) so you can test the Chai-1 model right from your browser, without any setup.

0 commit comments

Comments
 (0)