Batch workflow (multi-tool pipeline)
workflowRun 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Multi-FASTA or one sequence per line. | |
| steps | Yes |