Skip to content

Commit

Permalink
Update CLI docs (#197)
Browse files Browse the repository at this point in the history
* Update CLI docs

* Update README.md
  • Loading branch information
jackdent authored Dec 1, 2024
1 parent d5e389f commit fc030e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ chai fold input.fasta output_folder

By default, the model generates five sample predictions, and uses embeddings without MSAs or templates. For additional information about how to supply MSAs and restraints to the model, see the documentation below, or run `chai fold --help`.

For example, to run the model with MSAs (which we recommend for improved performance), pass the `--use-msa-server` flag:

```shell
chai fold --use-msa-server input.fasta output_folder
```

### Programmatic inference

The main entrypoint into the Chai-1 folding code is through the `chai_lab.chai1.run_inference` function. The following script demonstrates how to programmatically provide inputs to the model, and obtain a list of PDB files for downstream analysis:
Expand Down

0 comments on commit fc030e4

Please sign in to comment.