Warning

This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

galaxy.tool_util.ontologies package

Submodules

galaxy.tool_util.ontologies.ontology_data module

class galaxy.tool_util.ontologies.ontology_data.OntologyData(xrefs, edam_operations, edam_topics)[source]

Bases: tuple

xrefs: List[Dict[str, str]]

Alias for field number 0

edam_operations: List[str] | None

Alias for field number 1

edam_topics: List[str] | None

Alias for field number 2

galaxy.tool_util.ontologies.ontology_data.biotools_reference(xrefs)[source]
galaxy.tool_util.ontologies.ontology_data.legacy_biotools_external_reference(all_ids: List[str]) str | None[source]
galaxy.tool_util.ontologies.ontology_data.expand_ontology_data(tool_source: ToolSource, all_ids: List[str], biotools_metadata_source: BiotoolsMetadataSource | None) OntologyData[source]