Batch (one tool over many records)
batchRun 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Shared arguments applied to every record. | |
| tool | Yes | Batchable tool name (e.g. gc_content, translate). | |
| input | Yes | Multi-FASTA or one sequence per line. |