export_plate_layout
ActiveTool of com.seqbench/workbench
Assign a set of PCR reactions (name + forward/reverse primer + optional template label) to wells on a 96-well plate, row-major (A1, A2, … A12, then B1, B2, … up to H12). Returns the well-assignment data for rendering a plate diagram; export_opentrons_protocol and export_echo_picklist build their downloadable files from this exact same layout, so all three always agree.
Parameters schema
{
"type": "object",
"required": [
"reactions"
],
"properties": {
"reactions": {
"type": "array",
"items": {
"type": "object",
"required": [
"forward",
"reverse"
],
"properties": {
"name": {
"type": "string",
"description": "Reaction/construct name."
},
"forward": {
"type": "string",
"description": "Forward primer sequence, 5'->3' (IUPAC accepted)."
},
"reverse": {
"type": "string",
"description": "Reverse primer sequence, 5'->3' (IUPAC accepted)."
},
"template": {
"type": "string",
"description": "Optional template name/id — a short label (e.g. a plasmid or sample name), not a sequence."
}
}
},
"description": "One entry per PCR reaction, up to 96 (a single 96-well plate)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.seqbench/workbench
1/7 registries