Skip to content

Commit

Permalink
Make temp mod optional, add temp setting
Browse files Browse the repository at this point in the history
  • Loading branch information
parrishpayne12 committed Sep 22, 2023
1 parent 8dab6d1 commit b39a271
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions protocols/08207f/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,28 @@
},
{
"type": "dropDown",
"label": "Labware on the Temperature Module",
"name": "labware_temp_deck",
"label": "(Optional) Temperature module with aluminum block",
"name": "temp_mod_lname",
"options": [
{ "label": "eppendorftwin.tec96_96_aluminumblock_150ul", "value": "eppendorftwin.tec96_96_aluminumblock_150ul" },
{ "label": "starlab_96_aluminumblock_200ul", "value": "starlab_96_aluminumblock_200ul" }
{"label": "No temperature module", "value": false},
{"label": "Temperature module + aluminum block ", "value": true}
]
},
{
"type": "float",
"label": "Set temperature of the temperature module",
"name": "temperature",
"default": 4
},
{
"type": "dropDown",
"label": "Labware for Sample Plate",
"name": "dna_plate_lname",
"options": [
{ "label": "eppendorftwin.tec96 on aluminum block_150ul", "value": "eppendorftwin.tec96_96_aluminumblock_150ul" },
{ "label": "starlab_96 on aluminum block_200ul", "value": "starlab_96_aluminumblock_200ul" },
{ "label": "eppendorftwin.tec_96_wellplate_150ul", "value": "eppendorftwin.tec_96_wellplate_150ul" },
{ "label": "starlab_96_wellplate_200ul", "value": "starlab_96_wellplate_200ul" }
]
},
{
Expand Down

0 comments on commit b39a271

Please sign in to comment.