bio_tools 0.1.3

Install, run, and inspect computational biology and chemistry tools, e.g. AlphaFold, Boltz, RFdiffusion3, and ProteinMPNN
Documentation
{
  "fields": [
    {
      "name": "target_smiles",
      "label": "Target SMILES",
      "kind": "textarea",
      "default": "CC(=O)Oc1ccccc1C(=O)O",
      "required": true,
      "help": "Molecule for which to search biocatalytic retrosynthetic routes.",
      "options": [],
      "rows": 5,
      "minimum": null,
      "maximum": null,
      "step": null,
      "maxlength": null,
      "accept": "",
      "task": ""
    },
    {
      "name": "max_steps",
      "label": "Maximum steps",
      "kind": "number",
      "default": 4,
      "required": false,
      "help": "Maximum retrosynthetic depth.",
      "options": [],
      "rows": null,
      "minimum": 1,
      "maximum": 10,
      "step": 1,
      "maxlength": null,
      "accept": "",
      "task": ""
    }
  ],
  "tasks": []
}