From b39a271a0bbd82152b047a4e7451e4dbdd346bd5 Mon Sep 17 00:00:00 2001 From: Parrish Payne Date: Fri, 22 Sep 2023 14:46:48 -0500 Subject: [PATCH] Make temp mod optional, add temp setting --- protocols/08207f/fields.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/protocols/08207f/fields.json b/protocols/08207f/fields.json index c024effd3..679caa8fd 100644 --- a/protocols/08207f/fields.json +++ b/protocols/08207f/fields.json @@ -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" } ] }, {