export_echo_picklist
ActiveTool of com.seqbench/workbench
Generate a downloadable Beckman/Labcyte Echo acoustic-liquid-handler picklist CSV (columns: Source Plate Name, Source Plate Type, Source Well, Destination Plate Name, Destination Well, Transfer Volume, Name — the header row reproduced from PyEcho, a real open-source Echo-picklist generator) for the given PCR reactions, at the same well positions export_plate_layout assigns. Assumes a 5 uL Echo-scale PCR reaction (master mix 2500 nL, each primer 250 nL, template 250 nL, water 1750 nL) — a commonly used acoustic-dispensing miniaturization scale, not a universal standard; rescale the volumes for your own protocol. Source/Destination Plate Type uses a placeholder Echo plate-type code (384PP_AQ_BP) — replace with the exact type from your own Echo Plate Type Library.
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.70.
Parent server
com.seqbench/workbench
1/7 registries