tooluniverse.gene_ontology_tool module¶
- class tooluniverse.gene_ontology_tool.GeneOntologyTool[source]¶
Bases:
BaseToolA general-purpose tool for calling the Gene Ontology (GO) API. It is configured via a dictionary that defines the specific API endpoint.
- __init__(tool_config)[source]¶
Initializes the tool with a configuration.
- Parameters:
tool_config (
Dict) – A dictionary containing ‘fields’ with an ‘endpoint’.