workflow
ActiveTool of com.seqbench/workbench
declared in 1.1.0
Run a multi-tool pipeline over many records. `steps` is an ordered list of { tool, args?, from? }; each step's chained sequence feeds the next by default. `input` is multi-FASTA or one sequence per line.
Parameters schema
{
"type": "object",
"required": [
"steps",
"input"
],
"properties": {
"input": {
"type": "string",
"description": "Multi-FASTA or one sequence per line."
},
"steps": {
"type": "array",
"items": {
"type": "object",
"required": [
"tool"
],
"properties": {
"args": {
"type": "object",
"additionalProperties": true
},
"from": {
"description": "Sequence source: \"initial\" or an earlier step index (0-based)."
},
"tool": {
"type": "string"
}
}
}
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.seqbench/workbench
1/7 registries