bio_tools 0.1.3

Install, run, and inspect computational biology and chemistry tools, e.g. AlphaFold, Boltz, RFdiffusion3, and ProteinMPNN
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Keeping in sync with `bio_web`

When making changes to a Tool's fields, you may also need to make changes to `../bio_web`'s associated
page under its `templates/tools` folder. Keep it in sync with this project. 

`bio_web` or "Bio web"
refers to `../bio_web`.


## Fields and presets for each tool

Field definitions live under `src/tool_definitions/fields` as `.json` files. This, and any data
in `.rs` files in `tool_definitions` should match their official documentation, examples, API, field descriptions,
and input/output
descriptions as closely as possible. We try to maintain accurate links to these in `SpecData` *_url fields.

See also `bio_web`: `main/tools` `.py` files: These may need to be kept in sync with the official resources.