batch
ActiveTool of com.seqbench/workbench
declared in 1.1.0
Run one SeqBench tool over many records at once. `input` is multi-FASTA or one sequence per line; `tool` is any batchable tool name; `args` are shared arguments. Returns a table of per-record results.
Parameters schema
{
"type": "object",
"required": [
"tool",
"input"
],
"properties": {
"args": {
"type": "object",
"description": "Shared arguments applied to every record.",
"additionalProperties": true
},
"tool": {
"type": "string",
"description": "Batchable tool name (e.g. gc_content, translate)."
},
"input": {
"type": "string",
"description": "Multi-FASTA or one sequence per line."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.seqbench/workbench
1/7 registries