Python SDK
Use the BioContext7 Python SDK for programmatic access to bioinformatics tools
Installation
Or from source:
Quick Start
PipelineMaker
The core class for pipeline generation.
PipelineMaker()
Create a new pipeline maker instance.
maker.create(intent, target, **options)
Generate a pipeline from a natural language description.
Registry Clients
BioToolsClient
Search and query the bio.tools registry.
UniProtClient
Query the UniProt protein database.
HMDBClient
Query the Human Metabolome Database.
BeaconClient
Federated variant queries using the GA4GH Beacon protocol.
EDAMOntology
EDAM ontology term resolution.
Error Handling
All clients raise specific exceptions:
Async Context Managers
All registry clients support async context managers for automatic connection cleanup: