BioTools Search By Operation
Search the ELIXIR Bio.tools registry for bioinformatics tools by EDAM operation (what the tool does). Returns tools that perform a specific computational operation. Useful operations include: 'Sequence alignment', 'Structure prediction', 'Variant calling', 'Gene expression analysis', 'Phylogenetic inference', 'Protein function prediction', 'Molecular docking', 'Genome annotation', 'Visualisation', 'Data retrieval', 'Statistical calculation', 'Clustering'. Use this to find software for a specifi…
Overview
Search the ELIXIR Bio.tools registry for bioinformatics tools by EDAM operation (what the tool does). Returns tools that perform a specific computational operation. Useful operations include: 'Sequence alignment', 'Structure prediction', 'Variant calling', 'Gene expression analysis', 'Phylogenetic inference', 'Protein function prediction', 'Molecular docking', 'Genome annotation', 'Visualisation', 'Data retrieval', 'Statistical calculation', 'Clustering'. Use this to find software for a specific analysis task.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1433ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"format": {
"default": "json",
"description": "Response format. Must be 'json'.",
"type": "string"
},
"operation": {
"description": "EDAM operation name describing what the tool does. Examples: 'Sequence alignment', 'Structure prediction', 'Variant calling', 'Molecular docking', 'Visualisation', 'Genome annotation'.",
"type": "string"
},
"page": {
"default": 1,
"description": "Page number (1-based). Default: 1.",
"type": "integer"
},
"size": {
"default": 10,
"description": "Results per page (1-50). Default: 10.",
"type": "integer"
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default BioTools Search By Operation call
{
"operation": "",
"page": 1,
"size": 1
}Identifiers
- Catalog ID
- tu_BioTools_search_by_operation
- Tool name
- BioTools_search_by_operation
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse, slow