From e1f79e5cc5535ce015660ba2000dc2d4db68bef9 Mon Sep 17 00:00:00 2001 From: IanLondon Date: Thu, 2 Apr 2020 17:29:38 -0400 Subject: [PATCH 1/8] initial setup --- .../cypress/integration/migrations.spec.js | 75 +++++++++++++++++++ .../src/components/FileSidebar/FileSidebar.js | 7 +- .../src/components/FileSidebar/index.js | 5 ++ ...andfatheredProtocolMigratedFromV1_0_0.json | 1 + 4 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 protocol-designer/cypress/integration/migrations.spec.js create mode 100644 shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json diff --git a/protocol-designer/cypress/integration/migrations.spec.js b/protocol-designer/cypress/integration/migrations.spec.js new file mode 100644 index 00000000000..8aa92171133 --- /dev/null +++ b/protocol-designer/cypress/integration/migrations.spec.js @@ -0,0 +1,75 @@ +import 'cypress-file-upload' +import cloneDeep from 'lodash/cloneDeep' +import isEqual from 'lodash/isEqual' +import isObject from 'lodash/isObject' +import transform from 'lodash/transform' + +function difference(object, base) { + function changes(object, base) { + return transform(object, function(result, value, key) { + if (!isEqual(value, base[key])) { + result[key] = + isObject(value) && isObject(base[key]) + ? changes(value, base[key]) + : value + } + }) + } + return changes(object, base) +} + +describe('Protocol fixtures migrate and match snapshots', () => { + beforeEach(() => { + cy.visit('/') + cy.closeAnnouncementModal() + }) + + it('preFlexGrandfatheredProtocol matches snapshot', () => { + cy.fixture( + '../../src/load-file/__tests__/fixtures/throughMigrationV0/preFlexGrandfatheredProtocol.json' + ).then(fileContent => { + // TODO(IL, 2020-04-02): `cy.fixture` always parses .json files, though we want the plain text. + // So we have to use JSON.stringify. See https://github.com/cypress-io/cypress/issues/5395 + // Also, the latest version v4 of cypress-file-upload is too implicit to allow us to + // use the JSON.stringify workaround, so we're stuck on 3.5.3, + // see https://github.com/abramenal/cypress-file-upload/issues/175 + cy.get('input[type=file]').upload({ + fileContent: JSON.stringify(fileContent), + fileName: 'fixture.json', + mimeType: 'application/json', + encoding: 'utf8', + }) + }) + + // close migration announcement modal + cy.get('div') + .contains('Update protocol to use new labware definitions') + .should('exist') + cy.get('button') + .contains('update protocol') + .click() + + cy.fixture( + '../../../shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json' + ).then(expectedExportProtocol => { + cy.get('button') + .contains('Export') + .click() + .then(() => { + const lastSavedFile = cloneDeep(Cypress.env('__lastSavedFile')) + const expected = cloneDeep(expectedExportProtocol) + ;[lastSavedFile, expected].forEach(f => { + // Homogenize fields we don't want to compare + f.metadata.lastModified = 123 + f.designerApplication.data._internalAppBuildDate = 'Foo Date' + f.designerApplication.version = 'x.x.x' + }) + + if (!isEqual(lastSavedFile, expected)) { + throw Error(JSON.stringify(difference(lastSavedFile, expected))) + } + assert.deepEqual(lastSavedFile, expected) + }) + }) + }) +}) diff --git a/protocol-designer/src/components/FileSidebar/FileSidebar.js b/protocol-designer/src/components/FileSidebar/FileSidebar.js index 33727699cc5..184b92ab521 100644 --- a/protocol-designer/src/components/FileSidebar/FileSidebar.js +++ b/protocol-designer/src/components/FileSidebar/FileSidebar.js @@ -43,7 +43,12 @@ const saveFile = (downloadData: $PropertyType) => { const blob = new Blob([JSON.stringify(downloadData.fileData)], { type: 'application/json', }) - saveAs(blob, downloadData.fileName) + if (global.Cypress) { + // HACK(IL, 2020-04-02): can't figure out a better way to do this yet + global.Cypress.env('__lastSavedFile', downloadData.fileData) + } else { + saveAs(blob, downloadData.fileName) + } } type WarningContent = {| diff --git a/protocol-designer/src/components/FileSidebar/index.js b/protocol-designer/src/components/FileSidebar/index.js index 2d1e9e97c3c..abc3562ccf2 100644 --- a/protocol-designer/src/components/FileSidebar/index.js +++ b/protocol-designer/src/components/FileSidebar/index.js @@ -72,6 +72,11 @@ function mergeProps( const { dispatch } = dispatchProps return { loadFile: fileChangeEvent => { + console.log( + 'loadFile', + fileChangeEvent, + fileChangeEvent.currentTarget.value + ) if ( !_hasUnsavedChanges || window.confirm(i18n.t('alert.window.confirm_import')) diff --git a/shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json b/shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json new file mode 100644 index 00000000000..36e401e4ae9 --- /dev/null +++ b/shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json @@ -0,0 +1 @@ +{"metadata":{"protocolName":"QA test protocol","author":"","description":"","created":1547476685921,"lastModified":1548867457108,"category":null,"subcategory":null,"tags":[]},"designerApplication":{"name":"opentrons/protocol-designer","version":"3.0.8","data":{"_internalAppBuildDate":"Thu, 02 Apr 2020 18:14:04 GMT","defaultValues":{"aspirate_mmFromBottom":1,"dispense_mmFromBottom":0.5,"touchTip_mmFromTop":-1,"blowout_mmFromTop":0},"pipetteTiprackAssignments":{"01217420-180a-11e9-9608-8bed9be8868f":"opentrons/opentrons_96_tiprack_10ul/1","01217421-180a-11e9-9608-8bed9be8868f":"opentrons/opentrons_96_tiprack_10ul/1"},"dismissedWarnings":{"form":{},"timeline":{}},"ingredients":{"0":{"name":"Liquid","description":null,"serialize":false,"liquidGroupId":"0"}},"ingredLocations":{"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row":{"A1":{"0":{"volume":12000}},"A2":{"0":{"volume":1200}},"A3":{"0":{"volume":1200}}},"cea1c650-1811-11e9-9608-8bed9be8868f":{}},"savedStepForms":{"__INITIAL_DECK_SETUP_STEP__":{"labwareLocationUpdate":{"trashId":"12","0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul":"1","0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row":"7","3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat":"8","cea1c650-1811-11e9-9608-8bed9be8868f":"2"},"pipetteLocationUpdate":{"01217420-180a-11e9-9608-8bed9be8868f":"left","01217421-180a-11e9-9608-8bed9be8868f":"right"},"moduleLocationUpdate":{},"stepType":"manualIntervention","id":"__INITIAL_DECK_SETUP_STEP__"},"3fcb79f0-180a-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"3fcb79f0-180a-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic Transfer","stepDetails":""},"4eab2790-180a-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":1,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["B1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"3","dispense_mix_volume":"5","dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"4eab2790-180a-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T misc. settings","stepDetails":"Pre-wet, touch tip, mix, blow out, new tip never"},"78502a50-180a-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":10,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":18,"aspirate_touchTip_checkbox":true,"dispense_flowRate":2,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["C1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"78502a50-180a-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T height & speed","stepDetails":"Asp should be half way to top and slow. Touch tip half way to top. Disp should be at the top and slow"},"3353af20-180b-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2","A3"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["D1","E1","F1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"3353af20-180b-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T change tip always","stepDetails":"Change tip always"},"5d0f4720-180b-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2","A3"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["G1","H1","A2"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"5d0f4720-180b-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T change tip once","stepDetails":"Change tip once"},"486cb9f0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A4","B4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"486cb9f0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic Distribute","stepDetails":""},"97f2d9a0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A5","B5"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"5","dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"97f2d9a0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D misc. settings","stepDetails":"pre-wet, touch tip, mix, NO disposal vol, change tip never. \nShould take 2 aspirates to complete. "},"aa2de740-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"aa2de740-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic Transfer","stepDetails":""},"b4ad20f0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":1,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"3","dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"b4ad20f0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T Misc. settings","stepDetails":"Pre-wet, touch tip, mix, blow out, new tip never"},"c07fdcb0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":18,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"c07fdcb0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T height & speed","stepDetails":"Asp should be half way to top and slow, Disp should be at the top and slow"},"cd20e4f0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2","A3"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1","A2","A3"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"cd20e4f0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T change tip always","stepDetails":"Change tip always"},"d8eb8a60-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2","A3"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1","A2","A3"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"d8eb8a60-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T change tip once","stepDetails":"Change tip once"},"516f2230-180d-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":20,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["C5","D5"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"516f2230-180d-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D Height & Speed","stepDetails":"Asp at halfway height slow. Touch tip at halfway height. Disp at halfway height fast. "},"48f0cc20-180e-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["E4","F4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"source_well","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"48f0cc20-180e-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D change tip always, disp vol sour","stepDetails":"Change tip always, disposal volume in source"},"dd0c4b50-180e-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["E4","F4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"dd0c4b50-180e-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D change tip once","stepDetails":""},"03e90650-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A3","A4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"03e90650-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic Distribute","stepDetails":""},"2c3a38e0-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A3","A4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"5","dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"2c3a38e0-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D misc. settings","stepDetails":"pre-wet, touch tip, mix, NO disposal vol, change tip never. \nShould take 2 aspirates to complete. "},"3d602d00-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":20,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A3","A4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"3d602d00-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D Height & Speed","stepDetails":"Asp at halfway height slow. Touch tip at halfway height. Disp at halfway height fast. "},"483771c0-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A5","A6"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"source_well","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"483771c0-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D change tip always, disp vol sour","stepDetails":"Change tip always, disposal volume in source"},"58e92040-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A7","A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"58e92040-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D change tip once","stepDetails":""},"a898c0f0-180f-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"a898c0f0-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic consolidate","stepDetails":""},"2c3fc1b0-1810-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"2","dispense_mix_volume":"2","dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"2c3fc1b0-1810-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C Misc settings","stepDetails":"Pre wet, touch tip, mix, change tip never, blow out trash"},"6ee38a60-1810-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":10,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":5,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"dest_well","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"6ee38a60-1810-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C Height & Speed","stepDetails":"Asp at half height, slow. touch tip at half height. Disp fast. Blow out dest. "},"a34a4e10-1810-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"a34a4e10-1810-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C change tip always","stepDetails":"change tip always"},"e76881c0-1810-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"e76881c0-1810-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C change tip once","stepDetails":"change tip once"},"872636d0-1811-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A9"],"mix_touchTip_mmFromBottom":null,"id":"872636d0-1811-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"Basic Mix","stepDetails":"","times":4},"984e26c0-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"984e26c0-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic consolidate","stepDetails":""},"a0492690-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"2","dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"a0492690-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C Misc settings","stepDetails":"Pre wet, touch tip, mix, change tip never, blow out trash"},"a8f06bf0-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":"3","aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"dest_well","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"a8f06bf0-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C Height & Speed","stepDetails":"Asp at half height, slow. touch tip at half height. Disp fast. Blow out dest. "},"b4a0f9b0-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"b4a0f9b0-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C change tip always","stepDetails":"change tip always"},"bd837350-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"bd837350-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C change tip once","stepDetails":"change tip once"},"ef9327a0-1811-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A9"],"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":null,"id":"ef9327a0-1811-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M misc settings","stepDetails":"Blow out, touch tip","times":4},"07c41640-1812-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"dest_well","mix_mmFromBottom":5,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A9"],"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":5.3,"id":"07c41640-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Height & Speed","stepDetails":"Asp at half height, slow. Touch tip half height. Disp fast. Blow out destination wells. ","times":4,"aspirate_flowRate":10,"dispense_flowRate":5},"63a2ea90-1812-11e9-9608-8bed9be8868f":{"changeTip":"always","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"2","wells":["A7","A8","A9"],"mix_touchTip_mmFromBottom":null,"id":"63a2ea90-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Change tip always","stepDetails":"","times":2},"7cd40b20-1812-11e9-9608-8bed9be8868f":{"changeTip":"once","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"2","wells":["A7","A8","A9"],"mix_touchTip_mmFromBottom":null,"id":"7cd40b20-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Change tip once","stepDetails":"","times":2},"9cafddc0-1812-11e9-9608-8bed9be8868f":{"pauseForAmountOfTime":"true","pauseHour":null,"pauseMinute":null,"pauseSecond":3,"pauseMessage":"","moduleId":null,"pauseTemperature":null,"stepName":"Pause for 3s","stepDetails":"","id":"9cafddc0-1812-11e9-9608-8bed9be8868f","stepType":"pause"},"a5ffbf30-1812-11e9-9608-8bed9be8868f":{"pauseForAmountOfTime":"false","pauseHour":null,"pauseMinute":null,"pauseSecond":null,"pauseMessage":"OK HOPEFULLY YOU ARE DONE","moduleId":null,"pauseTemperature":null,"stepName":"Pause","stepDetails":"","id":"a5ffbf30-1812-11e9-9608-8bed9be8868f","stepType":"pause"},"b301d330-1812-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A8"],"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":null,"id":"b301d330-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M misc settings","stepDetails":"Blow out, touch tip","times":4},"b9afe0a0-1812-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"dest_well","mix_mmFromBottom":5,"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A8"],"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":5.3,"id":"b9afe0a0-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Height & Speed","stepDetails":"Asp at half height, slow. Touch tip half height. Disp fast. Blow out destination wells. ","times":4,"aspirate_flowRate":null,"dispense_flowRate":null},"c495a450-1812-11e9-9608-8bed9be8868f":{"changeTip":"always","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"2","wells":["A6","A7","A8"],"mix_touchTip_mmFromBottom":null,"id":"c495a450-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Change tip always","stepDetails":"","times":2},"d7451ea0-1812-11e9-9608-8bed9be8868f":{"changeTip":"once","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"2","wells":["A6","A7","A8"],"mix_touchTip_mmFromBottom":null,"id":"d7451ea0-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Change tip once","stepDetails":"","times":2}},"orderedStepIds":["3fcb79f0-180a-11e9-9608-8bed9be8868f","aa2de740-180c-11e9-9608-8bed9be8868f","4eab2790-180a-11e9-9608-8bed9be8868f","b4ad20f0-180c-11e9-9608-8bed9be8868f","78502a50-180a-11e9-9608-8bed9be8868f","c07fdcb0-180c-11e9-9608-8bed9be8868f","3353af20-180b-11e9-9608-8bed9be8868f","cd20e4f0-180c-11e9-9608-8bed9be8868f","5d0f4720-180b-11e9-9608-8bed9be8868f","d8eb8a60-180c-11e9-9608-8bed9be8868f","486cb9f0-180c-11e9-9608-8bed9be8868f","03e90650-180f-11e9-9608-8bed9be8868f","97f2d9a0-180c-11e9-9608-8bed9be8868f","2c3a38e0-180f-11e9-9608-8bed9be8868f","516f2230-180d-11e9-9608-8bed9be8868f","3d602d00-180f-11e9-9608-8bed9be8868f","48f0cc20-180e-11e9-9608-8bed9be8868f","483771c0-180f-11e9-9608-8bed9be8868f","dd0c4b50-180e-11e9-9608-8bed9be8868f","58e92040-180f-11e9-9608-8bed9be8868f","a898c0f0-180f-11e9-9608-8bed9be8868f","984e26c0-1811-11e9-9608-8bed9be8868f","2c3fc1b0-1810-11e9-9608-8bed9be8868f","a0492690-1811-11e9-9608-8bed9be8868f","6ee38a60-1810-11e9-9608-8bed9be8868f","a8f06bf0-1811-11e9-9608-8bed9be8868f","a34a4e10-1810-11e9-9608-8bed9be8868f","b4a0f9b0-1811-11e9-9608-8bed9be8868f","e76881c0-1810-11e9-9608-8bed9be8868f","bd837350-1811-11e9-9608-8bed9be8868f","872636d0-1811-11e9-9608-8bed9be8868f","ef9327a0-1811-11e9-9608-8bed9be8868f","b301d330-1812-11e9-9608-8bed9be8868f","07c41640-1812-11e9-9608-8bed9be8868f","b9afe0a0-1812-11e9-9608-8bed9be8868f","63a2ea90-1812-11e9-9608-8bed9be8868f","c495a450-1812-11e9-9608-8bed9be8868f","7cd40b20-1812-11e9-9608-8bed9be8868f","d7451ea0-1812-11e9-9608-8bed9be8868f","9cafddc0-1812-11e9-9608-8bed9be8868f","a5ffbf30-1812-11e9-9608-8bed9be8868f"]}},"robot":{"model":"OT-2 Standard"},"pipettes":{"01217420-180a-11e9-9608-8bed9be8868f":{"mount":"left","name":"p10_single"},"01217421-180a-11e9-9608-8bed9be8868f":{"mount":"right","name":"p10_multi"}},"labware":{"trashId":{"slot":"12","displayName":"Trash","definitionId":"opentrons/opentrons_1_trash_1100ml_fixed/1"},"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul":{"slot":"1","displayName":"Tiprack 10 Ul (1)","definitionId":"opentrons/opentrons_96_tiprack_10ul/1"},"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row":{"slot":"7","displayName":"Trough 12 Row (1)","definitionId":"opentrons/usascientific_12_reservoir_22ml/1"},"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat":{"slot":"8","displayName":"96 Flat (1)","definitionId":"opentrons/corning_96_wellplate_360ul_flat/1"},"cea1c650-1811-11e9-9608-8bed9be8868f":{"slot":"2","displayName":"Tiprack 10 Ul (2)","definitionId":"opentrons/opentrons_96_tiprack_10ul/1"}},"labwareDefinitions":{"opentrons/opentrons_1_trash_1100ml_fixed/1":{"ordering":[["A1"]],"metadata":{"displayCategory":"trash","displayVolumeUnits":"mL","displayName":"Opentrons Fixed Trash","tags":[]},"schemaVersion":2,"version":1,"namespace":"opentrons","dimensions":{"xDimension":172.86,"yDimension":165.86,"zDimension":82},"parameters":{"format":"trash","isTiprack":false,"loadName":"opentrons_1_trash_1100ml_fixed","isMagneticModuleCompatible":false,"quirks":["fixedTrash","centerMultichannelOnWells","touchTipDisabled"]},"wells":{"A1":{"shape":"rectangular","yDimension":165.67,"xDimension":107.11,"totalLiquidVolume":1100000,"depth":0,"x":82.84,"y":80,"z":82}},"brand":{"brand":"Opentrons"},"groups":[{"wells":["A1"],"metadata":{}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_96_tiprack_10ul/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-10ul-tips"]},"metadata":{"displayName":"Opentrons 96 Tip Rack 10 µL","displayCategory":"tipRack","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":64.69},"wells":{"A1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":74.24,"z":25.49},"B1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":65.24,"z":25.49},"C1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":56.24,"z":25.49},"D1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":47.24,"z":25.49},"E1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":38.24,"z":25.49},"F1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":29.24,"z":25.49},"G1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":20.24,"z":25.49},"H1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":11.24,"z":25.49},"A2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":74.24,"z":25.49},"B2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":65.24,"z":25.49},"C2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":56.24,"z":25.49},"D2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":47.24,"z":25.49},"E2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":38.24,"z":25.49},"F2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":29.24,"z":25.49},"G2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":20.24,"z":25.49},"H2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":11.24,"z":25.49},"A3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":74.24,"z":25.49},"B3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":65.24,"z":25.49},"C3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":56.24,"z":25.49},"D3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":47.24,"z":25.49},"E3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":38.24,"z":25.49},"F3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":29.24,"z":25.49},"G3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":20.24,"z":25.49},"H3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":11.24,"z":25.49},"A4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":74.24,"z":25.49},"B4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":65.24,"z":25.49},"C4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":56.24,"z":25.49},"D4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":47.24,"z":25.49},"E4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":38.24,"z":25.49},"F4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":29.24,"z":25.49},"G4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":20.24,"z":25.49},"H4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":11.24,"z":25.49},"A5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":74.24,"z":25.49},"B5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":65.24,"z":25.49},"C5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":56.24,"z":25.49},"D5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":47.24,"z":25.49},"E5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":38.24,"z":25.49},"F5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":29.24,"z":25.49},"G5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":20.24,"z":25.49},"H5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":11.24,"z":25.49},"A6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":74.24,"z":25.49},"B6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":65.24,"z":25.49},"C6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":56.24,"z":25.49},"D6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":47.24,"z":25.49},"E6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":38.24,"z":25.49},"F6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":29.24,"z":25.49},"G6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":20.24,"z":25.49},"H6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":11.24,"z":25.49},"A7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":74.24,"z":25.49},"B7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":65.24,"z":25.49},"C7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":56.24,"z":25.49},"D7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":47.24,"z":25.49},"E7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":38.24,"z":25.49},"F7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":29.24,"z":25.49},"G7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":20.24,"z":25.49},"H7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":11.24,"z":25.49},"A8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":74.24,"z":25.49},"B8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":65.24,"z":25.49},"C8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":56.24,"z":25.49},"D8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":47.24,"z":25.49},"E8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":38.24,"z":25.49},"F8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":29.24,"z":25.49},"G8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":20.24,"z":25.49},"H8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":11.24,"z":25.49},"A9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":74.24,"z":25.49},"B9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":65.24,"z":25.49},"C9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":56.24,"z":25.49},"D9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":47.24,"z":25.49},"E9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":38.24,"z":25.49},"F9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":29.24,"z":25.49},"G9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":20.24,"z":25.49},"H9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":11.24,"z":25.49},"A10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":74.24,"z":25.49},"B10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":65.24,"z":25.49},"C10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":56.24,"z":25.49},"D10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":47.24,"z":25.49},"E10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":38.24,"z":25.49},"F10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":29.24,"z":25.49},"G10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":20.24,"z":25.49},"H10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":11.24,"z":25.49},"A11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":74.24,"z":25.49},"B11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":65.24,"z":25.49},"C11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":56.24,"z":25.49},"D11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":47.24,"z":25.49},"E11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":38.24,"z":25.49},"F11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":29.24,"z":25.49},"G11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":20.24,"z":25.49},"H11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":11.24,"z":25.49},"A12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":74.24,"z":25.49},"B12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":65.24,"z":25.49},"C12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":56.24,"z":25.49},"D12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":47.24,"z":25.49},"E12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":38.24,"z":25.49},"F12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":29.24,"z":25.49},"G12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":20.24,"z":25.49},"H12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":11.24,"z":25.49}},"groups":[{"metadata":{},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":true,"tipLength":39.2,"tipOverlap":3.29,"isMagneticModuleCompatible":false,"loadName":"opentrons_96_tiprack_10ul"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/usascientific_12_reservoir_22ml/1":{"ordering":[["A1"],["A2"],["A3"],["A4"],["A5"],["A6"],["A7"],["A8"],["A9"],["A10"],["A11"],["A12"]],"schemaVersion":2,"version":1,"namespace":"opentrons","metadata":{"displayName":"USA Scientific 12 Well Reservoir 22 mL","displayVolumeUnits":"mL","displayCategory":"reservoir","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.8,"zDimension":44.45},"parameters":{"format":"trough","isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"usascientific_12_reservoir_22ml","quirks":["centerMultichannelOnWells","touchTipDisabled"]},"wells":{"A1":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":13.94,"y":42.9,"z":2.29},"A2":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":23.03,"y":42.9,"z":2.29},"A3":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":32.12,"y":42.9,"z":2.29},"A4":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":41.21,"y":42.9,"z":2.29},"A5":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":50.3,"y":42.9,"z":2.29},"A6":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":59.39,"y":42.9,"z":2.29},"A7":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":68.48,"y":42.9,"z":2.29},"A8":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":77.57,"y":42.9,"z":2.29},"A9":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":86.66,"y":42.9,"z":2.29},"A10":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":95.75,"y":42.9,"z":2.29},"A11":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":104.84,"y":42.9,"z":2.29},"A12":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":113.93,"y":42.9,"z":2.29}},"groups":[{"wells":["A1","A2","A3","A4","A5","A6","A7","A8","A9","A10","A11","A12"],"metadata":{"wellBottomShape":"v"}}],"brand":{"brand":"USA Scientific","brandId":["1061-8150"],"links":["https://www.usascientific.com/12-channel-automation-reservoir.aspx"]},"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/corning_96_wellplate_360ul_flat/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"Corning","brandId":["3650","3916","3915","3361","3590","9018","3591","9017","3641","3628","3370","2507","2509","2503","3665","3600","3362","3917","3912","3925","3922","3596","3977","3598","3599","3585","3595","3300","3474"],"links":["https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Corning%C2%AE-96-well-Solid-Black-and-White-Polystyrene-Microplates/p/corning96WellSolidBlackAndWhitePolystyreneMicroplates"]},"metadata":{"displayName":"Corning 96 Well Plate 360 µL Flat","displayCategory":"wellPlate","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.47,"zDimension":14.22},"cornerOffsetFromSlot":{"x":0,"y":0,"z":0},"wells":{"H1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":11.24,"z":3.55},"G1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":20.24,"z":3.55},"F1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":29.24,"z":3.55},"E1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":38.24,"z":3.55},"D1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":47.24,"z":3.55},"C1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":56.24,"z":3.55},"B1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":65.24,"z":3.55},"A1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":74.24,"z":3.55},"H2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":11.24,"z":3.55},"G2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":20.24,"z":3.55},"F2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":29.24,"z":3.55},"E2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":38.24,"z":3.55},"D2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":47.24,"z":3.55},"C2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":56.24,"z":3.55},"B2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":65.24,"z":3.55},"A2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":74.24,"z":3.55},"H3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":11.24,"z":3.55},"G3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":20.24,"z":3.55},"F3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":29.24,"z":3.55},"E3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":38.24,"z":3.55},"D3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":47.24,"z":3.55},"C3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":56.24,"z":3.55},"B3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":65.24,"z":3.55},"A3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":74.24,"z":3.55},"H4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":11.24,"z":3.55},"G4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":20.24,"z":3.55},"F4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":29.24,"z":3.55},"E4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":38.24,"z":3.55},"D4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":47.24,"z":3.55},"C4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":56.24,"z":3.55},"B4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":65.24,"z":3.55},"A4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":74.24,"z":3.55},"H5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":11.24,"z":3.55},"G5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":20.24,"z":3.55},"F5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":29.24,"z":3.55},"E5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":38.24,"z":3.55},"D5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":47.24,"z":3.55},"C5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":56.24,"z":3.55},"B5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":65.24,"z":3.55},"A5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":74.24,"z":3.55},"H6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":11.24,"z":3.55},"G6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":20.24,"z":3.55},"F6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":29.24,"z":3.55},"E6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":38.24,"z":3.55},"D6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":47.24,"z":3.55},"C6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":56.24,"z":3.55},"B6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":65.24,"z":3.55},"A6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":74.24,"z":3.55},"H7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":11.24,"z":3.55},"G7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":20.24,"z":3.55},"F7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":29.24,"z":3.55},"E7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":38.24,"z":3.55},"D7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":47.24,"z":3.55},"C7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":56.24,"z":3.55},"B7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":65.24,"z":3.55},"A7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":74.24,"z":3.55},"H8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":11.24,"z":3.55},"G8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":20.24,"z":3.55},"F8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":29.24,"z":3.55},"E8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":38.24,"z":3.55},"D8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":47.24,"z":3.55},"C8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":56.24,"z":3.55},"B8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":65.24,"z":3.55},"A8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":74.24,"z":3.55},"H9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":11.24,"z":3.55},"G9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":20.24,"z":3.55},"F9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":29.24,"z":3.55},"E9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":38.24,"z":3.55},"D9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":47.24,"z":3.55},"C9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":56.24,"z":3.55},"B9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":65.24,"z":3.55},"A9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":74.24,"z":3.55},"H10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":11.24,"z":3.55},"G10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":20.24,"z":3.55},"F10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":29.24,"z":3.55},"E10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":38.24,"z":3.55},"D10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":47.24,"z":3.55},"C10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":56.24,"z":3.55},"B10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":65.24,"z":3.55},"A10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":74.24,"z":3.55},"H11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":11.24,"z":3.55},"G11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":20.24,"z":3.55},"F11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":29.24,"z":3.55},"E11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":38.24,"z":3.55},"D11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":47.24,"z":3.55},"C11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":56.24,"z":3.55},"B11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":65.24,"z":3.55},"A11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":74.24,"z":3.55},"H12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":11.24,"z":3.55},"G12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":20.24,"z":3.55},"F12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":29.24,"z":3.55},"E12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":38.24,"z":3.55},"D12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":47.24,"z":3.55},"C12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":56.24,"z":3.55},"B12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":65.24,"z":3.55},"A12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":74.24,"z":3.55}},"groups":[{"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"],"metadata":{"wellBottomShape":"flat"}}],"parameters":{"format":"96Standard","isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"corning_96_wellplate_360ul_flat"},"namespace":"opentrons","version":1,"schemaVersion":2}},"schemaVersion":3,"commands":[{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A2"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":9.67}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":9.67}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":18,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"C1","offsetFromBottomMm":10,"flowRate":2}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":18,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":10,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"B1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"D1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"C1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"E1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"D1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A3","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"F1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A3"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A4"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A2","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A5"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A3","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"E1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"G1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"H1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A3","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A2","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A6"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A2","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A3","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A5","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A5","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B5","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B5","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"C5","offsetFromBottomMm":10,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"D5","offsetFromBottomMm":10,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":10,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":10,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"F1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"E4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"G1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"F4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A7"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A5","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A8"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"H1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"E4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"F4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A9"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":9.67}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":9.67}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":10,"flowRate":5}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","flowRate":5,"offsetFromBottomMm":10.67}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":10,"flowRate":10}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","flowRate":10,"offsetFromBottomMm":10.67}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"B10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A11"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A12"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"C10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":10}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":10}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":10}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":10}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":5}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","flowRate":5,"offsetFromBottomMm":10.67}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5.3}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":10}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","flowRate":10,"offsetFromBottomMm":10.67}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5.3}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"D10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"E10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"F10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A2"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A3"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A4"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"G10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A5"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}}]} \ No newline at end of file From 1d5dab802d02bbff013765de7317ec1dd5cbc38b Mon Sep 17 00:00:00 2001 From: IanLondon Date: Fri, 3 Apr 2020 12:09:43 -0400 Subject: [PATCH 2/8] fix tests, use cy.window, add 1_0_0 mig --- .../cypress/integration/migrations.spec.js | 152 +- .../src/components/FileSidebar/FileSidebar.js | 3 +- .../src/load-file/migration/1_1_0.js | 3 + .../3/example_1_1_0MigratedFromV1_0_0.json | 5062 +++++++++++++++++ 4 files changed, 5174 insertions(+), 46 deletions(-) create mode 100644 shared-data/protocol/fixtures/3/example_1_1_0MigratedFromV1_0_0.json diff --git a/protocol-designer/cypress/integration/migrations.spec.js b/protocol-designer/cypress/integration/migrations.spec.js index 8aa92171133..554987b2ea1 100644 --- a/protocol-designer/cypress/integration/migrations.spec.js +++ b/protocol-designer/cypress/integration/migrations.spec.js @@ -4,8 +4,9 @@ import isEqual from 'lodash/isEqual' import isObject from 'lodash/isObject' import transform from 'lodash/transform' -function difference(object, base) { - function changes(object, base) { +// TODO IMMEDIATELY: put this somewhere +const difference = (object, base) => { + const changes = (object, base) => { return transform(object, function(result, value, key) { if (!isEqual(value, base[key])) { result[key] = @@ -18,58 +19,119 @@ function difference(object, base) { return changes(object, base) } +// TODO IMMEDIATELY: put this somewhere +// deepEqual won't always return a diff, Cypress doesn't fully support object diffs :( +// also Cypress doesn't seem to support logging to the console? So throwing the diff as an error instead +const expectDeepEqual = (a, b) => { + try { + assert.deepEqual(a, b) + } catch (e) { + // visualize undefineds + const replacer = (key, value) => + typeof value === 'undefined' ? '__undefined__' : value + // TODO IMMEDIATELY: try cy.log(message, args) + throw Error( + 'Expected deep equal: ' + + JSON.stringify({ a, b, difference: difference(a, b) }, replacer, 4) + ) + } +} + describe('Protocol fixtures migrate and match snapshots', () => { beforeEach(() => { cy.visit('/') cy.closeAnnouncementModal() }) - it('preFlexGrandfatheredProtocol matches snapshot', () => { - cy.fixture( - '../../src/load-file/__tests__/fixtures/throughMigrationV0/preFlexGrandfatheredProtocol.json' - ).then(fileContent => { - // TODO(IL, 2020-04-02): `cy.fixture` always parses .json files, though we want the plain text. - // So we have to use JSON.stringify. See https://github.com/cypress-io/cypress/issues/5395 - // Also, the latest version v4 of cypress-file-upload is too implicit to allow us to - // use the JSON.stringify workaround, so we're stuck on 3.5.3, - // see https://github.com/abramenal/cypress-file-upload/issues/175 - cy.get('input[type=file]').upload({ - fileContent: JSON.stringify(fileContent), - fileName: 'fixture.json', - mimeType: 'application/json', - encoding: 'utf8', - }) - }) - - // close migration announcement modal - cy.get('div') - .contains('Update protocol to use new labware definitions') - .should('exist') - cy.get('button') - .contains('update protocol') - .click() + // TODO IMMEDIATELY: move fixtures from PD to shared-data + const testCases = [ + { + title: 'preFlexGrandfatheredProtocol 1.0.0 -> 3.0.x', + importFixture: + '../../src/load-file/__tests__/fixtures/throughMigrationV0/preFlexGrandfatheredProtocol.json', + expectedExportFixture: + '../../../shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json', + newLabwareDefsMigrationModal: true, + unusedPipettes: false, + }, + { + title: 'example_1_1_0 -> 3.0.x', + importFixture: + '../../../protocol-designer/src/load-file/__tests__/fixtures/v1_1_0/example_1_1_0.json', + expectedExportFixture: + '../../../shared-data/protocol/fixtures/3/example_1_1_0MigratedFromV1_0_0.json', + newLabwareDefsMigrationModal: true, + unusedPipettes: true, + }, + ] - cy.fixture( - '../../../shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json' - ).then(expectedExportProtocol => { - cy.get('button') - .contains('Export') - .click() - .then(() => { - const lastSavedFile = cloneDeep(Cypress.env('__lastSavedFile')) - const expected = cloneDeep(expectedExportProtocol) - ;[lastSavedFile, expected].forEach(f => { - // Homogenize fields we don't want to compare - f.metadata.lastModified = 123 - f.designerApplication.data._internalAppBuildDate = 'Foo Date' - f.designerApplication.version = 'x.x.x' + testCases.forEach( + ({ + title, + importFixture, + expectedExportFixture, + newLabwareDefsMigrationModal, + unusedPipettes, + }) => { + it(title, () => { + cy.fixture(importFixture).then(fileContent => { + // TODO(IL, 2020-04-02): `cy.fixture` always parses .json files, though we want the plain text. + // So we have to use JSON.stringify. See https://github.com/cypress-io/cypress/issues/5395 + // Also, the latest version v4 of cypress-file-upload is too implicit to allow us to + // use the JSON.stringify workaround, so we're stuck on 3.5.3, + // see https://github.com/abramenal/cypress-file-upload/issues/175 + cy.get('input[type=file]').upload({ + fileContent: JSON.stringify(fileContent), + fileName: 'fixture.json', + mimeType: 'application/json', + encoding: 'utf8', }) + }) + + if (newLabwareDefsMigrationModal) { + // close migration announcement modal + cy.get('div') + .contains('Update protocol to use new labware definitions') + .should('exist') + cy.get('button') + .contains('update protocol') + .click() + } - if (!isEqual(lastSavedFile, expected)) { - throw Error(JSON.stringify(difference(lastSavedFile, expected))) + cy.fixture(expectedExportFixture).then(expectedExportProtocol => { + cy.get('button') + .contains('Export') + .click() + + if (unusedPipettes) { + cy.get('div') + .contains('Unused pipette') + .should('exist') + cy.get('button') + .contains('CONTINUE WITH EXPORT') + .click() } - assert.deepEqual(lastSavedFile, expected) + + cy.window().then(window => { + const savedFile = cloneDeep(window.__lastSavedFile__) + const expected = cloneDeep(expectedExportProtocol) + + assert.match( + savedFile.designerApplication.version, + /^3\.0\.\d+$/, + 'designerApplication.version is 3.0.x' + ) + ;[savedFile, expected].forEach(f => { + // Homogenize fields we don't want to compare + f.metadata.lastModified = 123 + f.designerApplication.data._internalAppBuildDate = 'Foo Date' + f.designerApplication.version = 'x.x.x' + }) + + expectDeepEqual(savedFile, expected) + }) }) - }) - }) + }) + } + ) }) diff --git a/protocol-designer/src/components/FileSidebar/FileSidebar.js b/protocol-designer/src/components/FileSidebar/FileSidebar.js index 184b92ab521..2b0d2e54630 100644 --- a/protocol-designer/src/components/FileSidebar/FileSidebar.js +++ b/protocol-designer/src/components/FileSidebar/FileSidebar.js @@ -45,7 +45,8 @@ const saveFile = (downloadData: $PropertyType) => { }) if (global.Cypress) { // HACK(IL, 2020-04-02): can't figure out a better way to do this yet - global.Cypress.env('__lastSavedFile', downloadData.fileData) + // https://docs.cypress.io/faq/questions/using-cypress-faq.html#Can-my-tests-interact-with-Redux-Vuex-data-store + global.__lastSavedFile__ = downloadData.fileData } else { saveAs(blob, downloadData.fileName) } diff --git a/protocol-designer/src/load-file/migration/1_1_0.js b/protocol-designer/src/load-file/migration/1_1_0.js index 22543d83ffd..bf774c19016 100644 --- a/protocol-designer/src/load-file/migration/1_1_0.js +++ b/protocol-designer/src/load-file/migration/1_1_0.js @@ -303,6 +303,9 @@ export function updateStepFormKeys(fileData: PDProtocolFile): PDProtocolFile { ...omitBy(updatedFields, isUndefined), ...omit(formData, MIX_DEPRECATED_FIELD_NAMES), } + } else if (formData.stepType === 'manualIntervention') { + // no step-name / step-details + return formData } else { return { stepName: formData['step-name'], diff --git a/shared-data/protocol/fixtures/3/example_1_1_0MigratedFromV1_0_0.json b/shared-data/protocol/fixtures/3/example_1_1_0MigratedFromV1_0_0.json new file mode 100644 index 00000000000..1cf3357d4e5 --- /dev/null +++ b/shared-data/protocol/fixtures/3/example_1_1_0MigratedFromV1_0_0.json @@ -0,0 +1,5062 @@ +{ + "metadata": { + "protocolName": "Some name!", + "author": "Author name", + "description": "Description here", + "created": 1560957631666, + "category": null, + "subcategory": null, + "tags": [] + }, + "designerApplication": { + "name": "opentrons/protocol-designer", + "version": "3.0.8", + "data": { + "_internalAppBuildDate": "Thu, 02 Apr 2020 20:21:23 GMT", + "defaultValues": { + "aspirate_mmFromBottom": 1, + "dispense_mmFromBottom": 0.5, + "touchTip_mmFromTop": -1, + "blowout_mmFromTop": 0 + }, + "pipetteTiprackAssignments": { + "c6f45030-92a5-11e9-ac62-1b173f839d9e": "opentrons/opentrons_96_tiprack_10ul/1", + "c6f47740-92a5-11e9-ac62-1b173f839d9e": "opentrons/tipone_96_tiprack_200ul/1" + }, + "dismissedWarnings": { "form": {}, "timeline": {} }, + "ingredients": { + "0": { + "name": "samples", + "description": null, + "serialize": false, + "liquidGroupId": "0" + }, + "1": { + "name": "dna", + "description": null, + "serialize": false, + "liquidGroupId": "1" + } + }, + "ingredLocations": { + "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well": { + "A1": { "0": { "volume": 121 } }, + "B1": { "0": { "volume": 121 } }, + "C1": { "0": { "volume": 121 } }, + "D1": { "0": { "volume": 121 } }, + "E1": { "0": { "volume": 121 } }, + "F1": { "1": { "volume": 44 } }, + "G1": { "1": { "volume": 44 } }, + "H1": { "1": { "volume": 44 } } + } + }, + "savedStepForms": { + "__INITIAL_DECK_SETUP_STEP__": { + "labwareLocationUpdate": { + "trashId": "12", + "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul": "1", + "c6f51380-92a5-11e9-ac62-1b173f839d9e:tiprack-200ul": "2", + "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well": "10" + }, + "pipetteLocationUpdate": { + "c6f45030-92a5-11e9-ac62-1b173f839d9e": "left", + "c6f47740-92a5-11e9-ac62-1b173f839d9e": "right" + }, + "moduleLocationUpdate": {}, + "stepType": "manualIntervention", + "id": "__INITIAL_DECK_SETUP_STEP__" + }, + "e7d36200-92a5-11e9-ac62-1b173f839d9e": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": "6", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": 0.6, + "aspirate_labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": true, + "aspirate_mix_times": 3, + "aspirate_mix_volume": "2", + "aspirate_mmFromBottom": 1, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "dispense_wells": [ + "C6", + "D6", + "E6", + "C7", + "D7", + "E7", + "C8", + "D8", + "E8" + ], + "dispense_wellOrder_first": "b2t", + "dispense_wellOrder_second": "r2l", + "dispense_mix_checkbox": true, + "dispense_mix_times": 2, + "dispense_mix_volume": "3", + "dispense_mmFromBottom": 2.5, + "dispense_touchTip_checkbox": true, + "disposalVolume_checkbox": true, + "disposalVolume_volume": "1", + "blowout_checkbox": true, + "blowout_location": "trashId", + "preWetTip": false, + "id": "e7d36200-92a5-11e9-ac62-1b173f839d9e", + "stepType": "moveLiquid", + "stepName": "transfer things", + "stepDetails": "yeah notes", + "aspirate_touchTip_mmFromBottom": 28.5 + }, + "18113c80-92a6-11e9-ac62-1b173f839d9e": { + "changeTip": "always", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": true, + "blowout_location": "dest_well", + "mix_mmFromBottom": 0.5, + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": "5.5", + "wells": ["F1"], + "id": "18113c80-92a6-11e9-ac62-1b173f839d9e", + "stepType": "mix", + "stepName": "mix", + "stepDetails": "", + "times": 3, + "aspirate_flowRate": 8, + "dispense_flowRate": 7, + "mix_touchTip_checkbox": true, + "mix_touchTip_mmFromBottom": 30.5 + }, + "2e622080-92a6-11e9-ac62-1b173f839d9e": { + "pauseForAmountOfTime": "true", + "pauseHour": 1, + "pauseMinute": 2, + "pauseSecond": 3, + "pauseMessage": "Delay plz", + "moduleId": null, + "pauseTemperature": null, + "id": "2e622080-92a6-11e9-ac62-1b173f839d9e", + "stepType": "pause", + "stepName": "pause", + "stepDetails": "" + } + }, + "orderedStepIds": [ + "e7d36200-92a5-11e9-ac62-1b173f839d9e", + "18113c80-92a6-11e9-ac62-1b173f839d9e", + "2e622080-92a6-11e9-ac62-1b173f839d9e" + ] + } + }, + "robot": { "model": "OT-2 Standard" }, + "pipettes": { + "c6f45030-92a5-11e9-ac62-1b173f839d9e": { + "mount": "left", + "name": "p10_single" + }, + "c6f47740-92a5-11e9-ac62-1b173f839d9e": { + "mount": "right", + "name": "p50_single" + } + }, + "labware": { + "trashId": { + "slot": "12", + "displayName": "Trash", + "definitionId": "opentrons/opentrons_1_trash_1100ml_fixed/1" + }, + "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul": { + "slot": "1", + "displayName": "tiprack 10ul (1)", + "definitionId": "opentrons/opentrons_96_tiprack_10ul/1" + }, + "c6f51380-92a5-11e9-ac62-1b173f839d9e:tiprack-200ul": { + "slot": "2", + "displayName": "tiprack 200ul (1)", + "definitionId": "opentrons/tipone_96_tiprack_200ul/1" + }, + "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well": { + "slot": "10", + "displayName": "96 deep well (1)", + "definitionId": "opentrons/usascientific_96_wellplate_2.4ml_deep/1" + } + }, + "labwareDefinitions": { + "opentrons/opentrons_1_trash_1100ml_fixed/1": { + "ordering": [["A1"]], + "metadata": { + "displayCategory": "trash", + "displayVolumeUnits": "mL", + "displayName": "Opentrons Fixed Trash", + "tags": [] + }, + "schemaVersion": 2, + "version": 1, + "namespace": "opentrons", + "dimensions": { + "xDimension": 172.86, + "yDimension": 165.86, + "zDimension": 82 + }, + "parameters": { + "format": "trash", + "isTiprack": false, + "loadName": "opentrons_1_trash_1100ml_fixed", + "isMagneticModuleCompatible": false, + "quirks": [ + "fixedTrash", + "centerMultichannelOnWells", + "touchTipDisabled" + ] + }, + "wells": { + "A1": { + "shape": "rectangular", + "yDimension": 165.67, + "xDimension": 107.11, + "totalLiquidVolume": 1100000, + "depth": 0, + "x": 82.84, + "y": 80, + "z": 82 + } + }, + "brand": { "brand": "Opentrons" }, + "groups": [{ "wells": ["A1"], "metadata": {} }], + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/opentrons_96_tiprack_10ul/1": { + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-10ul-tips" + ] + }, + "metadata": { + "displayName": "Opentrons 96 Tip Rack 10 µL", + "displayCategory": "tipRack", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 64.69 + }, + "wells": { + "A1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 74.24, + "z": 25.49 + }, + "B1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 65.24, + "z": 25.49 + }, + "C1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 56.24, + "z": 25.49 + }, + "D1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 47.24, + "z": 25.49 + }, + "E1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 38.24, + "z": 25.49 + }, + "F1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 29.24, + "z": 25.49 + }, + "G1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 20.24, + "z": 25.49 + }, + "H1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 11.24, + "z": 25.49 + }, + "A2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 74.24, + "z": 25.49 + }, + "B2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 65.24, + "z": 25.49 + }, + "C2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 56.24, + "z": 25.49 + }, + "D2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 47.24, + "z": 25.49 + }, + "E2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 38.24, + "z": 25.49 + }, + "F2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 29.24, + "z": 25.49 + }, + "G2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 20.24, + "z": 25.49 + }, + "H2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 11.24, + "z": 25.49 + }, + "A3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 74.24, + "z": 25.49 + }, + "B3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 65.24, + "z": 25.49 + }, + "C3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 56.24, + "z": 25.49 + }, + "D3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 47.24, + "z": 25.49 + }, + "E3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 38.24, + "z": 25.49 + }, + "F3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 29.24, + "z": 25.49 + }, + "G3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 20.24, + "z": 25.49 + }, + "H3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 11.24, + "z": 25.49 + }, + "A4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 74.24, + "z": 25.49 + }, + "B4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 65.24, + "z": 25.49 + }, + "C4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 56.24, + "z": 25.49 + }, + "D4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 47.24, + "z": 25.49 + }, + "E4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 38.24, + "z": 25.49 + }, + "F4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 29.24, + "z": 25.49 + }, + "G4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 20.24, + "z": 25.49 + }, + "H4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 11.24, + "z": 25.49 + }, + "A5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 74.24, + "z": 25.49 + }, + "B5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 65.24, + "z": 25.49 + }, + "C5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 56.24, + "z": 25.49 + }, + "D5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 47.24, + "z": 25.49 + }, + "E5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 38.24, + "z": 25.49 + }, + "F5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 29.24, + "z": 25.49 + }, + "G5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 20.24, + "z": 25.49 + }, + "H5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 11.24, + "z": 25.49 + }, + "A6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 74.24, + "z": 25.49 + }, + "B6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 65.24, + "z": 25.49 + }, + "C6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 56.24, + "z": 25.49 + }, + "D6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 47.24, + "z": 25.49 + }, + "E6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 38.24, + "z": 25.49 + }, + "F6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 29.24, + "z": 25.49 + }, + "G6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 20.24, + "z": 25.49 + }, + "H6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 11.24, + "z": 25.49 + }, + "A7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 74.24, + "z": 25.49 + }, + "B7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 65.24, + "z": 25.49 + }, + "C7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 56.24, + "z": 25.49 + }, + "D7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 47.24, + "z": 25.49 + }, + "E7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 38.24, + "z": 25.49 + }, + "F7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 29.24, + "z": 25.49 + }, + "G7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 20.24, + "z": 25.49 + }, + "H7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 11.24, + "z": 25.49 + }, + "A8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 74.24, + "z": 25.49 + }, + "B8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 65.24, + "z": 25.49 + }, + "C8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 56.24, + "z": 25.49 + }, + "D8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 47.24, + "z": 25.49 + }, + "E8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 38.24, + "z": 25.49 + }, + "F8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 29.24, + "z": 25.49 + }, + "G8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 20.24, + "z": 25.49 + }, + "H8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 11.24, + "z": 25.49 + }, + "A9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 74.24, + "z": 25.49 + }, + "B9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 65.24, + "z": 25.49 + }, + "C9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 56.24, + "z": 25.49 + }, + "D9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 47.24, + "z": 25.49 + }, + "E9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 38.24, + "z": 25.49 + }, + "F9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 29.24, + "z": 25.49 + }, + "G9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 20.24, + "z": 25.49 + }, + "H9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 11.24, + "z": 25.49 + }, + "A10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 74.24, + "z": 25.49 + }, + "B10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 65.24, + "z": 25.49 + }, + "C10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 56.24, + "z": 25.49 + }, + "D10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 47.24, + "z": 25.49 + }, + "E10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 38.24, + "z": 25.49 + }, + "F10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 29.24, + "z": 25.49 + }, + "G10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 20.24, + "z": 25.49 + }, + "H10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 11.24, + "z": 25.49 + }, + "A11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 74.24, + "z": 25.49 + }, + "B11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 65.24, + "z": 25.49 + }, + "C11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 56.24, + "z": 25.49 + }, + "D11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 47.24, + "z": 25.49 + }, + "E11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 38.24, + "z": 25.49 + }, + "F11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 29.24, + "z": 25.49 + }, + "G11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 20.24, + "z": 25.49 + }, + "H11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 11.24, + "z": 25.49 + }, + "A12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 74.24, + "z": 25.49 + }, + "B12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 65.24, + "z": 25.49 + }, + "C12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 56.24, + "z": 25.49 + }, + "D12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 47.24, + "z": 25.49 + }, + "E12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 38.24, + "z": 25.49 + }, + "F12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 29.24, + "z": 25.49 + }, + "G12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 20.24, + "z": 25.49 + }, + "H12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 11.24, + "z": 25.49 + } + }, + "groups": [ + { + "metadata": {}, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": true, + "tipLength": 39.2, + "tipOverlap": 3.29, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_tiprack_10ul" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/tipone_96_tiprack_200ul/1": { + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "TipOne", + "brandId": ["1111-0200"], + "links": ["https://www.usascientific.com/200ul-tipone-stacks.aspx"] + }, + "metadata": { + "displayName": "TipOne 96 Tip Rack 200 µL", + "displayCategory": "tipRack", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 63.9 + }, + "namespace": "opentrons", + "schemaVersion": 2, + "version": 1, + "wells": { + "H1": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 13.69, + "y": 9.25, + "z": 53.36 + }, + "G1": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 13.69, + "y": 18.25, + "z": 53.36 + }, + "F1": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 13.69, + "y": 27.25, + "z": 53.36 + }, + "E1": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 13.69, + "y": 36.25, + "z": 53.36 + }, + "D1": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 13.69, + "y": 45.25, + "z": 53.36 + }, + "C1": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 13.69, + "y": 54.25, + "z": 53.36 + }, + "B1": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 13.69, + "y": 63.25, + "z": 53.36 + }, + "A1": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 13.69, + "y": 72.25, + "z": 53.36 + }, + "H2": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 22.69, + "y": 9.25, + "z": 53.36 + }, + "G2": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 22.69, + "y": 18.25, + "z": 53.36 + }, + "F2": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 22.69, + "y": 27.25, + "z": 53.36 + }, + "E2": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 22.69, + "y": 36.25, + "z": 53.36 + }, + "D2": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 22.69, + "y": 45.25, + "z": 53.36 + }, + "C2": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 22.69, + "y": 54.25, + "z": 53.36 + }, + "B2": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 22.69, + "y": 63.25, + "z": 53.36 + }, + "A2": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 22.69, + "y": 72.25, + "z": 53.36 + }, + "H3": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 31.69, + "y": 9.25, + "z": 53.36 + }, + "G3": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 31.69, + "y": 18.25, + "z": 53.36 + }, + "F3": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 31.69, + "y": 27.25, + "z": 53.36 + }, + "E3": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 31.69, + "y": 36.25, + "z": 53.36 + }, + "D3": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 31.69, + "y": 45.25, + "z": 53.36 + }, + "C3": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 31.69, + "y": 54.25, + "z": 53.36 + }, + "B3": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 31.69, + "y": 63.25, + "z": 53.36 + }, + "A3": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 31.69, + "y": 72.25, + "z": 53.36 + }, + "H4": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 40.69, + "y": 9.25, + "z": 53.36 + }, + "G4": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 40.69, + "y": 18.25, + "z": 53.36 + }, + "F4": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 40.69, + "y": 27.25, + "z": 53.36 + }, + "E4": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 40.69, + "y": 36.25, + "z": 53.36 + }, + "D4": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 40.69, + "y": 45.25, + "z": 53.36 + }, + "C4": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 40.69, + "y": 54.25, + "z": 53.36 + }, + "B4": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 40.69, + "y": 63.25, + "z": 53.36 + }, + "A4": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 40.69, + "y": 72.25, + "z": 53.36 + }, + "H5": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 49.69, + "y": 9.25, + "z": 53.36 + }, + "G5": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 49.69, + "y": 18.25, + "z": 53.36 + }, + "F5": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 49.69, + "y": 27.25, + "z": 53.36 + }, + "E5": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 49.69, + "y": 36.25, + "z": 53.36 + }, + "D5": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 49.69, + "y": 45.25, + "z": 53.36 + }, + "C5": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 49.69, + "y": 54.25, + "z": 53.36 + }, + "B5": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 49.69, + "y": 63.25, + "z": 53.36 + }, + "A5": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 49.69, + "y": 72.25, + "z": 53.36 + }, + "H6": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 58.69, + "y": 9.25, + "z": 53.36 + }, + "G6": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 58.69, + "y": 18.25, + "z": 53.36 + }, + "F6": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 58.69, + "y": 27.25, + "z": 53.36 + }, + "E6": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 58.69, + "y": 36.25, + "z": 53.36 + }, + "D6": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 58.69, + "y": 45.25, + "z": 53.36 + }, + "C6": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 58.69, + "y": 54.25, + "z": 53.36 + }, + "B6": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 58.69, + "y": 63.25, + "z": 53.36 + }, + "A6": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 58.69, + "y": 72.25, + "z": 53.36 + }, + "H7": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 67.69, + "y": 9.25, + "z": 53.36 + }, + "G7": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 67.69, + "y": 18.25, + "z": 53.36 + }, + "F7": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 67.69, + "y": 27.25, + "z": 53.36 + }, + "E7": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 67.69, + "y": 36.25, + "z": 53.36 + }, + "D7": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 67.69, + "y": 45.25, + "z": 53.36 + }, + "C7": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 67.69, + "y": 54.25, + "z": 53.36 + }, + "B7": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 67.69, + "y": 63.25, + "z": 53.36 + }, + "A7": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 67.69, + "y": 72.25, + "z": 53.36 + }, + "H8": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 76.69, + "y": 9.25, + "z": 53.36 + }, + "G8": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 76.69, + "y": 18.25, + "z": 53.36 + }, + "F8": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 76.69, + "y": 27.25, + "z": 53.36 + }, + "E8": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 76.69, + "y": 36.25, + "z": 53.36 + }, + "D8": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 76.69, + "y": 45.25, + "z": 53.36 + }, + "C8": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 76.69, + "y": 54.25, + "z": 53.36 + }, + "B8": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 76.69, + "y": 63.25, + "z": 53.36 + }, + "A8": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 76.69, + "y": 72.25, + "z": 53.36 + }, + "H9": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 85.69, + "y": 9.25, + "z": 53.36 + }, + "G9": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 85.69, + "y": 18.25, + "z": 53.36 + }, + "F9": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 85.69, + "y": 27.25, + "z": 53.36 + }, + "E9": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 85.69, + "y": 36.25, + "z": 53.36 + }, + "D9": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 85.69, + "y": 45.25, + "z": 53.36 + }, + "C9": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 85.69, + "y": 54.25, + "z": 53.36 + }, + "B9": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 85.69, + "y": 63.25, + "z": 53.36 + }, + "A9": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 85.69, + "y": 72.25, + "z": 53.36 + }, + "H10": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 94.69, + "y": 9.25, + "z": 53.36 + }, + "G10": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 94.69, + "y": 18.25, + "z": 53.36 + }, + "F10": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 94.69, + "y": 27.25, + "z": 53.36 + }, + "E10": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 94.69, + "y": 36.25, + "z": 53.36 + }, + "D10": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 94.69, + "y": 45.25, + "z": 53.36 + }, + "C10": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 94.69, + "y": 54.25, + "z": 53.36 + }, + "B10": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 94.69, + "y": 63.25, + "z": 53.36 + }, + "A10": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 94.69, + "y": 72.25, + "z": 53.36 + }, + "H11": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 103.69, + "y": 9.25, + "z": 53.36 + }, + "G11": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 103.69, + "y": 18.25, + "z": 53.36 + }, + "F11": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 103.69, + "y": 27.25, + "z": 53.36 + }, + "E11": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 103.69, + "y": 36.25, + "z": 53.36 + }, + "D11": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 103.69, + "y": 45.25, + "z": 53.36 + }, + "C11": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 103.69, + "y": 54.25, + "z": 53.36 + }, + "B11": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 103.69, + "y": 63.25, + "z": 53.36 + }, + "A11": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 103.69, + "y": 72.25, + "z": 53.36 + }, + "H12": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 112.69, + "y": 9.25, + "z": 53.36 + }, + "G12": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 112.69, + "y": 18.25, + "z": 53.36 + }, + "F12": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 112.69, + "y": 27.25, + "z": 53.36 + }, + "E12": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 112.69, + "y": 36.25, + "z": 53.36 + }, + "D12": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 112.69, + "y": 45.25, + "z": 53.36 + }, + "C12": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 112.69, + "y": 54.25, + "z": 53.36 + }, + "B12": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 112.69, + "y": 63.25, + "z": 53.36 + }, + "A12": { + "depth": 10.54, + "shape": "circular", + "diameter": 6.4, + "totalLiquidVolume": 200, + "x": 112.69, + "y": 72.25, + "z": 53.36 + } + }, + "parameters": { + "format": "96Standard", + "isTiprack": true, + "tipOverlap": 6.1, + "tipLength": 50.93, + "isMagneticModuleCompatible": false, + "loadName": "tipone_96_tiprack_200ul" + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ], + "metadata": {} + } + ], + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/usascientific_96_wellplate_2.4ml_deep/1": { + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "USA Scientific", + "brandId": ["1896-2000"], + "links": [ + "https://www.usascientific.com/2ml-deep96-well-plateone-bulk.aspx" + ] + }, + "metadata": { + "displayName": "USA Scientific 96 Deep Well Plate 2.4 mL", + "displayCategory": "wellPlate", + "displayVolumeUnits": "mL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.8, + "yDimension": 85.5, + "zDimension": 44.1 + }, + "wells": { + "H1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 11.2, + "z": 2.8 + }, + "G1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 20.2, + "z": 2.8 + }, + "F1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 29.2, + "z": 2.8 + }, + "E1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 38.2, + "z": 2.8 + }, + "D1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 47.2, + "z": 2.8 + }, + "C1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 56.2, + "z": 2.8 + }, + "B1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 65.2, + "z": 2.8 + }, + "A1": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 14.4, + "y": 74.2, + "z": 2.8 + }, + "H2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 11.2, + "z": 2.8 + }, + "G2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 20.2, + "z": 2.8 + }, + "F2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 29.2, + "z": 2.8 + }, + "E2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 38.2, + "z": 2.8 + }, + "D2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 47.2, + "z": 2.8 + }, + "C2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 56.2, + "z": 2.8 + }, + "B2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 65.2, + "z": 2.8 + }, + "A2": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 23.4, + "y": 74.2, + "z": 2.8 + }, + "H3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 11.2, + "z": 2.8 + }, + "G3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 20.2, + "z": 2.8 + }, + "F3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 29.2, + "z": 2.8 + }, + "E3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 38.2, + "z": 2.8 + }, + "D3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 47.2, + "z": 2.8 + }, + "C3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 56.2, + "z": 2.8 + }, + "B3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 65.2, + "z": 2.8 + }, + "A3": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 32.4, + "y": 74.2, + "z": 2.8 + }, + "H4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 11.2, + "z": 2.8 + }, + "G4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 20.2, + "z": 2.8 + }, + "F4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 29.2, + "z": 2.8 + }, + "E4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 38.2, + "z": 2.8 + }, + "D4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 47.2, + "z": 2.8 + }, + "C4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 56.2, + "z": 2.8 + }, + "B4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 65.2, + "z": 2.8 + }, + "A4": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 41.4, + "y": 74.2, + "z": 2.8 + }, + "H5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 11.2, + "z": 2.8 + }, + "G5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 20.2, + "z": 2.8 + }, + "F5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 29.2, + "z": 2.8 + }, + "E5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 38.2, + "z": 2.8 + }, + "D5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 47.2, + "z": 2.8 + }, + "C5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 56.2, + "z": 2.8 + }, + "B5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 65.2, + "z": 2.8 + }, + "A5": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 50.4, + "y": 74.2, + "z": 2.8 + }, + "H6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 11.2, + "z": 2.8 + }, + "G6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 20.2, + "z": 2.8 + }, + "F6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 29.2, + "z": 2.8 + }, + "E6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 38.2, + "z": 2.8 + }, + "D6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 47.2, + "z": 2.8 + }, + "C6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 56.2, + "z": 2.8 + }, + "B6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 65.2, + "z": 2.8 + }, + "A6": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 59.4, + "y": 74.2, + "z": 2.8 + }, + "H7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 11.2, + "z": 2.8 + }, + "G7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 20.2, + "z": 2.8 + }, + "F7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 29.2, + "z": 2.8 + }, + "E7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 38.2, + "z": 2.8 + }, + "D7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 47.2, + "z": 2.8 + }, + "C7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 56.2, + "z": 2.8 + }, + "B7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 65.2, + "z": 2.8 + }, + "A7": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 68.4, + "y": 74.2, + "z": 2.8 + }, + "H8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 11.2, + "z": 2.8 + }, + "G8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 20.2, + "z": 2.8 + }, + "F8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 29.2, + "z": 2.8 + }, + "E8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 38.2, + "z": 2.8 + }, + "D8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 47.2, + "z": 2.8 + }, + "C8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 56.2, + "z": 2.8 + }, + "B8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 65.2, + "z": 2.8 + }, + "A8": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 77.4, + "y": 74.2, + "z": 2.8 + }, + "H9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 11.2, + "z": 2.8 + }, + "G9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 20.2, + "z": 2.8 + }, + "F9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 29.2, + "z": 2.8 + }, + "E9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 38.2, + "z": 2.8 + }, + "D9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 47.2, + "z": 2.8 + }, + "C9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 56.2, + "z": 2.8 + }, + "B9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 65.2, + "z": 2.8 + }, + "A9": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 86.4, + "y": 74.2, + "z": 2.8 + }, + "H10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 11.2, + "z": 2.8 + }, + "G10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 20.2, + "z": 2.8 + }, + "F10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 29.2, + "z": 2.8 + }, + "E10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 38.2, + "z": 2.8 + }, + "D10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 47.2, + "z": 2.8 + }, + "C10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 56.2, + "z": 2.8 + }, + "B10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 65.2, + "z": 2.8 + }, + "A10": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 95.4, + "y": 74.2, + "z": 2.8 + }, + "H11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 11.2, + "z": 2.8 + }, + "G11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 20.2, + "z": 2.8 + }, + "F11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 29.2, + "z": 2.8 + }, + "E11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 38.2, + "z": 2.8 + }, + "D11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 47.2, + "z": 2.8 + }, + "C11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 56.2, + "z": 2.8 + }, + "B11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 65.2, + "z": 2.8 + }, + "A11": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 104.4, + "y": 74.2, + "z": 2.8 + }, + "H12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 11.2, + "z": 2.8 + }, + "G12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 20.2, + "z": 2.8 + }, + "F12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 29.2, + "z": 2.8 + }, + "E12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 38.2, + "z": 2.8 + }, + "D12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 47.2, + "z": 2.8 + }, + "C12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 56.2, + "z": 2.8 + }, + "B12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 65.2, + "z": 2.8 + }, + "A12": { + "depth": 41.3, + "shape": "rectangular", + "xDimension": 8.2, + "yDimension": 8.2, + "totalLiquidVolume": 2400, + "x": 113.4, + "y": 74.2, + "z": 2.8 + } + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ], + "metadata": { "wellBottomShape": "u" } + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": true, + "magneticModuleEngageHeight": 14.94, + "loadName": "usascientific_96_wellplate_2.4ml_deep" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + } + }, + "schemaVersion": 3, + "commands": [ + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "A1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 28.5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E8", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E8", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E8", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E8", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E8", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E8", + "offsetFromBottomMm": 40.3 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "B1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 28.5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D8", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D8", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D8", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D8", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D8", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D8", + "offsetFromBottomMm": 40.3 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "C1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 28.5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C8", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C8", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C8", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C8", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C8", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C8", + "offsetFromBottomMm": 40.3 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "D1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 28.5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E7", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E7", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E7", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E7", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E7", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E7", + "offsetFromBottomMm": 40.3 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "E1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 28.5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D7", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D7", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D7", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D7", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D7", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D7", + "offsetFromBottomMm": 40.3 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "F1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 28.5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C7", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C7", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C7", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C7", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C7", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C7", + "offsetFromBottomMm": 40.3 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "G1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 28.5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E6", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E6", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E6", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E6", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E6", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "E6", + "offsetFromBottomMm": 40.3 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "H1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 28.5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D6", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D6", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D6", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D6", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D6", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "D6", + "offsetFromBottomMm": 40.3 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "A2" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 2, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 0.6 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "A1", + "offsetFromBottomMm": 28.5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 6, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C6", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C6", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C6", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C6", + "offsetFromBottomMm": 2.5, + "flowRate": 0.6 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 3, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C6", + "offsetFromBottomMm": 2.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "C6", + "offsetFromBottomMm": 40.3 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "c6f4ec70-92a5-11e9-ac62-1b173f839d9e:tiprack-10ul", + "well": "B2" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 5.5, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "F1", + "offsetFromBottomMm": 0.5, + "flowRate": 8 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 5.5, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "F1", + "offsetFromBottomMm": 0.5, + "flowRate": 7 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 5.5, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "F1", + "offsetFromBottomMm": 0.5, + "flowRate": 8 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 5.5, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "F1", + "offsetFromBottomMm": 0.5, + "flowRate": 7 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 5.5, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "F1", + "offsetFromBottomMm": 0.5, + "flowRate": 8 + } + }, + { + "command": "dispense", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "volume": 5.5, + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "F1", + "offsetFromBottomMm": 0.5, + "flowRate": 7 + } + }, + { + "command": "blowout", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "F1", + "flowRate": 7, + "offsetFromBottomMm": 41.3 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "dafd4000-92a5-11e9-ac62-1b173f839d9e:96-deep-well", + "well": "F1", + "offsetFromBottomMm": 30.5 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "c6f45030-92a5-11e9-ac62-1b173f839d9e", + "labware": "trashId", + "well": "A1" + } + } + ] +} From 6d68641e7e004383eeb10744ee2a0c438e7f82bc Mon Sep 17 00:00:00 2001 From: IanLondon Date: Fri, 3 Apr 2020 15:20:35 -0400 Subject: [PATCH 3/8] rearrange fixture files --- .../cypress/integration/migrations.spec.js | 80 +++++++++---------- protocol-designer/cypress/utils.js | 34 ++++++++ .../protocol/1}/doItAll.json | 0 .../protocol/1}/example_1_1_0.json | 0 .../1}/minimalProtocolOldTransfer.json | 0 .../1}/preFlexGrandfatheredProtocol.json | 0 .../fixtures/protocol/3/doItAllV3.json | 1 + .../3/example_1_1_0MigratedFromV1_0_0.json | 0 ...andfatheredProtocolMigratedFromV1_0_0.json | 0 .../fixtures/protocol/4/doItAllV4.json | 1 + .../proceduresMatchSnapshots.test.js | 49 ------------ .../migration/__tests__/1_1_0.test.js | 2 +- 12 files changed, 74 insertions(+), 93 deletions(-) create mode 100644 protocol-designer/cypress/utils.js rename protocol-designer/{src/load-file/__tests__/fixtures/throughMigrationV0 => fixtures/protocol/1}/doItAll.json (100%) rename protocol-designer/{src/load-file/__tests__/fixtures/v1_1_0 => fixtures/protocol/1}/example_1_1_0.json (100%) rename protocol-designer/{src/load-file/__tests__/fixtures/throughMigrationV0 => fixtures/protocol/1}/minimalProtocolOldTransfer.json (100%) rename protocol-designer/{src/load-file/__tests__/fixtures/throughMigrationV0 => fixtures/protocol/1}/preFlexGrandfatheredProtocol.json (100%) create mode 100644 protocol-designer/fixtures/protocol/3/doItAllV3.json rename {shared-data/protocol/fixtures => protocol-designer/fixtures/protocol}/3/example_1_1_0MigratedFromV1_0_0.json (100%) rename {shared-data/protocol/fixtures => protocol-designer/fixtures/protocol}/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json (100%) create mode 100644 protocol-designer/fixtures/protocol/4/doItAllV4.json delete mode 100644 protocol-designer/src/load-file/__tests__/proceduresMatchSnapshots.test.js diff --git a/protocol-designer/cypress/integration/migrations.spec.js b/protocol-designer/cypress/integration/migrations.spec.js index 554987b2ea1..2ed4f317851 100644 --- a/protocol-designer/cypress/integration/migrations.spec.js +++ b/protocol-designer/cypress/integration/migrations.spec.js @@ -1,41 +1,6 @@ import 'cypress-file-upload' import cloneDeep from 'lodash/cloneDeep' -import isEqual from 'lodash/isEqual' -import isObject from 'lodash/isObject' -import transform from 'lodash/transform' - -// TODO IMMEDIATELY: put this somewhere -const difference = (object, base) => { - const changes = (object, base) => { - return transform(object, function(result, value, key) { - if (!isEqual(value, base[key])) { - result[key] = - isObject(value) && isObject(base[key]) - ? changes(value, base[key]) - : value - } - }) - } - return changes(object, base) -} - -// TODO IMMEDIATELY: put this somewhere -// deepEqual won't always return a diff, Cypress doesn't fully support object diffs :( -// also Cypress doesn't seem to support logging to the console? So throwing the diff as an error instead -const expectDeepEqual = (a, b) => { - try { - assert.deepEqual(a, b) - } catch (e) { - // visualize undefineds - const replacer = (key, value) => - typeof value === 'undefined' ? '__undefined__' : value - // TODO IMMEDIATELY: try cy.log(message, args) - throw Error( - 'Expected deep equal: ' + - JSON.stringify({ a, b, difference: difference(a, b) }, replacer, 4) - ) - } -} +import { expectDeepEqual } from '../utils' describe('Protocol fixtures migrate and match snapshots', () => { beforeEach(() => { @@ -43,25 +8,41 @@ describe('Protocol fixtures migrate and match snapshots', () => { cy.closeAnnouncementModal() }) - // TODO IMMEDIATELY: move fixtures from PD to shared-data const testCases = [ { title: 'preFlexGrandfatheredProtocol 1.0.0 -> 3.0.x', importFixture: - '../../src/load-file/__tests__/fixtures/throughMigrationV0/preFlexGrandfatheredProtocol.json', + '../../fixtures/protocol/1/preFlexGrandfatheredProtocol.json', expectedExportFixture: - '../../../shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json', + '../../fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json', newLabwareDefsMigrationModal: true, unusedPipettes: false, + apiUpdateRequiredMigrationModal: false, }, { title: 'example_1_1_0 -> 3.0.x', - importFixture: - '../../../protocol-designer/src/load-file/__tests__/fixtures/v1_1_0/example_1_1_0.json', + importFixture: '../../fixtures/protocol/1/example_1_1_0.json', expectedExportFixture: - '../../../shared-data/protocol/fixtures/3/example_1_1_0MigratedFromV1_0_0.json', + '../../fixtures/protocol/3/example_1_1_0MigratedFromV1_0_0.json', newLabwareDefsMigrationModal: true, unusedPipettes: true, + apiUpdateRequiredMigrationModal: false, + }, + { + title: 'doItAllV3 -> import and re-export should preserve data', + importFixture: '../../fixtures/protocol/3/doItAllV3.json', + expectedExportFixture: '../../fixtures/protocol/3/doItAllV3.json', + newLabwareDefsMigrationModal: false, + unusedPipettes: false, + apiUpdateRequiredMigrationModal: false, + }, + { + title: 'doItAllV4 -> import and re-export should preserve data', + importFixture: '../../fixtures/protocol/4/doItAllV4.json', + expectedExportFixture: '../../fixtures/protocol/4/doItAllV4.json', + newLabwareDefsMigrationModal: false, + unusedPipettes: false, + apiUpdateRequiredMigrationModal: true, }, ] @@ -72,6 +53,7 @@ describe('Protocol fixtures migrate and match snapshots', () => { expectedExportFixture, newLabwareDefsMigrationModal, unusedPipettes, + apiUpdateRequiredMigrationModal, }) => { it(title, () => { cy.fixture(importFixture).then(fileContent => { @@ -108,7 +90,18 @@ describe('Protocol fixtures migrate and match snapshots', () => { .contains('Unused pipette') .should('exist') cy.get('button') - .contains('CONTINUE WITH EXPORT') + .contains('continue with export', { matchCase: false }) + .click() + } + + if (apiUpdateRequiredMigrationModal) { + cy.get('div') + .contains( + 'Robot requirements for running module inclusive JSON protocols' + ) + .should('exist') + cy.get('button') + .contains('continue', { matchCase: false }) .click() } @@ -116,6 +109,7 @@ describe('Protocol fixtures migrate and match snapshots', () => { const savedFile = cloneDeep(window.__lastSavedFile__) const expected = cloneDeep(expectedExportProtocol) + // TODO(IL. 2020-04-03): this will change to 4.0.x soon assert.match( savedFile.designerApplication.version, /^3\.0\.\d+$/, diff --git a/protocol-designer/cypress/utils.js b/protocol-designer/cypress/utils.js new file mode 100644 index 00000000000..80c8aa69e81 --- /dev/null +++ b/protocol-designer/cypress/utils.js @@ -0,0 +1,34 @@ +import isEqual from 'lodash/isEqual' +import isObject from 'lodash/isObject' +import transform from 'lodash/transform' + +const difference = (object, base) => { + const changes = (object, base) => { + return transform(object, function(result, value, key) { + if (!isEqual(value, base[key])) { + result[key] = + isObject(value) && isObject(base[key]) + ? changes(value, base[key]) + : value + } + }) + } + return changes(object, base) +} + +// deepEqual won't always return a diff, Cypress doesn't fully support object diffs :( +// also Cypress doesn't seem to support logging to the console? So throwing the diff as an error instead +export const expectDeepEqual = (a, b) => { + try { + assert.deepEqual(a, b) + } catch (e) { + // visualize undefineds + const replacer = (key, value) => + typeof value === 'undefined' ? '__undefined__' : value + // TODO IMMEDIATELY: try cy.log(message, args) + throw Error( + 'Expected deep equal: ' + + JSON.stringify({ a, b, difference: difference(a, b) }, replacer, 4) + ) + } +} diff --git a/protocol-designer/src/load-file/__tests__/fixtures/throughMigrationV0/doItAll.json b/protocol-designer/fixtures/protocol/1/doItAll.json similarity index 100% rename from protocol-designer/src/load-file/__tests__/fixtures/throughMigrationV0/doItAll.json rename to protocol-designer/fixtures/protocol/1/doItAll.json diff --git a/protocol-designer/src/load-file/__tests__/fixtures/v1_1_0/example_1_1_0.json b/protocol-designer/fixtures/protocol/1/example_1_1_0.json similarity index 100% rename from protocol-designer/src/load-file/__tests__/fixtures/v1_1_0/example_1_1_0.json rename to protocol-designer/fixtures/protocol/1/example_1_1_0.json diff --git a/protocol-designer/src/load-file/__tests__/fixtures/throughMigrationV0/minimalProtocolOldTransfer.json b/protocol-designer/fixtures/protocol/1/minimalProtocolOldTransfer.json similarity index 100% rename from protocol-designer/src/load-file/__tests__/fixtures/throughMigrationV0/minimalProtocolOldTransfer.json rename to protocol-designer/fixtures/protocol/1/minimalProtocolOldTransfer.json diff --git a/protocol-designer/src/load-file/__tests__/fixtures/throughMigrationV0/preFlexGrandfatheredProtocol.json b/protocol-designer/fixtures/protocol/1/preFlexGrandfatheredProtocol.json similarity index 100% rename from protocol-designer/src/load-file/__tests__/fixtures/throughMigrationV0/preFlexGrandfatheredProtocol.json rename to protocol-designer/fixtures/protocol/1/preFlexGrandfatheredProtocol.json diff --git a/protocol-designer/fixtures/protocol/3/doItAllV3.json b/protocol-designer/fixtures/protocol/3/doItAllV3.json new file mode 100644 index 00000000000..4d532a9f28a --- /dev/null +++ b/protocol-designer/fixtures/protocol/3/doItAllV3.json @@ -0,0 +1 @@ +{"metadata":{"protocolName":"Do it all v3","author":"Fixture","description":"Test all v3 commands","created":1585930833548,"category":null,"subcategory":null,"tags":[]},"designerApplication":{"name":"opentrons/protocol-designer","version":"3.0.8","data":{"_internalAppBuildDate":"Thu, 02 Apr 2020 20:21:23 GMT","defaultValues":{"aspirate_mmFromBottom":1,"dispense_mmFromBottom":0.5,"touchTip_mmFromTop":-1,"blowout_mmFromTop":0},"pipetteTiprackAssignments":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":"opentrons/opentrons_96_tiprack_300ul/1"},"dismissedWarnings":{"form":{},"timeline":{}},"ingredients":{"0":{"name":"Water","description":null,"serialize":false,"liquidGroupId":"0"}},"ingredLocations":{"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"A1":{"0":{"volume":100}},"B1":{"0":{"volume":100}},"C1":{"0":{"volume":100}},"D1":{"0":{"volume":100}},"E1":{"0":{"volume":100}},"F1":{"0":{"volume":100}},"G1":{"0":{"volume":100}},"H1":{"0":{"volume":100}},"A2":{"0":{"volume":100}},"B2":{"0":{"volume":100}},"C2":{"0":{"volume":100}},"D2":{"0":{"volume":100}},"E2":{"0":{"volume":100}},"F2":{"0":{"volume":100}},"G2":{"0":{"volume":100}},"H2":{"0":{"volume":100}}}},"savedStepForms":{"__INITIAL_DECK_SETUP_STEP__":{"stepType":"manualIntervention","id":"__INITIAL_DECK_SETUP_STEP__","labwareLocationUpdate":{"trashId":"12","0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1":"2","1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":"1","21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":"3"},"pipetteLocationUpdate":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":"left"},"moduleLocationUpdate":{}},"3961e4c0-75c7-11ea-b42f-4b64e50f43e5":{"id":"3961e4c0-75c7-11ea-b42f-4b64e50f43e5","stepType":"moveLiquid","stepName":"transfer","stepDetails":"","pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":"40","changeTip":"always","path":"multiDispense","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"2","aspirate_mix_volume":"30","aspirate_mmFromBottom":1,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","dispense_wells":["A1","A2"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":0.5,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":true,"disposalVolume_volume":"20","blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"dispense_touchTip_mmFromBottom":40,"aspirate_touchTip_mmFromBottom":12.8},"54dc3200-75c7-11ea-b42f-4b64e50f43e5":{"id":"54dc3200-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilResume","pauseHour":null,"pauseMinute":null,"pauseSecond":null,"pauseMessage":"Wait until user intervention","moduleId":null,"pauseTemperature":null},"5db07ad0-75c7-11ea-b42f-4b64e50f43e5":{"id":"5db07ad0-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilTime","pauseHour":null,"pauseMinute":"1","pauseSecond":"2","pauseMessage":"","moduleId":null,"pauseTemperature":null},"a4cee9a0-75dc-11ea-b42f-4b64e50f43e5":{"id":"a4cee9a0-75dc-11ea-b42f-4b64e50f43e5","stepType":"mix","stepName":"mix","stepDetails":"","changeTip":"always","labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"trashId","mix_mmFromBottom":0.5,"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":"35","wells":["D2","E2"],"times":"3","aspirate_flowRate":40,"dispense_flowRate":35,"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":11.8}},"orderedStepIds":["5db07ad0-75c7-11ea-b42f-4b64e50f43e5","3961e4c0-75c7-11ea-b42f-4b64e50f43e5","54dc3200-75c7-11ea-b42f-4b64e50f43e5","a4cee9a0-75dc-11ea-b42f-4b64e50f43e5"]}},"robot":{"model":"OT-2 Standard"},"pipettes":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":{"mount":"left","name":"p300_single_gen2"}},"labware":{"trashId":{"slot":"12","displayName":"Trash","definitionId":"opentrons/opentrons_1_trash_1100ml_fixed/1"},"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1":{"slot":"2","displayName":"Opentrons 96 Tip Rack 300 µL","definitionId":"opentrons/opentrons_96_tiprack_300ul/1"},"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"slot":"1","displayName":"NEST 96 Well Plate 100 µL PCR Full Skirt","definitionId":"opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1"},"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":{"slot":"3","displayName":"Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap","definitionId":"opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1"}},"labwareDefinitions":{"opentrons/opentrons_1_trash_1100ml_fixed/1":{"ordering":[["A1"]],"metadata":{"displayCategory":"trash","displayVolumeUnits":"mL","displayName":"Opentrons Fixed Trash","tags":[]},"schemaVersion":2,"version":1,"namespace":"opentrons","dimensions":{"xDimension":172.86,"yDimension":165.86,"zDimension":82},"parameters":{"format":"trash","isTiprack":false,"loadName":"opentrons_1_trash_1100ml_fixed","isMagneticModuleCompatible":false,"quirks":["fixedTrash","centerMultichannelOnWells","touchTipDisabled"]},"wells":{"A1":{"shape":"rectangular","yDimension":165.67,"xDimension":107.11,"totalLiquidVolume":1100000,"depth":0,"x":82.84,"y":80,"z":82}},"brand":{"brand":"Opentrons"},"groups":[{"wells":["A1"],"metadata":{}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_96_tiprack_300ul/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-300ul-tips"]},"metadata":{"displayName":"Opentrons 96 Tip Rack 300 µL","displayCategory":"tipRack","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":64.49},"wells":{"A1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":74.24,"z":5.39},"B1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":65.24,"z":5.39},"C1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":56.24,"z":5.39},"D1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":47.24,"z":5.39},"E1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":38.24,"z":5.39},"F1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":29.24,"z":5.39},"G1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":20.24,"z":5.39},"H1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":11.24,"z":5.39},"A2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":74.24,"z":5.39},"B2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":65.24,"z":5.39},"C2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":56.24,"z":5.39},"D2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":47.24,"z":5.39},"E2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":38.24,"z":5.39},"F2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":29.24,"z":5.39},"G2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":20.24,"z":5.39},"H2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":11.24,"z":5.39},"A3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":74.24,"z":5.39},"B3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":65.24,"z":5.39},"C3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":56.24,"z":5.39},"D3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":47.24,"z":5.39},"E3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":38.24,"z":5.39},"F3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":29.24,"z":5.39},"G3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":20.24,"z":5.39},"H3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":11.24,"z":5.39},"A4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":74.24,"z":5.39},"B4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":65.24,"z":5.39},"C4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":56.24,"z":5.39},"D4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":47.24,"z":5.39},"E4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":38.24,"z":5.39},"F4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":29.24,"z":5.39},"G4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":20.24,"z":5.39},"H4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":11.24,"z":5.39},"A5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":74.24,"z":5.39},"B5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":65.24,"z":5.39},"C5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":56.24,"z":5.39},"D5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":47.24,"z":5.39},"E5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":38.24,"z":5.39},"F5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":29.24,"z":5.39},"G5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":20.24,"z":5.39},"H5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":11.24,"z":5.39},"A6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":74.24,"z":5.39},"B6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":65.24,"z":5.39},"C6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":56.24,"z":5.39},"D6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":47.24,"z":5.39},"E6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":38.24,"z":5.39},"F6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":29.24,"z":5.39},"G6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":20.24,"z":5.39},"H6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":11.24,"z":5.39},"A7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":74.24,"z":5.39},"B7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":65.24,"z":5.39},"C7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":56.24,"z":5.39},"D7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":47.24,"z":5.39},"E7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":38.24,"z":5.39},"F7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":29.24,"z":5.39},"G7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":20.24,"z":5.39},"H7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":11.24,"z":5.39},"A8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":74.24,"z":5.39},"B8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":65.24,"z":5.39},"C8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":56.24,"z":5.39},"D8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":47.24,"z":5.39},"E8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":38.24,"z":5.39},"F8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":29.24,"z":5.39},"G8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":20.24,"z":5.39},"H8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":11.24,"z":5.39},"A9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":74.24,"z":5.39},"B9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":65.24,"z":5.39},"C9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":56.24,"z":5.39},"D9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":47.24,"z":5.39},"E9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":38.24,"z":5.39},"F9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":29.24,"z":5.39},"G9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":20.24,"z":5.39},"H9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":11.24,"z":5.39},"A10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":74.24,"z":5.39},"B10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":65.24,"z":5.39},"C10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":56.24,"z":5.39},"D10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":47.24,"z":5.39},"E10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":38.24,"z":5.39},"F10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":29.24,"z":5.39},"G10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":20.24,"z":5.39},"H10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":11.24,"z":5.39},"A11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":74.24,"z":5.39},"B11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":65.24,"z":5.39},"C11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":56.24,"z":5.39},"D11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":47.24,"z":5.39},"E11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":38.24,"z":5.39},"F11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":29.24,"z":5.39},"G11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":20.24,"z":5.39},"H11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":11.24,"z":5.39},"A12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":74.24,"z":5.39},"B12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":65.24,"z":5.39},"C12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":56.24,"z":5.39},"D12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":47.24,"z":5.39},"E12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":38.24,"z":5.39},"F12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":29.24,"z":5.39},"G12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":20.24,"z":5.39},"H12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":11.24,"z":5.39}},"groups":[{"metadata":{},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":true,"tipLength":59.3,"tipOverlap":7.47,"isMagneticModuleCompatible":false,"loadName":"opentrons_96_tiprack_300ul"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"NEST","brandId":["402501"],"links":["http://www.cell-nest.com/page94?_l=en&product_id=97&product_category=96"]},"metadata":{"displayName":"NEST 96 Well Plate 100 µL PCR Full Skirt","displayCategory":"wellPlate","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":15.7},"wells":{"A1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":74.24,"z":0.92},"B1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":65.24,"z":0.92},"C1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":56.24,"z":0.92},"D1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":47.24,"z":0.92},"E1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":38.24,"z":0.92},"F1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":29.24,"z":0.92},"G1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":20.24,"z":0.92},"H1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":11.24,"z":0.92},"A2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":74.24,"z":0.92},"B2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":65.24,"z":0.92},"C2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":56.24,"z":0.92},"D2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":47.24,"z":0.92},"E2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":38.24,"z":0.92},"F2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":29.24,"z":0.92},"G2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":20.24,"z":0.92},"H2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":11.24,"z":0.92},"A3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":74.24,"z":0.92},"B3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":65.24,"z":0.92},"C3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":56.24,"z":0.92},"D3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":47.24,"z":0.92},"E3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":38.24,"z":0.92},"F3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":29.24,"z":0.92},"G3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":20.24,"z":0.92},"H3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":11.24,"z":0.92},"A4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":74.24,"z":0.92},"B4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":65.24,"z":0.92},"C4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":56.24,"z":0.92},"D4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":47.24,"z":0.92},"E4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":38.24,"z":0.92},"F4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":29.24,"z":0.92},"G4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":20.24,"z":0.92},"H4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":11.24,"z":0.92},"A5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":74.24,"z":0.92},"B5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":65.24,"z":0.92},"C5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":56.24,"z":0.92},"D5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":47.24,"z":0.92},"E5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":38.24,"z":0.92},"F5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":29.24,"z":0.92},"G5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":20.24,"z":0.92},"H5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":11.24,"z":0.92},"A6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":74.24,"z":0.92},"B6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":65.24,"z":0.92},"C6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":56.24,"z":0.92},"D6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":47.24,"z":0.92},"E6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":38.24,"z":0.92},"F6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":29.24,"z":0.92},"G6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":20.24,"z":0.92},"H6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":11.24,"z":0.92},"A7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":74.24,"z":0.92},"B7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":65.24,"z":0.92},"C7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":56.24,"z":0.92},"D7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":47.24,"z":0.92},"E7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":38.24,"z":0.92},"F7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":29.24,"z":0.92},"G7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":20.24,"z":0.92},"H7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":11.24,"z":0.92},"A8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":74.24,"z":0.92},"B8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":65.24,"z":0.92},"C8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":56.24,"z":0.92},"D8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":47.24,"z":0.92},"E8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":38.24,"z":0.92},"F8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":29.24,"z":0.92},"G8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":20.24,"z":0.92},"H8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":11.24,"z":0.92},"A9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":74.24,"z":0.92},"B9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":65.24,"z":0.92},"C9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":56.24,"z":0.92},"D9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":47.24,"z":0.92},"E9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":38.24,"z":0.92},"F9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":29.24,"z":0.92},"G9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":20.24,"z":0.92},"H9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":11.24,"z":0.92},"A10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":74.24,"z":0.92},"B10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":65.24,"z":0.92},"C10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":56.24,"z":0.92},"D10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":47.24,"z":0.92},"E10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":38.24,"z":0.92},"F10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":29.24,"z":0.92},"G10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":20.24,"z":0.92},"H10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":11.24,"z":0.92},"A11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":74.24,"z":0.92},"B11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":65.24,"z":0.92},"C11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":56.24,"z":0.92},"D11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":47.24,"z":0.92},"E11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":38.24,"z":0.92},"F11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":29.24,"z":0.92},"G11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":20.24,"z":0.92},"H11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":11.24,"z":0.92},"A12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":74.24,"z":0.92},"B12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":65.24,"z":0.92},"C12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":56.24,"z":0.92},"D12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":47.24,"z":0.92},"E12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":38.24,"z":0.92},"F12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":29.24,"z":0.92},"G12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":20.24,"z":0.92},"H12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":11.24,"z":0.92}},"groups":[{"metadata":{"wellBottomShape":"v"},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":false,"isMagneticModuleCompatible":true,"magneticModuleEngageHeight":20,"loadName":"nest_96_wellplate_100ul_pcr_full_skirt"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":{"ordering":[["A1","B1","C1","D1"],["A2","B2","C2","D2"],["A3","B3","C3","D3"],["A4","B4","C4","D4"],["A5","B5","C5","D5"],["A6","B6","C6","D6"]],"schemaVersion":2,"version":1,"namespace":"opentrons","metadata":{"displayName":"Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap","displayVolumeUnits":"mL","displayCategory":"aluminumBlock","tags":[]},"dimensions":{"xDimension":127.75,"yDimension":85.5,"zDimension":42},"parameters":{"format":"irregular","isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"opentrons_24_aluminumblock_generic_2ml_screwcap"},"wells":{"D1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":16.88,"z":6.7},"C1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":34.13,"z":6.7},"B1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":51.38,"z":6.7},"A1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":68.63,"z":6.7},"D2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":16.88,"z":6.7},"C2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":34.13,"z":6.7},"B2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":51.38,"z":6.7},"A2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":68.63,"z":6.7},"D3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":16.88,"z":6.7},"C3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":34.13,"z":6.7},"B3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":51.38,"z":6.7},"A3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":68.63,"z":6.7},"D4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":16.88,"z":6.7},"C4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":34.13,"z":6.7},"B4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":51.38,"z":6.7},"A4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":68.63,"z":6.7},"D5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":16.88,"z":6.7},"C5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":34.13,"z":6.7},"B5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":51.38,"z":6.7},"A5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":68.63,"z":6.7},"D6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":16.88,"z":6.7},"C6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":34.13,"z":6.7},"B6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":51.38,"z":6.7},"A6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":68.63,"z":6.7}},"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set"]},"groups":[{"wells":["A1","B1","C1","D1","A2","B2","C2","D2","A3","B3","C3","D3","A4","B4","C4","D4","A5","B5","C5","D5","A6","B6","C6","D6"],"metadata":{"displayName":"Generic 2 mL Screwcap","displayCategory":"tubeRack","wellBottomShape":"v"},"brand":{"brand":"generic","brandId":[],"links":[]}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}}},"schemaVersion":3,"commands":[{"command":"delay","params":{"message":"","wait":62}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"A1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":100,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":12.8}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":40,"labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A1","offsetFromBottomMm":0.5,"flowRate":46.43}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A1","offsetFromBottomMm":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":40,"labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A2","offsetFromBottomMm":0.5,"flowRate":46.43}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A2","offsetFromBottomMm":40}},{"command":"blowout","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1","flowRate":46.43,"offsetFromBottomMm":0}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}},{"command":"delay","params":{"message":"Wait until user intervention","wait":true}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"B1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"blowout","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1","flowRate":35,"offsetFromBottomMm":0}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":11.8}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"C1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"blowout","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1","flowRate":35,"offsetFromBottomMm":0}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":11.8}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}}]} \ No newline at end of file diff --git a/shared-data/protocol/fixtures/3/example_1_1_0MigratedFromV1_0_0.json b/protocol-designer/fixtures/protocol/3/example_1_1_0MigratedFromV1_0_0.json similarity index 100% rename from shared-data/protocol/fixtures/3/example_1_1_0MigratedFromV1_0_0.json rename to protocol-designer/fixtures/protocol/3/example_1_1_0MigratedFromV1_0_0.json diff --git a/shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json b/protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json similarity index 100% rename from shared-data/protocol/fixtures/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json rename to protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json diff --git a/protocol-designer/fixtures/protocol/4/doItAllV4.json b/protocol-designer/fixtures/protocol/4/doItAllV4.json new file mode 100644 index 00000000000..d7d93160294 --- /dev/null +++ b/protocol-designer/fixtures/protocol/4/doItAllV4.json @@ -0,0 +1 @@ +{"metadata":{"protocolName":"Do it all v4","author":"Fixture","description":"Test all v4 commands","created":1585930833548,"category":null,"subcategory":null,"tags":[]},"designerApplication":{"name":"opentrons/protocol-designer","version":"3.0.8","data":{"_internalAppBuildDate":"Thu, 02 Apr 2020 20:21:23 GMT","defaultValues":{"aspirate_mmFromBottom":1,"dispense_mmFromBottom":0.5,"touchTip_mmFromTop":-1,"blowout_mmFromTop":0},"pipetteTiprackAssignments":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":"opentrons/opentrons_96_tiprack_300ul/1"},"dismissedWarnings":{"form":{},"timeline":{}},"ingredients":{"0":{"name":"Water","description":null,"serialize":false,"liquidGroupId":"0"}},"ingredLocations":{"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"A1":{"0":{"volume":100}},"B1":{"0":{"volume":100}},"C1":{"0":{"volume":100}},"D1":{"0":{"volume":100}},"E1":{"0":{"volume":100}},"F1":{"0":{"volume":100}},"G1":{"0":{"volume":100}},"H1":{"0":{"volume":100}},"A2":{"0":{"volume":100}},"B2":{"0":{"volume":100}},"C2":{"0":{"volume":100}},"D2":{"0":{"volume":100}},"E2":{"0":{"volume":100}},"F2":{"0":{"volume":100}},"G2":{"0":{"volume":100}},"H2":{"0":{"volume":100}}}},"savedStepForms":{"__INITIAL_DECK_SETUP_STEP__":{"stepType":"manualIntervention","id":"__INITIAL_DECK_SETUP_STEP__","labwareLocationUpdate":{"trashId":"12","0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1":"2","1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType"},"pipetteLocationUpdate":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":"left"},"moduleLocationUpdate":{"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType":"1","0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType":"3"}},"2e48b500-75c7-11ea-b42f-4b64e50f43e5":{"id":"2e48b500-75c7-11ea-b42f-4b64e50f43e5","stepType":"magnet","stepName":"magnet","stepDetails":"","moduleId":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","magnetAction":"engage","engageHeight":"6"},"3153f930-75c7-11ea-b42f-4b64e50f43e5":{"id":"3153f930-75c7-11ea-b42f-4b64e50f43e5","stepType":"temperature","stepName":"temperature","stepDetails":"","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","setTemperature":"true","targetTemperature":"25"},"364a4480-75c7-11ea-b42f-4b64e50f43e5":{"id":"364a4480-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilTemperature","pauseHour":null,"pauseMinute":null,"pauseSecond":null,"pauseMessage":"","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","pauseTemperature":"25"},"3961e4c0-75c7-11ea-b42f-4b64e50f43e5":{"id":"3961e4c0-75c7-11ea-b42f-4b64e50f43e5","stepType":"moveLiquid","stepName":"transfer","stepDetails":"","pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":"30","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","aspirate_wells":["A1","B1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":1,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":0.5,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":"20","blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false},"4f4057e0-75c7-11ea-b42f-4b64e50f43e5":{"id":"4f4057e0-75c7-11ea-b42f-4b64e50f43e5","stepType":"magnet","stepName":"magnet","stepDetails":"","moduleId":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","magnetAction":"disengage","engageHeight":"6"},"54dc3200-75c7-11ea-b42f-4b64e50f43e5":{"id":"54dc3200-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilResume","pauseHour":null,"pauseMinute":null,"pauseSecond":null,"pauseMessage":"Wait until user intervention","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","pauseTemperature":null},"5db07ad0-75c7-11ea-b42f-4b64e50f43e5":{"id":"5db07ad0-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilTime","pauseHour":null,"pauseMinute":"1","pauseSecond":"2","pauseMessage":"","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","pauseTemperature":null},"80c00130-75c7-11ea-b42f-4b64e50f43e5":{"id":"80c00130-75c7-11ea-b42f-4b64e50f43e5","stepType":"temperature","stepName":"temperature","stepDetails":"","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","setTemperature":"false","targetTemperature":null}},"orderedStepIds":["2e48b500-75c7-11ea-b42f-4b64e50f43e5","3153f930-75c7-11ea-b42f-4b64e50f43e5","5db07ad0-75c7-11ea-b42f-4b64e50f43e5","3961e4c0-75c7-11ea-b42f-4b64e50f43e5","364a4480-75c7-11ea-b42f-4b64e50f43e5","4f4057e0-75c7-11ea-b42f-4b64e50f43e5","54dc3200-75c7-11ea-b42f-4b64e50f43e5","80c00130-75c7-11ea-b42f-4b64e50f43e5"]}},"robot":{"model":"OT-2 Standard"},"pipettes":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":{"mount":"left","name":"p300_single_gen2"}},"labware":{"trashId":{"slot":"12","displayName":"Trash","definitionId":"opentrons/opentrons_1_trash_1100ml_fixed/1"},"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1":{"slot":"2","displayName":"Opentrons 96 Tip Rack 300 µL","definitionId":"opentrons/opentrons_96_tiprack_300ul/1"},"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"slot":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","displayName":"NEST 96 Well Plate 100 µL PCR Full Skirt","definitionId":"opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1"},"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":{"slot":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","displayName":"Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap","definitionId":"opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1"}},"labwareDefinitions":{"opentrons/opentrons_1_trash_1100ml_fixed/1":{"ordering":[["A1"]],"metadata":{"displayCategory":"trash","displayVolumeUnits":"mL","displayName":"Opentrons Fixed Trash","tags":[]},"schemaVersion":2,"version":1,"namespace":"opentrons","dimensions":{"xDimension":172.86,"yDimension":165.86,"zDimension":82},"parameters":{"format":"trash","isTiprack":false,"loadName":"opentrons_1_trash_1100ml_fixed","isMagneticModuleCompatible":false,"quirks":["fixedTrash","centerMultichannelOnWells","touchTipDisabled"]},"wells":{"A1":{"shape":"rectangular","yDimension":165.67,"xDimension":107.11,"totalLiquidVolume":1100000,"depth":0,"x":82.84,"y":80,"z":82}},"brand":{"brand":"Opentrons"},"groups":[{"wells":["A1"],"metadata":{}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_96_tiprack_300ul/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-300ul-tips"]},"metadata":{"displayName":"Opentrons 96 Tip Rack 300 µL","displayCategory":"tipRack","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":64.49},"wells":{"A1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":74.24,"z":5.39},"B1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":65.24,"z":5.39},"C1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":56.24,"z":5.39},"D1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":47.24,"z":5.39},"E1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":38.24,"z":5.39},"F1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":29.24,"z":5.39},"G1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":20.24,"z":5.39},"H1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":11.24,"z":5.39},"A2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":74.24,"z":5.39},"B2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":65.24,"z":5.39},"C2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":56.24,"z":5.39},"D2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":47.24,"z":5.39},"E2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":38.24,"z":5.39},"F2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":29.24,"z":5.39},"G2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":20.24,"z":5.39},"H2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":11.24,"z":5.39},"A3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":74.24,"z":5.39},"B3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":65.24,"z":5.39},"C3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":56.24,"z":5.39},"D3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":47.24,"z":5.39},"E3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":38.24,"z":5.39},"F3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":29.24,"z":5.39},"G3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":20.24,"z":5.39},"H3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":11.24,"z":5.39},"A4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":74.24,"z":5.39},"B4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":65.24,"z":5.39},"C4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":56.24,"z":5.39},"D4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":47.24,"z":5.39},"E4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":38.24,"z":5.39},"F4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":29.24,"z":5.39},"G4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":20.24,"z":5.39},"H4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":11.24,"z":5.39},"A5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":74.24,"z":5.39},"B5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":65.24,"z":5.39},"C5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":56.24,"z":5.39},"D5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":47.24,"z":5.39},"E5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":38.24,"z":5.39},"F5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":29.24,"z":5.39},"G5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":20.24,"z":5.39},"H5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":11.24,"z":5.39},"A6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":74.24,"z":5.39},"B6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":65.24,"z":5.39},"C6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":56.24,"z":5.39},"D6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":47.24,"z":5.39},"E6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":38.24,"z":5.39},"F6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":29.24,"z":5.39},"G6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":20.24,"z":5.39},"H6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":11.24,"z":5.39},"A7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":74.24,"z":5.39},"B7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":65.24,"z":5.39},"C7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":56.24,"z":5.39},"D7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":47.24,"z":5.39},"E7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":38.24,"z":5.39},"F7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":29.24,"z":5.39},"G7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":20.24,"z":5.39},"H7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":11.24,"z":5.39},"A8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":74.24,"z":5.39},"B8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":65.24,"z":5.39},"C8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":56.24,"z":5.39},"D8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":47.24,"z":5.39},"E8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":38.24,"z":5.39},"F8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":29.24,"z":5.39},"G8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":20.24,"z":5.39},"H8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":11.24,"z":5.39},"A9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":74.24,"z":5.39},"B9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":65.24,"z":5.39},"C9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":56.24,"z":5.39},"D9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":47.24,"z":5.39},"E9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":38.24,"z":5.39},"F9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":29.24,"z":5.39},"G9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":20.24,"z":5.39},"H9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":11.24,"z":5.39},"A10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":74.24,"z":5.39},"B10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":65.24,"z":5.39},"C10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":56.24,"z":5.39},"D10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":47.24,"z":5.39},"E10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":38.24,"z":5.39},"F10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":29.24,"z":5.39},"G10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":20.24,"z":5.39},"H10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":11.24,"z":5.39},"A11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":74.24,"z":5.39},"B11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":65.24,"z":5.39},"C11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":56.24,"z":5.39},"D11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":47.24,"z":5.39},"E11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":38.24,"z":5.39},"F11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":29.24,"z":5.39},"G11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":20.24,"z":5.39},"H11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":11.24,"z":5.39},"A12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":74.24,"z":5.39},"B12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":65.24,"z":5.39},"C12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":56.24,"z":5.39},"D12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":47.24,"z":5.39},"E12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":38.24,"z":5.39},"F12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":29.24,"z":5.39},"G12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":20.24,"z":5.39},"H12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":11.24,"z":5.39}},"groups":[{"metadata":{},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":true,"tipLength":59.3,"tipOverlap":7.47,"isMagneticModuleCompatible":false,"loadName":"opentrons_96_tiprack_300ul"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"NEST","brandId":["402501"],"links":["http://www.cell-nest.com/page94?_l=en&product_id=97&product_category=96"]},"metadata":{"displayName":"NEST 96 Well Plate 100 µL PCR Full Skirt","displayCategory":"wellPlate","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":15.7},"wells":{"A1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":74.24,"z":0.92},"B1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":65.24,"z":0.92},"C1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":56.24,"z":0.92},"D1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":47.24,"z":0.92},"E1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":38.24,"z":0.92},"F1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":29.24,"z":0.92},"G1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":20.24,"z":0.92},"H1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":11.24,"z":0.92},"A2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":74.24,"z":0.92},"B2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":65.24,"z":0.92},"C2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":56.24,"z":0.92},"D2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":47.24,"z":0.92},"E2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":38.24,"z":0.92},"F2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":29.24,"z":0.92},"G2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":20.24,"z":0.92},"H2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":11.24,"z":0.92},"A3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":74.24,"z":0.92},"B3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":65.24,"z":0.92},"C3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":56.24,"z":0.92},"D3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":47.24,"z":0.92},"E3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":38.24,"z":0.92},"F3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":29.24,"z":0.92},"G3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":20.24,"z":0.92},"H3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":11.24,"z":0.92},"A4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":74.24,"z":0.92},"B4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":65.24,"z":0.92},"C4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":56.24,"z":0.92},"D4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":47.24,"z":0.92},"E4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":38.24,"z":0.92},"F4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":29.24,"z":0.92},"G4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":20.24,"z":0.92},"H4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":11.24,"z":0.92},"A5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":74.24,"z":0.92},"B5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":65.24,"z":0.92},"C5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":56.24,"z":0.92},"D5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":47.24,"z":0.92},"E5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":38.24,"z":0.92},"F5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":29.24,"z":0.92},"G5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":20.24,"z":0.92},"H5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":11.24,"z":0.92},"A6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":74.24,"z":0.92},"B6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":65.24,"z":0.92},"C6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":56.24,"z":0.92},"D6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":47.24,"z":0.92},"E6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":38.24,"z":0.92},"F6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":29.24,"z":0.92},"G6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":20.24,"z":0.92},"H6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":11.24,"z":0.92},"A7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":74.24,"z":0.92},"B7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":65.24,"z":0.92},"C7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":56.24,"z":0.92},"D7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":47.24,"z":0.92},"E7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":38.24,"z":0.92},"F7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":29.24,"z":0.92},"G7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":20.24,"z":0.92},"H7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":11.24,"z":0.92},"A8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":74.24,"z":0.92},"B8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":65.24,"z":0.92},"C8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":56.24,"z":0.92},"D8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":47.24,"z":0.92},"E8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":38.24,"z":0.92},"F8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":29.24,"z":0.92},"G8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":20.24,"z":0.92},"H8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":11.24,"z":0.92},"A9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":74.24,"z":0.92},"B9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":65.24,"z":0.92},"C9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":56.24,"z":0.92},"D9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":47.24,"z":0.92},"E9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":38.24,"z":0.92},"F9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":29.24,"z":0.92},"G9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":20.24,"z":0.92},"H9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":11.24,"z":0.92},"A10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":74.24,"z":0.92},"B10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":65.24,"z":0.92},"C10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":56.24,"z":0.92},"D10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":47.24,"z":0.92},"E10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":38.24,"z":0.92},"F10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":29.24,"z":0.92},"G10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":20.24,"z":0.92},"H10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":11.24,"z":0.92},"A11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":74.24,"z":0.92},"B11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":65.24,"z":0.92},"C11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":56.24,"z":0.92},"D11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":47.24,"z":0.92},"E11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":38.24,"z":0.92},"F11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":29.24,"z":0.92},"G11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":20.24,"z":0.92},"H11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":11.24,"z":0.92},"A12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":74.24,"z":0.92},"B12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":65.24,"z":0.92},"C12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":56.24,"z":0.92},"D12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":47.24,"z":0.92},"E12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":38.24,"z":0.92},"F12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":29.24,"z":0.92},"G12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":20.24,"z":0.92},"H12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":11.24,"z":0.92}},"groups":[{"metadata":{"wellBottomShape":"v"},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":false,"isMagneticModuleCompatible":true,"magneticModuleEngageHeight":20,"loadName":"nest_96_wellplate_100ul_pcr_full_skirt"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":{"ordering":[["A1","B1","C1","D1"],["A2","B2","C2","D2"],["A3","B3","C3","D3"],["A4","B4","C4","D4"],["A5","B5","C5","D5"],["A6","B6","C6","D6"]],"schemaVersion":2,"version":1,"namespace":"opentrons","metadata":{"displayName":"Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap","displayVolumeUnits":"mL","displayCategory":"aluminumBlock","tags":[]},"dimensions":{"xDimension":127.75,"yDimension":85.5,"zDimension":42},"parameters":{"format":"irregular","isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"opentrons_24_aluminumblock_generic_2ml_screwcap"},"wells":{"D1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":16.88,"z":6.7},"C1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":34.13,"z":6.7},"B1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":51.38,"z":6.7},"A1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":68.63,"z":6.7},"D2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":16.88,"z":6.7},"C2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":34.13,"z":6.7},"B2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":51.38,"z":6.7},"A2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":68.63,"z":6.7},"D3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":16.88,"z":6.7},"C3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":34.13,"z":6.7},"B3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":51.38,"z":6.7},"A3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":68.63,"z":6.7},"D4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":16.88,"z":6.7},"C4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":34.13,"z":6.7},"B4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":51.38,"z":6.7},"A4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":68.63,"z":6.7},"D5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":16.88,"z":6.7},"C5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":34.13,"z":6.7},"B5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":51.38,"z":6.7},"A5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":68.63,"z":6.7},"D6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":16.88,"z":6.7},"C6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":34.13,"z":6.7},"B6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":51.38,"z":6.7},"A6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":68.63,"z":6.7}},"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set"]},"groups":[{"wells":["A1","B1","C1","D1","A2","B2","C2","D2","A3","B3","C3","D3","A4","B4","C4","D4","A5","B5","C5","D5","A6","B6","C6","D6"],"metadata":{"displayName":"Generic 2 mL Screwcap","displayCategory":"tubeRack","wellBottomShape":"v"},"brand":{"brand":"generic","brandId":[],"links":[]}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}}},"$otSharedSchema":"#/protocol/schemas/4","schemaVersion":4,"modules":{"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType":{"slot":"1","model":"magneticModuleV2"},"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType":{"slot":"3","model":"temperatureModuleV2"}},"commands":[{"command":"magneticModule/engageMagnet","params":{"module":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","engageHeight":6}},{"command":"temperatureModule/setTargetTemperature","params":{"module":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","temperature":25}},{"command":"delay","params":{"message":"","wait":62}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"A1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A1","offsetFromBottomMm":0.5,"flowRate":46.43}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"B1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"B1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A1","offsetFromBottomMm":0.5,"flowRate":46.43}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}},{"command":"temperatureModule/awaitTemperature","params":{"module":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","temperature":25}},{"command":"magneticModule/disengageMagnet","params":{"module":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType"}},{"command":"delay","params":{"message":"Wait until user intervention","wait":true}},{"command":"temperatureModule/deactivate","params":{"module":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType"}}]} \ No newline at end of file diff --git a/protocol-designer/src/load-file/__tests__/proceduresMatchSnapshots.test.js b/protocol-designer/src/load-file/__tests__/proceduresMatchSnapshots.test.js deleted file mode 100644 index 08bba62bd07..00000000000 --- a/protocol-designer/src/load-file/__tests__/proceduresMatchSnapshots.test.js +++ /dev/null @@ -1,49 +0,0 @@ -// strip 'procedure' from PD JSON protocol file and expect it to be output -// exactly the same, given everything else in the protocol file -import path from 'path' -// import { configureStore } from '../../configureStore' -// import { selectors as fileDataSelectors } from '../../file-data' -// import { actions as loadFileActions } from '../index' - -jest.mock('../../labware-defs/utils') - -function makeTestCaseFromFixture(fileName) { - const fullFile = require(path.join( - __dirname, - './fixtures/throughMigrationV0', - fileName - )) - const inputFile = { ...fullFile, procedure: [] } - const expectedProcedure = fullFile.procedure - return { inputFile, expectedProcedure } -} - -const fixtures = [ - { - testName: 'empty case: {}', - inputFile: {}, - expectedProcedure: [], - }, - { - testName: 'minimal case: single pre-flexible-step transfer', - ...makeTestCaseFromFixture('minimalProtocolOldTransfer.json'), - }, - { - testName: - 'pre-flexible-step grandfathered do-it-all QA protocol (saved off 2b331961cb3629192d804224d8c10490d69838bd 2019-01-24)', - ...makeTestCaseFromFixture('preFlexGrandfatheredProtocol.json'), - }, -] - -// TODO(IL, 2020-02-28): restore these tests, maybe as e2e. See #5123 -describe('snapshot integration test: JSON protocol fixture to procedures', () => { - it.todo('TODO') - fixtures.forEach(({ testName, inputFile, expectedProcedure }) => { - // test.todo(testName, () => { - // const store = configureStore() - // store.dispatch(loadFileActions.loadFileAction(inputFile)) - // const outputFile = fileDataSelectors.createFile(store.getState()) - // expect(outputFile.procedure).toEqual(expectedProcedure) - // }) - }) -}) diff --git a/protocol-designer/src/load-file/migration/__tests__/1_1_0.test.js b/protocol-designer/src/load-file/migration/__tests__/1_1_0.test.js index 89b5f793c84..3bb92748408 100644 --- a/protocol-designer/src/load-file/migration/__tests__/1_1_0.test.js +++ b/protocol-designer/src/load-file/migration/__tests__/1_1_0.test.js @@ -1,7 +1,7 @@ import omit from 'lodash/omit' import mapValues from 'lodash/mapValues' import each from 'lodash/each' -import oldProtocol from '../../__tests__/fixtures/throughMigrationV0/doItAll.json' +import oldProtocol from '../../../../fixtures/1/doItAll.json' import { renameOrderedSteps, addInitialDeckSetupStep, From 10ee411dda8d299380980364fa0409f0f8dd5e0c Mon Sep 17 00:00:00 2001 From: IanLondon Date: Fri, 3 Apr 2020 15:36:52 -0400 Subject: [PATCH 4/8] format JSON new fixtures --- .../fixtures/protocol/3/doItAllV3.json | 2899 ++++++- ...andfatheredProtocolMigratedFromV1_0_0.json | 7625 ++++++++++++++++- .../fixtures/protocol/4/doItAllV4.json | 2720 +++++- .../migration/__tests__/1_1_0.test.js | 2 +- .../migration/__tests__/3_0_0.test.js | 2 +- 5 files changed, 13243 insertions(+), 5 deletions(-) diff --git a/protocol-designer/fixtures/protocol/3/doItAllV3.json b/protocol-designer/fixtures/protocol/3/doItAllV3.json index 4d532a9f28a..78c9bbe8164 100644 --- a/protocol-designer/fixtures/protocol/3/doItAllV3.json +++ b/protocol-designer/fixtures/protocol/3/doItAllV3.json @@ -1 +1,2898 @@ -{"metadata":{"protocolName":"Do it all v3","author":"Fixture","description":"Test all v3 commands","created":1585930833548,"category":null,"subcategory":null,"tags":[]},"designerApplication":{"name":"opentrons/protocol-designer","version":"3.0.8","data":{"_internalAppBuildDate":"Thu, 02 Apr 2020 20:21:23 GMT","defaultValues":{"aspirate_mmFromBottom":1,"dispense_mmFromBottom":0.5,"touchTip_mmFromTop":-1,"blowout_mmFromTop":0},"pipetteTiprackAssignments":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":"opentrons/opentrons_96_tiprack_300ul/1"},"dismissedWarnings":{"form":{},"timeline":{}},"ingredients":{"0":{"name":"Water","description":null,"serialize":false,"liquidGroupId":"0"}},"ingredLocations":{"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"A1":{"0":{"volume":100}},"B1":{"0":{"volume":100}},"C1":{"0":{"volume":100}},"D1":{"0":{"volume":100}},"E1":{"0":{"volume":100}},"F1":{"0":{"volume":100}},"G1":{"0":{"volume":100}},"H1":{"0":{"volume":100}},"A2":{"0":{"volume":100}},"B2":{"0":{"volume":100}},"C2":{"0":{"volume":100}},"D2":{"0":{"volume":100}},"E2":{"0":{"volume":100}},"F2":{"0":{"volume":100}},"G2":{"0":{"volume":100}},"H2":{"0":{"volume":100}}}},"savedStepForms":{"__INITIAL_DECK_SETUP_STEP__":{"stepType":"manualIntervention","id":"__INITIAL_DECK_SETUP_STEP__","labwareLocationUpdate":{"trashId":"12","0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1":"2","1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":"1","21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":"3"},"pipetteLocationUpdate":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":"left"},"moduleLocationUpdate":{}},"3961e4c0-75c7-11ea-b42f-4b64e50f43e5":{"id":"3961e4c0-75c7-11ea-b42f-4b64e50f43e5","stepType":"moveLiquid","stepName":"transfer","stepDetails":"","pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":"40","changeTip":"always","path":"multiDispense","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"2","aspirate_mix_volume":"30","aspirate_mmFromBottom":1,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","dispense_wells":["A1","A2"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":0.5,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":true,"disposalVolume_volume":"20","blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"dispense_touchTip_mmFromBottom":40,"aspirate_touchTip_mmFromBottom":12.8},"54dc3200-75c7-11ea-b42f-4b64e50f43e5":{"id":"54dc3200-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilResume","pauseHour":null,"pauseMinute":null,"pauseSecond":null,"pauseMessage":"Wait until user intervention","moduleId":null,"pauseTemperature":null},"5db07ad0-75c7-11ea-b42f-4b64e50f43e5":{"id":"5db07ad0-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilTime","pauseHour":null,"pauseMinute":"1","pauseSecond":"2","pauseMessage":"","moduleId":null,"pauseTemperature":null},"a4cee9a0-75dc-11ea-b42f-4b64e50f43e5":{"id":"a4cee9a0-75dc-11ea-b42f-4b64e50f43e5","stepType":"mix","stepName":"mix","stepDetails":"","changeTip":"always","labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"trashId","mix_mmFromBottom":0.5,"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":"35","wells":["D2","E2"],"times":"3","aspirate_flowRate":40,"dispense_flowRate":35,"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":11.8}},"orderedStepIds":["5db07ad0-75c7-11ea-b42f-4b64e50f43e5","3961e4c0-75c7-11ea-b42f-4b64e50f43e5","54dc3200-75c7-11ea-b42f-4b64e50f43e5","a4cee9a0-75dc-11ea-b42f-4b64e50f43e5"]}},"robot":{"model":"OT-2 Standard"},"pipettes":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":{"mount":"left","name":"p300_single_gen2"}},"labware":{"trashId":{"slot":"12","displayName":"Trash","definitionId":"opentrons/opentrons_1_trash_1100ml_fixed/1"},"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1":{"slot":"2","displayName":"Opentrons 96 Tip Rack 300 µL","definitionId":"opentrons/opentrons_96_tiprack_300ul/1"},"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"slot":"1","displayName":"NEST 96 Well Plate 100 µL PCR Full Skirt","definitionId":"opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1"},"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":{"slot":"3","displayName":"Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap","definitionId":"opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1"}},"labwareDefinitions":{"opentrons/opentrons_1_trash_1100ml_fixed/1":{"ordering":[["A1"]],"metadata":{"displayCategory":"trash","displayVolumeUnits":"mL","displayName":"Opentrons Fixed Trash","tags":[]},"schemaVersion":2,"version":1,"namespace":"opentrons","dimensions":{"xDimension":172.86,"yDimension":165.86,"zDimension":82},"parameters":{"format":"trash","isTiprack":false,"loadName":"opentrons_1_trash_1100ml_fixed","isMagneticModuleCompatible":false,"quirks":["fixedTrash","centerMultichannelOnWells","touchTipDisabled"]},"wells":{"A1":{"shape":"rectangular","yDimension":165.67,"xDimension":107.11,"totalLiquidVolume":1100000,"depth":0,"x":82.84,"y":80,"z":82}},"brand":{"brand":"Opentrons"},"groups":[{"wells":["A1"],"metadata":{}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_96_tiprack_300ul/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-300ul-tips"]},"metadata":{"displayName":"Opentrons 96 Tip Rack 300 µL","displayCategory":"tipRack","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":64.49},"wells":{"A1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":74.24,"z":5.39},"B1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":65.24,"z":5.39},"C1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":56.24,"z":5.39},"D1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":47.24,"z":5.39},"E1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":38.24,"z":5.39},"F1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":29.24,"z":5.39},"G1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":20.24,"z":5.39},"H1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":11.24,"z":5.39},"A2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":74.24,"z":5.39},"B2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":65.24,"z":5.39},"C2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":56.24,"z":5.39},"D2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":47.24,"z":5.39},"E2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":38.24,"z":5.39},"F2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":29.24,"z":5.39},"G2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":20.24,"z":5.39},"H2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":11.24,"z":5.39},"A3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":74.24,"z":5.39},"B3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":65.24,"z":5.39},"C3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":56.24,"z":5.39},"D3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":47.24,"z":5.39},"E3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":38.24,"z":5.39},"F3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":29.24,"z":5.39},"G3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":20.24,"z":5.39},"H3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":11.24,"z":5.39},"A4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":74.24,"z":5.39},"B4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":65.24,"z":5.39},"C4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":56.24,"z":5.39},"D4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":47.24,"z":5.39},"E4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":38.24,"z":5.39},"F4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":29.24,"z":5.39},"G4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":20.24,"z":5.39},"H4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":11.24,"z":5.39},"A5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":74.24,"z":5.39},"B5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":65.24,"z":5.39},"C5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":56.24,"z":5.39},"D5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":47.24,"z":5.39},"E5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":38.24,"z":5.39},"F5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":29.24,"z":5.39},"G5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":20.24,"z":5.39},"H5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":11.24,"z":5.39},"A6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":74.24,"z":5.39},"B6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":65.24,"z":5.39},"C6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":56.24,"z":5.39},"D6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":47.24,"z":5.39},"E6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":38.24,"z":5.39},"F6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":29.24,"z":5.39},"G6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":20.24,"z":5.39},"H6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":11.24,"z":5.39},"A7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":74.24,"z":5.39},"B7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":65.24,"z":5.39},"C7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":56.24,"z":5.39},"D7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":47.24,"z":5.39},"E7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":38.24,"z":5.39},"F7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":29.24,"z":5.39},"G7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":20.24,"z":5.39},"H7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":11.24,"z":5.39},"A8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":74.24,"z":5.39},"B8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":65.24,"z":5.39},"C8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":56.24,"z":5.39},"D8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":47.24,"z":5.39},"E8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":38.24,"z":5.39},"F8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":29.24,"z":5.39},"G8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":20.24,"z":5.39},"H8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":11.24,"z":5.39},"A9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":74.24,"z":5.39},"B9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":65.24,"z":5.39},"C9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":56.24,"z":5.39},"D9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":47.24,"z":5.39},"E9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":38.24,"z":5.39},"F9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":29.24,"z":5.39},"G9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":20.24,"z":5.39},"H9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":11.24,"z":5.39},"A10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":74.24,"z":5.39},"B10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":65.24,"z":5.39},"C10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":56.24,"z":5.39},"D10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":47.24,"z":5.39},"E10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":38.24,"z":5.39},"F10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":29.24,"z":5.39},"G10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":20.24,"z":5.39},"H10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":11.24,"z":5.39},"A11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":74.24,"z":5.39},"B11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":65.24,"z":5.39},"C11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":56.24,"z":5.39},"D11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":47.24,"z":5.39},"E11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":38.24,"z":5.39},"F11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":29.24,"z":5.39},"G11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":20.24,"z":5.39},"H11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":11.24,"z":5.39},"A12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":74.24,"z":5.39},"B12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":65.24,"z":5.39},"C12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":56.24,"z":5.39},"D12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":47.24,"z":5.39},"E12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":38.24,"z":5.39},"F12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":29.24,"z":5.39},"G12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":20.24,"z":5.39},"H12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":11.24,"z":5.39}},"groups":[{"metadata":{},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":true,"tipLength":59.3,"tipOverlap":7.47,"isMagneticModuleCompatible":false,"loadName":"opentrons_96_tiprack_300ul"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"NEST","brandId":["402501"],"links":["http://www.cell-nest.com/page94?_l=en&product_id=97&product_category=96"]},"metadata":{"displayName":"NEST 96 Well Plate 100 µL PCR Full Skirt","displayCategory":"wellPlate","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":15.7},"wells":{"A1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":74.24,"z":0.92},"B1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":65.24,"z":0.92},"C1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":56.24,"z":0.92},"D1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":47.24,"z":0.92},"E1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":38.24,"z":0.92},"F1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":29.24,"z":0.92},"G1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":20.24,"z":0.92},"H1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":11.24,"z":0.92},"A2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":74.24,"z":0.92},"B2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":65.24,"z":0.92},"C2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":56.24,"z":0.92},"D2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":47.24,"z":0.92},"E2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":38.24,"z":0.92},"F2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":29.24,"z":0.92},"G2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":20.24,"z":0.92},"H2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":11.24,"z":0.92},"A3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":74.24,"z":0.92},"B3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":65.24,"z":0.92},"C3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":56.24,"z":0.92},"D3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":47.24,"z":0.92},"E3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":38.24,"z":0.92},"F3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":29.24,"z":0.92},"G3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":20.24,"z":0.92},"H3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":11.24,"z":0.92},"A4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":74.24,"z":0.92},"B4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":65.24,"z":0.92},"C4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":56.24,"z":0.92},"D4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":47.24,"z":0.92},"E4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":38.24,"z":0.92},"F4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":29.24,"z":0.92},"G4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":20.24,"z":0.92},"H4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":11.24,"z":0.92},"A5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":74.24,"z":0.92},"B5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":65.24,"z":0.92},"C5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":56.24,"z":0.92},"D5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":47.24,"z":0.92},"E5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":38.24,"z":0.92},"F5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":29.24,"z":0.92},"G5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":20.24,"z":0.92},"H5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":11.24,"z":0.92},"A6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":74.24,"z":0.92},"B6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":65.24,"z":0.92},"C6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":56.24,"z":0.92},"D6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":47.24,"z":0.92},"E6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":38.24,"z":0.92},"F6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":29.24,"z":0.92},"G6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":20.24,"z":0.92},"H6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":11.24,"z":0.92},"A7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":74.24,"z":0.92},"B7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":65.24,"z":0.92},"C7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":56.24,"z":0.92},"D7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":47.24,"z":0.92},"E7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":38.24,"z":0.92},"F7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":29.24,"z":0.92},"G7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":20.24,"z":0.92},"H7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":11.24,"z":0.92},"A8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":74.24,"z":0.92},"B8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":65.24,"z":0.92},"C8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":56.24,"z":0.92},"D8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":47.24,"z":0.92},"E8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":38.24,"z":0.92},"F8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":29.24,"z":0.92},"G8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":20.24,"z":0.92},"H8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":11.24,"z":0.92},"A9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":74.24,"z":0.92},"B9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":65.24,"z":0.92},"C9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":56.24,"z":0.92},"D9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":47.24,"z":0.92},"E9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":38.24,"z":0.92},"F9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":29.24,"z":0.92},"G9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":20.24,"z":0.92},"H9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":11.24,"z":0.92},"A10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":74.24,"z":0.92},"B10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":65.24,"z":0.92},"C10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":56.24,"z":0.92},"D10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":47.24,"z":0.92},"E10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":38.24,"z":0.92},"F10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":29.24,"z":0.92},"G10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":20.24,"z":0.92},"H10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":11.24,"z":0.92},"A11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":74.24,"z":0.92},"B11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":65.24,"z":0.92},"C11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":56.24,"z":0.92},"D11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":47.24,"z":0.92},"E11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":38.24,"z":0.92},"F11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":29.24,"z":0.92},"G11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":20.24,"z":0.92},"H11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":11.24,"z":0.92},"A12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":74.24,"z":0.92},"B12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":65.24,"z":0.92},"C12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":56.24,"z":0.92},"D12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":47.24,"z":0.92},"E12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":38.24,"z":0.92},"F12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":29.24,"z":0.92},"G12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":20.24,"z":0.92},"H12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":11.24,"z":0.92}},"groups":[{"metadata":{"wellBottomShape":"v"},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":false,"isMagneticModuleCompatible":true,"magneticModuleEngageHeight":20,"loadName":"nest_96_wellplate_100ul_pcr_full_skirt"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":{"ordering":[["A1","B1","C1","D1"],["A2","B2","C2","D2"],["A3","B3","C3","D3"],["A4","B4","C4","D4"],["A5","B5","C5","D5"],["A6","B6","C6","D6"]],"schemaVersion":2,"version":1,"namespace":"opentrons","metadata":{"displayName":"Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap","displayVolumeUnits":"mL","displayCategory":"aluminumBlock","tags":[]},"dimensions":{"xDimension":127.75,"yDimension":85.5,"zDimension":42},"parameters":{"format":"irregular","isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"opentrons_24_aluminumblock_generic_2ml_screwcap"},"wells":{"D1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":16.88,"z":6.7},"C1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":34.13,"z":6.7},"B1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":51.38,"z":6.7},"A1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":68.63,"z":6.7},"D2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":16.88,"z":6.7},"C2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":34.13,"z":6.7},"B2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":51.38,"z":6.7},"A2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":68.63,"z":6.7},"D3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":16.88,"z":6.7},"C3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":34.13,"z":6.7},"B3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":51.38,"z":6.7},"A3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":68.63,"z":6.7},"D4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":16.88,"z":6.7},"C4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":34.13,"z":6.7},"B4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":51.38,"z":6.7},"A4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":68.63,"z":6.7},"D5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":16.88,"z":6.7},"C5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":34.13,"z":6.7},"B5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":51.38,"z":6.7},"A5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":68.63,"z":6.7},"D6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":16.88,"z":6.7},"C6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":34.13,"z":6.7},"B6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":51.38,"z":6.7},"A6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":68.63,"z":6.7}},"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set"]},"groups":[{"wells":["A1","B1","C1","D1","A2","B2","C2","D2","A3","B3","C3","D3","A4","B4","C4","D4","A5","B5","C5","D5","A6","B6","C6","D6"],"metadata":{"displayName":"Generic 2 mL Screwcap","displayCategory":"tubeRack","wellBottomShape":"v"},"brand":{"brand":"generic","brandId":[],"links":[]}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}}},"schemaVersion":3,"commands":[{"command":"delay","params":{"message":"","wait":62}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"A1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":100,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":12.8}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":40,"labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A1","offsetFromBottomMm":0.5,"flowRate":46.43}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A1","offsetFromBottomMm":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":40,"labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A2","offsetFromBottomMm":0.5,"flowRate":46.43}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A2","offsetFromBottomMm":40}},{"command":"blowout","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1","flowRate":46.43,"offsetFromBottomMm":0}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}},{"command":"delay","params":{"message":"Wait until user intervention","wait":true}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"B1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"blowout","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1","flowRate":35,"offsetFromBottomMm":0}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"D2","offsetFromBottomMm":11.8}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"C1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":40}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":35,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":0.5,"flowRate":35}},{"command":"blowout","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1","flowRate":35,"offsetFromBottomMm":0}},{"command":"touchTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"E2","offsetFromBottomMm":11.8}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}}]} \ No newline at end of file +{ + "metadata": { + "protocolName": "Do it all v3", + "author": "Fixture", + "description": "Test all v3 commands", + "created": 1585930833548, + "category": null, + "subcategory": null, + "tags": [] + }, + "designerApplication": { + "name": "opentrons/protocol-designer", + "version": "3.0.8", + "data": { + "_internalAppBuildDate": "Thu, 02 Apr 2020 20:21:23 GMT", + "defaultValues": { + "aspirate_mmFromBottom": 1, + "dispense_mmFromBottom": 0.5, + "touchTip_mmFromTop": -1, + "blowout_mmFromTop": 0 + }, + "pipetteTiprackAssignments": { + "0b3f2210-75c7-11ea-b42f-4b64e50f43e5": "opentrons/opentrons_96_tiprack_300ul/1" + }, + "dismissedWarnings": { "form": {}, "timeline": {} }, + "ingredients": { + "0": { + "name": "Water", + "description": null, + "serialize": false, + "liquidGroupId": "0" + } + }, + "ingredLocations": { + "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1": { + "A1": { "0": { "volume": 100 } }, + "B1": { "0": { "volume": 100 } }, + "C1": { "0": { "volume": 100 } }, + "D1": { "0": { "volume": 100 } }, + "E1": { "0": { "volume": 100 } }, + "F1": { "0": { "volume": 100 } }, + "G1": { "0": { "volume": 100 } }, + "H1": { "0": { "volume": 100 } }, + "A2": { "0": { "volume": 100 } }, + "B2": { "0": { "volume": 100 } }, + "C2": { "0": { "volume": 100 } }, + "D2": { "0": { "volume": 100 } }, + "E2": { "0": { "volume": 100 } }, + "F2": { "0": { "volume": 100 } }, + "G2": { "0": { "volume": 100 } }, + "H2": { "0": { "volume": 100 } } + } + }, + "savedStepForms": { + "__INITIAL_DECK_SETUP_STEP__": { + "stepType": "manualIntervention", + "id": "__INITIAL_DECK_SETUP_STEP__", + "labwareLocationUpdate": { + "trashId": "12", + "0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1": "2", + "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1": "1", + "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1": "3" + }, + "pipetteLocationUpdate": { + "0b3f2210-75c7-11ea-b42f-4b64e50f43e5": "left" + }, + "moduleLocationUpdate": {} + }, + "3961e4c0-75c7-11ea-b42f-4b64e50f43e5": { + "id": "3961e4c0-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "moveLiquid", + "stepName": "transfer", + "stepDetails": "", + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": "40", + "changeTip": "always", + "path": "multiDispense", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": true, + "aspirate_mix_times": "2", + "aspirate_mix_volume": "30", + "aspirate_mmFromBottom": 1, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1", + "dispense_wells": ["A1", "A2"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": 0.5, + "dispense_touchTip_checkbox": true, + "disposalVolume_checkbox": true, + "disposalVolume_volume": "20", + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "dispense_touchTip_mmFromBottom": 40, + "aspirate_touchTip_mmFromBottom": 12.8 + }, + "54dc3200-75c7-11ea-b42f-4b64e50f43e5": { + "id": "54dc3200-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "pause", + "stepName": "pause", + "stepDetails": "", + "pauseForAmountOfTime": "untilResume", + "pauseHour": null, + "pauseMinute": null, + "pauseSecond": null, + "pauseMessage": "Wait until user intervention", + "moduleId": null, + "pauseTemperature": null + }, + "5db07ad0-75c7-11ea-b42f-4b64e50f43e5": { + "id": "5db07ad0-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "pause", + "stepName": "pause", + "stepDetails": "", + "pauseForAmountOfTime": "untilTime", + "pauseHour": null, + "pauseMinute": "1", + "pauseSecond": "2", + "pauseMessage": "", + "moduleId": null, + "pauseTemperature": null + }, + "a4cee9a0-75dc-11ea-b42f-4b64e50f43e5": { + "id": "a4cee9a0-75dc-11ea-b42f-4b64e50f43e5", + "stepType": "mix", + "stepName": "mix", + "stepDetails": "", + "changeTip": "always", + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": true, + "blowout_location": "trashId", + "mix_mmFromBottom": 0.5, + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": "35", + "wells": ["D2", "E2"], + "times": "3", + "aspirate_flowRate": 40, + "dispense_flowRate": 35, + "mix_touchTip_checkbox": true, + "mix_touchTip_mmFromBottom": 11.8 + } + }, + "orderedStepIds": [ + "5db07ad0-75c7-11ea-b42f-4b64e50f43e5", + "3961e4c0-75c7-11ea-b42f-4b64e50f43e5", + "54dc3200-75c7-11ea-b42f-4b64e50f43e5", + "a4cee9a0-75dc-11ea-b42f-4b64e50f43e5" + ] + } + }, + "robot": { "model": "OT-2 Standard" }, + "pipettes": { + "0b3f2210-75c7-11ea-b42f-4b64e50f43e5": { + "mount": "left", + "name": "p300_single_gen2" + } + }, + "labware": { + "trashId": { + "slot": "12", + "displayName": "Trash", + "definitionId": "opentrons/opentrons_1_trash_1100ml_fixed/1" + }, + "0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1": { + "slot": "2", + "displayName": "Opentrons 96 Tip Rack 300 µL", + "definitionId": "opentrons/opentrons_96_tiprack_300ul/1" + }, + "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1": { + "slot": "1", + "displayName": "NEST 96 Well Plate 100 µL PCR Full Skirt", + "definitionId": "opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1" + }, + "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1": { + "slot": "3", + "displayName": "Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap", + "definitionId": "opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1" + } + }, + "labwareDefinitions": { + "opentrons/opentrons_1_trash_1100ml_fixed/1": { + "ordering": [["A1"]], + "metadata": { + "displayCategory": "trash", + "displayVolumeUnits": "mL", + "displayName": "Opentrons Fixed Trash", + "tags": [] + }, + "schemaVersion": 2, + "version": 1, + "namespace": "opentrons", + "dimensions": { + "xDimension": 172.86, + "yDimension": 165.86, + "zDimension": 82 + }, + "parameters": { + "format": "trash", + "isTiprack": false, + "loadName": "opentrons_1_trash_1100ml_fixed", + "isMagneticModuleCompatible": false, + "quirks": [ + "fixedTrash", + "centerMultichannelOnWells", + "touchTipDisabled" + ] + }, + "wells": { + "A1": { + "shape": "rectangular", + "yDimension": 165.67, + "xDimension": 107.11, + "totalLiquidVolume": 1100000, + "depth": 0, + "x": 82.84, + "y": 80, + "z": 82 + } + }, + "brand": { "brand": "Opentrons" }, + "groups": [{ "wells": ["A1"], "metadata": {} }], + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/opentrons_96_tiprack_300ul/1": { + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-300ul-tips" + ] + }, + "metadata": { + "displayName": "Opentrons 96 Tip Rack 300 µL", + "displayCategory": "tipRack", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 64.49 + }, + "wells": { + "A1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 74.24, + "z": 5.39 + }, + "B1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 65.24, + "z": 5.39 + }, + "C1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 56.24, + "z": 5.39 + }, + "D1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 47.24, + "z": 5.39 + }, + "E1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 38.24, + "z": 5.39 + }, + "F1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 29.24, + "z": 5.39 + }, + "G1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 20.24, + "z": 5.39 + }, + "H1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 11.24, + "z": 5.39 + }, + "A2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 74.24, + "z": 5.39 + }, + "B2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 65.24, + "z": 5.39 + }, + "C2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 56.24, + "z": 5.39 + }, + "D2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 47.24, + "z": 5.39 + }, + "E2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 38.24, + "z": 5.39 + }, + "F2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 29.24, + "z": 5.39 + }, + "G2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 20.24, + "z": 5.39 + }, + "H2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 11.24, + "z": 5.39 + }, + "A3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 74.24, + "z": 5.39 + }, + "B3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 65.24, + "z": 5.39 + }, + "C3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 56.24, + "z": 5.39 + }, + "D3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 47.24, + "z": 5.39 + }, + "E3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 38.24, + "z": 5.39 + }, + "F3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 29.24, + "z": 5.39 + }, + "G3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 20.24, + "z": 5.39 + }, + "H3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 11.24, + "z": 5.39 + }, + "A4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 74.24, + "z": 5.39 + }, + "B4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 65.24, + "z": 5.39 + }, + "C4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 56.24, + "z": 5.39 + }, + "D4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 47.24, + "z": 5.39 + }, + "E4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 38.24, + "z": 5.39 + }, + "F4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 29.24, + "z": 5.39 + }, + "G4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 20.24, + "z": 5.39 + }, + "H4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 11.24, + "z": 5.39 + }, + "A5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 74.24, + "z": 5.39 + }, + "B5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 65.24, + "z": 5.39 + }, + "C5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 56.24, + "z": 5.39 + }, + "D5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 47.24, + "z": 5.39 + }, + "E5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 38.24, + "z": 5.39 + }, + "F5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 29.24, + "z": 5.39 + }, + "G5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 20.24, + "z": 5.39 + }, + "H5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 11.24, + "z": 5.39 + }, + "A6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 74.24, + "z": 5.39 + }, + "B6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 65.24, + "z": 5.39 + }, + "C6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 56.24, + "z": 5.39 + }, + "D6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 47.24, + "z": 5.39 + }, + "E6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 38.24, + "z": 5.39 + }, + "F6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 29.24, + "z": 5.39 + }, + "G6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 20.24, + "z": 5.39 + }, + "H6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 11.24, + "z": 5.39 + }, + "A7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 74.24, + "z": 5.39 + }, + "B7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 65.24, + "z": 5.39 + }, + "C7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 56.24, + "z": 5.39 + }, + "D7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 47.24, + "z": 5.39 + }, + "E7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 38.24, + "z": 5.39 + }, + "F7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 29.24, + "z": 5.39 + }, + "G7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 20.24, + "z": 5.39 + }, + "H7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 11.24, + "z": 5.39 + }, + "A8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 74.24, + "z": 5.39 + }, + "B8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 65.24, + "z": 5.39 + }, + "C8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 56.24, + "z": 5.39 + }, + "D8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 47.24, + "z": 5.39 + }, + "E8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 38.24, + "z": 5.39 + }, + "F8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 29.24, + "z": 5.39 + }, + "G8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 20.24, + "z": 5.39 + }, + "H8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 11.24, + "z": 5.39 + }, + "A9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 74.24, + "z": 5.39 + }, + "B9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 65.24, + "z": 5.39 + }, + "C9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 56.24, + "z": 5.39 + }, + "D9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 47.24, + "z": 5.39 + }, + "E9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 38.24, + "z": 5.39 + }, + "F9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 29.24, + "z": 5.39 + }, + "G9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 20.24, + "z": 5.39 + }, + "H9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 11.24, + "z": 5.39 + }, + "A10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 74.24, + "z": 5.39 + }, + "B10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 65.24, + "z": 5.39 + }, + "C10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 56.24, + "z": 5.39 + }, + "D10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 47.24, + "z": 5.39 + }, + "E10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 38.24, + "z": 5.39 + }, + "F10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 29.24, + "z": 5.39 + }, + "G10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 20.24, + "z": 5.39 + }, + "H10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 11.24, + "z": 5.39 + }, + "A11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 74.24, + "z": 5.39 + }, + "B11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 65.24, + "z": 5.39 + }, + "C11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 56.24, + "z": 5.39 + }, + "D11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 47.24, + "z": 5.39 + }, + "E11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 38.24, + "z": 5.39 + }, + "F11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 29.24, + "z": 5.39 + }, + "G11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 20.24, + "z": 5.39 + }, + "H11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 11.24, + "z": 5.39 + }, + "A12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 74.24, + "z": 5.39 + }, + "B12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 65.24, + "z": 5.39 + }, + "C12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 56.24, + "z": 5.39 + }, + "D12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 47.24, + "z": 5.39 + }, + "E12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 38.24, + "z": 5.39 + }, + "F12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 29.24, + "z": 5.39 + }, + "G12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 20.24, + "z": 5.39 + }, + "H12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 11.24, + "z": 5.39 + } + }, + "groups": [ + { + "metadata": {}, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": true, + "tipLength": 59.3, + "tipOverlap": 7.47, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_tiprack_300ul" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1": { + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "NEST", + "brandId": ["402501"], + "links": [ + "http://www.cell-nest.com/page94?_l=en&product_id=97&product_category=96" + ] + }, + "metadata": { + "displayName": "NEST 96 Well Plate 100 µL PCR Full Skirt", + "displayCategory": "wellPlate", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 15.7 + }, + "wells": { + "A1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 74.24, + "z": 0.92 + }, + "B1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 65.24, + "z": 0.92 + }, + "C1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 56.24, + "z": 0.92 + }, + "D1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 47.24, + "z": 0.92 + }, + "E1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 38.24, + "z": 0.92 + }, + "F1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 29.24, + "z": 0.92 + }, + "G1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 20.24, + "z": 0.92 + }, + "H1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 11.24, + "z": 0.92 + }, + "A2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 74.24, + "z": 0.92 + }, + "B2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 65.24, + "z": 0.92 + }, + "C2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 56.24, + "z": 0.92 + }, + "D2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 47.24, + "z": 0.92 + }, + "E2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 38.24, + "z": 0.92 + }, + "F2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 29.24, + "z": 0.92 + }, + "G2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 20.24, + "z": 0.92 + }, + "H2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 11.24, + "z": 0.92 + }, + "A3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 74.24, + "z": 0.92 + }, + "B3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 65.24, + "z": 0.92 + }, + "C3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 56.24, + "z": 0.92 + }, + "D3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 47.24, + "z": 0.92 + }, + "E3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 38.24, + "z": 0.92 + }, + "F3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 29.24, + "z": 0.92 + }, + "G3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 20.24, + "z": 0.92 + }, + "H3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 11.24, + "z": 0.92 + }, + "A4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 74.24, + "z": 0.92 + }, + "B4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 65.24, + "z": 0.92 + }, + "C4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 56.24, + "z": 0.92 + }, + "D4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 47.24, + "z": 0.92 + }, + "E4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 38.24, + "z": 0.92 + }, + "F4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 29.24, + "z": 0.92 + }, + "G4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 20.24, + "z": 0.92 + }, + "H4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 11.24, + "z": 0.92 + }, + "A5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 74.24, + "z": 0.92 + }, + "B5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 65.24, + "z": 0.92 + }, + "C5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 56.24, + "z": 0.92 + }, + "D5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 47.24, + "z": 0.92 + }, + "E5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 38.24, + "z": 0.92 + }, + "F5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 29.24, + "z": 0.92 + }, + "G5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 20.24, + "z": 0.92 + }, + "H5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 11.24, + "z": 0.92 + }, + "A6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 74.24, + "z": 0.92 + }, + "B6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 65.24, + "z": 0.92 + }, + "C6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 56.24, + "z": 0.92 + }, + "D6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 47.24, + "z": 0.92 + }, + "E6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 38.24, + "z": 0.92 + }, + "F6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 29.24, + "z": 0.92 + }, + "G6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 20.24, + "z": 0.92 + }, + "H6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 11.24, + "z": 0.92 + }, + "A7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 74.24, + "z": 0.92 + }, + "B7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 65.24, + "z": 0.92 + }, + "C7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 56.24, + "z": 0.92 + }, + "D7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 47.24, + "z": 0.92 + }, + "E7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 38.24, + "z": 0.92 + }, + "F7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 29.24, + "z": 0.92 + }, + "G7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 20.24, + "z": 0.92 + }, + "H7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 11.24, + "z": 0.92 + }, + "A8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 74.24, + "z": 0.92 + }, + "B8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 65.24, + "z": 0.92 + }, + "C8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 56.24, + "z": 0.92 + }, + "D8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 47.24, + "z": 0.92 + }, + "E8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 38.24, + "z": 0.92 + }, + "F8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 29.24, + "z": 0.92 + }, + "G8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 20.24, + "z": 0.92 + }, + "H8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 11.24, + "z": 0.92 + }, + "A9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 74.24, + "z": 0.92 + }, + "B9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 65.24, + "z": 0.92 + }, + "C9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 56.24, + "z": 0.92 + }, + "D9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 47.24, + "z": 0.92 + }, + "E9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 38.24, + "z": 0.92 + }, + "F9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 29.24, + "z": 0.92 + }, + "G9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 20.24, + "z": 0.92 + }, + "H9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 11.24, + "z": 0.92 + }, + "A10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 74.24, + "z": 0.92 + }, + "B10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 65.24, + "z": 0.92 + }, + "C10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 56.24, + "z": 0.92 + }, + "D10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 47.24, + "z": 0.92 + }, + "E10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 38.24, + "z": 0.92 + }, + "F10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 29.24, + "z": 0.92 + }, + "G10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 20.24, + "z": 0.92 + }, + "H10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 11.24, + "z": 0.92 + }, + "A11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 74.24, + "z": 0.92 + }, + "B11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 65.24, + "z": 0.92 + }, + "C11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 56.24, + "z": 0.92 + }, + "D11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 47.24, + "z": 0.92 + }, + "E11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 38.24, + "z": 0.92 + }, + "F11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 29.24, + "z": 0.92 + }, + "G11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 20.24, + "z": 0.92 + }, + "H11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 11.24, + "z": 0.92 + }, + "A12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 74.24, + "z": 0.92 + }, + "B12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 65.24, + "z": 0.92 + }, + "C12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 56.24, + "z": 0.92 + }, + "D12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 47.24, + "z": 0.92 + }, + "E12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 38.24, + "z": 0.92 + }, + "F12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 29.24, + "z": 0.92 + }, + "G12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 20.24, + "z": 0.92 + }, + "H12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 11.24, + "z": 0.92 + } + }, + "groups": [ + { + "metadata": { "wellBottomShape": "v" }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": true, + "magneticModuleEngageHeight": 20, + "loadName": "nest_96_wellplate_100ul_pcr_full_skirt" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1": { + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "schemaVersion": 2, + "version": 1, + "namespace": "opentrons", + "metadata": { + "displayName": "Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap", + "displayVolumeUnits": "mL", + "displayCategory": "aluminumBlock", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 42 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_aluminumblock_generic_2ml_screwcap" + }, + "wells": { + "D1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 16.88, + "z": 6.7 + }, + "C1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 34.13, + "z": 6.7 + }, + "B1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 51.38, + "z": 6.7 + }, + "A1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 68.63, + "z": 6.7 + }, + "D2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 16.88, + "z": 6.7 + }, + "C2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 34.13, + "z": 6.7 + }, + "B2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 51.38, + "z": 6.7 + }, + "A2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 68.63, + "z": 6.7 + }, + "D3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 16.88, + "z": 6.7 + }, + "C3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 34.13, + "z": 6.7 + }, + "B3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 51.38, + "z": 6.7 + }, + "A3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 68.63, + "z": 6.7 + }, + "D4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 16.88, + "z": 6.7 + }, + "C4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 34.13, + "z": 6.7 + }, + "B4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 51.38, + "z": 6.7 + }, + "A4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 68.63, + "z": 6.7 + }, + "D5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 16.88, + "z": 6.7 + }, + "C5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 34.13, + "z": 6.7 + }, + "B5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 51.38, + "z": 6.7 + }, + "A5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 68.63, + "z": 6.7 + }, + "D6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 16.88, + "z": 6.7 + }, + "C6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 34.13, + "z": 6.7 + }, + "B6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 51.38, + "z": 6.7 + }, + "A6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 68.63, + "z": 6.7 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ], + "metadata": { + "displayName": "Generic 2 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { "brand": "generic", "brandId": [], "links": [] } + } + ], + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + } + }, + "schemaVersion": 3, + "commands": [ + { "command": "delay", "params": { "message": "", "wait": 62 } }, + { + "command": "pickUpTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1", + "well": "A1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 30, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 46.43 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 30, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 46.43 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 30, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 46.43 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 30, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 46.43 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 100, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 46.43 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "A1", + "offsetFromBottomMm": 12.8 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 40, + "labware": "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1", + "well": "A1", + "offsetFromBottomMm": 0.5, + "flowRate": 46.43 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1", + "well": "A1", + "offsetFromBottomMm": 40 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 40, + "labware": "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1", + "well": "A2", + "offsetFromBottomMm": 0.5, + "flowRate": 46.43 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1", + "well": "A2", + "offsetFromBottomMm": 40 + } + }, + { + "command": "blowout", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "trashId", + "well": "A1", + "flowRate": 46.43, + "offsetFromBottomMm": 0 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "delay", + "params": { "message": "Wait until user intervention", "wait": true } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1", + "well": "B1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "D2", + "offsetFromBottomMm": 0.5, + "flowRate": 40 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "D2", + "offsetFromBottomMm": 0.5, + "flowRate": 35 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "D2", + "offsetFromBottomMm": 0.5, + "flowRate": 40 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "D2", + "offsetFromBottomMm": 0.5, + "flowRate": 35 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "D2", + "offsetFromBottomMm": 0.5, + "flowRate": 40 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "D2", + "offsetFromBottomMm": 0.5, + "flowRate": 35 + } + }, + { + "command": "blowout", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "trashId", + "well": "A1", + "flowRate": 35, + "offsetFromBottomMm": 0 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "D2", + "offsetFromBottomMm": 11.8 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1", + "well": "C1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "E2", + "offsetFromBottomMm": 0.5, + "flowRate": 40 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "E2", + "offsetFromBottomMm": 0.5, + "flowRate": 35 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "E2", + "offsetFromBottomMm": 0.5, + "flowRate": 40 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "E2", + "offsetFromBottomMm": 0.5, + "flowRate": 35 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "E2", + "offsetFromBottomMm": 0.5, + "flowRate": 40 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 35, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "E2", + "offsetFromBottomMm": 0.5, + "flowRate": 35 + } + }, + { + "command": "blowout", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "trashId", + "well": "A1", + "flowRate": 35, + "offsetFromBottomMm": 0 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "E2", + "offsetFromBottomMm": 11.8 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "trashId", + "well": "A1" + } + } + ] +} diff --git a/protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json b/protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json index 36e401e4ae9..a946a09a0f0 100644 --- a/protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json +++ b/protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json @@ -1 +1,7624 @@ -{"metadata":{"protocolName":"QA test protocol","author":"","description":"","created":1547476685921,"lastModified":1548867457108,"category":null,"subcategory":null,"tags":[]},"designerApplication":{"name":"opentrons/protocol-designer","version":"3.0.8","data":{"_internalAppBuildDate":"Thu, 02 Apr 2020 18:14:04 GMT","defaultValues":{"aspirate_mmFromBottom":1,"dispense_mmFromBottom":0.5,"touchTip_mmFromTop":-1,"blowout_mmFromTop":0},"pipetteTiprackAssignments":{"01217420-180a-11e9-9608-8bed9be8868f":"opentrons/opentrons_96_tiprack_10ul/1","01217421-180a-11e9-9608-8bed9be8868f":"opentrons/opentrons_96_tiprack_10ul/1"},"dismissedWarnings":{"form":{},"timeline":{}},"ingredients":{"0":{"name":"Liquid","description":null,"serialize":false,"liquidGroupId":"0"}},"ingredLocations":{"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row":{"A1":{"0":{"volume":12000}},"A2":{"0":{"volume":1200}},"A3":{"0":{"volume":1200}}},"cea1c650-1811-11e9-9608-8bed9be8868f":{}},"savedStepForms":{"__INITIAL_DECK_SETUP_STEP__":{"labwareLocationUpdate":{"trashId":"12","0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul":"1","0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row":"7","3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat":"8","cea1c650-1811-11e9-9608-8bed9be8868f":"2"},"pipetteLocationUpdate":{"01217420-180a-11e9-9608-8bed9be8868f":"left","01217421-180a-11e9-9608-8bed9be8868f":"right"},"moduleLocationUpdate":{},"stepType":"manualIntervention","id":"__INITIAL_DECK_SETUP_STEP__"},"3fcb79f0-180a-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"3fcb79f0-180a-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic Transfer","stepDetails":""},"4eab2790-180a-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":1,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["B1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"3","dispense_mix_volume":"5","dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"4eab2790-180a-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T misc. settings","stepDetails":"Pre-wet, touch tip, mix, blow out, new tip never"},"78502a50-180a-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":10,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":18,"aspirate_touchTip_checkbox":true,"dispense_flowRate":2,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["C1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"78502a50-180a-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T height & speed","stepDetails":"Asp should be half way to top and slow. Touch tip half way to top. Disp should be at the top and slow"},"3353af20-180b-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2","A3"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["D1","E1","F1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"3353af20-180b-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T change tip always","stepDetails":"Change tip always"},"5d0f4720-180b-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2","A3"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["G1","H1","A2"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"5d0f4720-180b-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T change tip once","stepDetails":"Change tip once"},"486cb9f0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A4","B4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"486cb9f0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic Distribute","stepDetails":""},"97f2d9a0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A5","B5"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"5","dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"97f2d9a0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D misc. settings","stepDetails":"pre-wet, touch tip, mix, NO disposal vol, change tip never. \nShould take 2 aspirates to complete. "},"aa2de740-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"aa2de740-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic Transfer","stepDetails":""},"b4ad20f0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":1,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"3","dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"b4ad20f0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T Misc. settings","stepDetails":"Pre-wet, touch tip, mix, blow out, new tip never"},"c07fdcb0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":18,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"c07fdcb0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T height & speed","stepDetails":"Asp should be half way to top and slow, Disp should be at the top and slow"},"cd20e4f0-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2","A3"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1","A2","A3"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"cd20e4f0-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T change tip always","stepDetails":"Change tip always"},"d8eb8a60-180c-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2","A3"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A1","A2","A3"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"d8eb8a60-180c-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"T change tip once","stepDetails":"Change tip once"},"516f2230-180d-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":20,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["C5","D5"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"516f2230-180d-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D Height & Speed","stepDetails":"Asp at halfway height slow. Touch tip at halfway height. Disp at halfway height fast. "},"48f0cc20-180e-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["E4","F4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"source_well","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"48f0cc20-180e-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D change tip always, disp vol sour","stepDetails":"Change tip always, disposal volume in source"},"dd0c4b50-180e-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["E4","F4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"dd0c4b50-180e-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D change tip once","stepDetails":""},"03e90650-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A3","A4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"03e90650-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic Distribute","stepDetails":""},"2c3a38e0-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A3","A4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"5","dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"2c3a38e0-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D misc. settings","stepDetails":"pre-wet, touch tip, mix, NO disposal vol, change tip never. \nShould take 2 aspirates to complete. "},"3d602d00-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"never","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":20,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A3","A4"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"3d602d00-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D Height & Speed","stepDetails":"Asp at halfway height slow. Touch tip at halfway height. Disp at halfway height fast. "},"483771c0-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A5","A6"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"source_well","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"483771c0-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D change tip always, disp vol sour","stepDetails":"Change tip always, disposal volume in source"},"58e92040-180f-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A7","A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":1,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"58e92040-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"D change tip once","stepDetails":""},"a898c0f0-180f-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"a898c0f0-180f-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic consolidate","stepDetails":""},"2c3fc1b0-1810-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"2","dispense_mix_volume":"2","dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"2c3fc1b0-1810-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C Misc settings","stepDetails":"Pre wet, touch tip, mix, change tip never, blow out trash"},"6ee38a60-1810-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":10,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":5,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"dest_well","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"6ee38a60-1810-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C Height & Speed","stepDetails":"Asp at half height, slow. touch tip at half height. Disp fast. Blow out dest. "},"a34a4e10-1810-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"a34a4e10-1810-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C change tip always","stepDetails":"change tip always"},"e76881c0-1810-11e9-9608-8bed9be8868f":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A9"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"e76881c0-1810-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C change tip once","stepDetails":"change tip once"},"872636d0-1811-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A9"],"mix_touchTip_mmFromBottom":null,"id":"872636d0-1811-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"Basic Mix","stepDetails":"","times":4},"984e26c0-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"984e26c0-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"Basic consolidate","stepDetails":""},"a0492690-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":true,"aspirate_mix_times":"3","aspirate_mix_volume":"3","aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":true,"dispense_mix_times":"2","dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":true,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"trashId","preWetTip":true,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"a0492690-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C Misc settings","stepDetails":"Pre wet, touch tip, mix, change tip never, blow out trash"},"a8f06bf0-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"5","changeTip":"never","path":"multiAspirate","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":"3","aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":true,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":10,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":true,"blowout_location":"dest_well","preWetTip":false,"aspirate_touchTip_mmFromBottom":20,"dispense_touchTip_mmFromBottom":null,"id":"a8f06bf0-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C Height & Speed","stepDetails":"Asp at half height, slow. touch tip at half height. Disp fast. Blow out dest. "},"b4a0f9b0-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"b4a0f9b0-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C change tip always","stepDetails":"change tip always"},"bd837350-1811-11e9-9608-8bed9be8868f":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"10","changeTip":"once","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","aspirate_wells":["A1","A2"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":null,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","dispense_wells":["A8"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":null,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":false,"disposalVolume_volume":null,"blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false,"aspirate_touchTip_mmFromBottom":null,"dispense_touchTip_mmFromBottom":null,"id":"bd837350-1811-11e9-9608-8bed9be8868f","stepType":"moveLiquid","stepName":"C change tip once","stepDetails":"change tip once"},"ef9327a0-1811-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A9"],"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":null,"id":"ef9327a0-1811-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M misc settings","stepDetails":"Blow out, touch tip","times":4},"07c41640-1812-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"dest_well","mix_mmFromBottom":5,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A9"],"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":5.3,"id":"07c41640-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Height & Speed","stepDetails":"Asp at half height, slow. Touch tip half height. Disp fast. Blow out destination wells. ","times":4,"aspirate_flowRate":10,"dispense_flowRate":5},"63a2ea90-1812-11e9-9608-8bed9be8868f":{"changeTip":"always","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"2","wells":["A7","A8","A9"],"mix_touchTip_mmFromBottom":null,"id":"63a2ea90-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Change tip always","stepDetails":"","times":2},"7cd40b20-1812-11e9-9608-8bed9be8868f":{"changeTip":"once","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":"2","wells":["A7","A8","A9"],"mix_touchTip_mmFromBottom":null,"id":"7cd40b20-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Change tip once","stepDetails":"","times":2},"9cafddc0-1812-11e9-9608-8bed9be8868f":{"pauseForAmountOfTime":"true","pauseHour":null,"pauseMinute":null,"pauseSecond":3,"pauseMessage":"","moduleId":null,"pauseTemperature":null,"stepName":"Pause for 3s","stepDetails":"","id":"9cafddc0-1812-11e9-9608-8bed9be8868f","stepType":"pause"},"a5ffbf30-1812-11e9-9608-8bed9be8868f":{"pauseForAmountOfTime":"false","pauseHour":null,"pauseMinute":null,"pauseSecond":null,"pauseMessage":"OK HOPEFULLY YOU ARE DONE","moduleId":null,"pauseTemperature":null,"stepName":"Pause","stepDetails":"","id":"a5ffbf30-1812-11e9-9608-8bed9be8868f","stepType":"pause"},"b301d330-1812-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A8"],"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":null,"id":"b301d330-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M misc settings","stepDetails":"Blow out, touch tip","times":4},"b9afe0a0-1812-11e9-9608-8bed9be8868f":{"changeTip":"never","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":true,"blowout_location":"dest_well","mix_mmFromBottom":5,"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"4","wells":["A8"],"mix_touchTip_checkbox":true,"mix_touchTip_mmFromBottom":5.3,"id":"b9afe0a0-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Height & Speed","stepDetails":"Asp at half height, slow. Touch tip half height. Disp fast. Blow out destination wells. ","times":4,"aspirate_flowRate":null,"dispense_flowRate":null},"c495a450-1812-11e9-9608-8bed9be8868f":{"changeTip":"always","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"2","wells":["A6","A7","A8"],"mix_touchTip_mmFromBottom":null,"id":"c495a450-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Change tip always","stepDetails":"","times":2},"d7451ea0-1812-11e9-9608-8bed9be8868f":{"changeTip":"once","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","blowout_checkbox":false,"blowout_location":"trashId","mix_mmFromBottom":null,"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":"2","wells":["A6","A7","A8"],"mix_touchTip_mmFromBottom":null,"id":"d7451ea0-1812-11e9-9608-8bed9be8868f","stepType":"mix","stepName":"M Change tip once","stepDetails":"","times":2}},"orderedStepIds":["3fcb79f0-180a-11e9-9608-8bed9be8868f","aa2de740-180c-11e9-9608-8bed9be8868f","4eab2790-180a-11e9-9608-8bed9be8868f","b4ad20f0-180c-11e9-9608-8bed9be8868f","78502a50-180a-11e9-9608-8bed9be8868f","c07fdcb0-180c-11e9-9608-8bed9be8868f","3353af20-180b-11e9-9608-8bed9be8868f","cd20e4f0-180c-11e9-9608-8bed9be8868f","5d0f4720-180b-11e9-9608-8bed9be8868f","d8eb8a60-180c-11e9-9608-8bed9be8868f","486cb9f0-180c-11e9-9608-8bed9be8868f","03e90650-180f-11e9-9608-8bed9be8868f","97f2d9a0-180c-11e9-9608-8bed9be8868f","2c3a38e0-180f-11e9-9608-8bed9be8868f","516f2230-180d-11e9-9608-8bed9be8868f","3d602d00-180f-11e9-9608-8bed9be8868f","48f0cc20-180e-11e9-9608-8bed9be8868f","483771c0-180f-11e9-9608-8bed9be8868f","dd0c4b50-180e-11e9-9608-8bed9be8868f","58e92040-180f-11e9-9608-8bed9be8868f","a898c0f0-180f-11e9-9608-8bed9be8868f","984e26c0-1811-11e9-9608-8bed9be8868f","2c3fc1b0-1810-11e9-9608-8bed9be8868f","a0492690-1811-11e9-9608-8bed9be8868f","6ee38a60-1810-11e9-9608-8bed9be8868f","a8f06bf0-1811-11e9-9608-8bed9be8868f","a34a4e10-1810-11e9-9608-8bed9be8868f","b4a0f9b0-1811-11e9-9608-8bed9be8868f","e76881c0-1810-11e9-9608-8bed9be8868f","bd837350-1811-11e9-9608-8bed9be8868f","872636d0-1811-11e9-9608-8bed9be8868f","ef9327a0-1811-11e9-9608-8bed9be8868f","b301d330-1812-11e9-9608-8bed9be8868f","07c41640-1812-11e9-9608-8bed9be8868f","b9afe0a0-1812-11e9-9608-8bed9be8868f","63a2ea90-1812-11e9-9608-8bed9be8868f","c495a450-1812-11e9-9608-8bed9be8868f","7cd40b20-1812-11e9-9608-8bed9be8868f","d7451ea0-1812-11e9-9608-8bed9be8868f","9cafddc0-1812-11e9-9608-8bed9be8868f","a5ffbf30-1812-11e9-9608-8bed9be8868f"]}},"robot":{"model":"OT-2 Standard"},"pipettes":{"01217420-180a-11e9-9608-8bed9be8868f":{"mount":"left","name":"p10_single"},"01217421-180a-11e9-9608-8bed9be8868f":{"mount":"right","name":"p10_multi"}},"labware":{"trashId":{"slot":"12","displayName":"Trash","definitionId":"opentrons/opentrons_1_trash_1100ml_fixed/1"},"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul":{"slot":"1","displayName":"Tiprack 10 Ul (1)","definitionId":"opentrons/opentrons_96_tiprack_10ul/1"},"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row":{"slot":"7","displayName":"Trough 12 Row (1)","definitionId":"opentrons/usascientific_12_reservoir_22ml/1"},"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat":{"slot":"8","displayName":"96 Flat (1)","definitionId":"opentrons/corning_96_wellplate_360ul_flat/1"},"cea1c650-1811-11e9-9608-8bed9be8868f":{"slot":"2","displayName":"Tiprack 10 Ul (2)","definitionId":"opentrons/opentrons_96_tiprack_10ul/1"}},"labwareDefinitions":{"opentrons/opentrons_1_trash_1100ml_fixed/1":{"ordering":[["A1"]],"metadata":{"displayCategory":"trash","displayVolumeUnits":"mL","displayName":"Opentrons Fixed Trash","tags":[]},"schemaVersion":2,"version":1,"namespace":"opentrons","dimensions":{"xDimension":172.86,"yDimension":165.86,"zDimension":82},"parameters":{"format":"trash","isTiprack":false,"loadName":"opentrons_1_trash_1100ml_fixed","isMagneticModuleCompatible":false,"quirks":["fixedTrash","centerMultichannelOnWells","touchTipDisabled"]},"wells":{"A1":{"shape":"rectangular","yDimension":165.67,"xDimension":107.11,"totalLiquidVolume":1100000,"depth":0,"x":82.84,"y":80,"z":82}},"brand":{"brand":"Opentrons"},"groups":[{"wells":["A1"],"metadata":{}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_96_tiprack_10ul/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-10ul-tips"]},"metadata":{"displayName":"Opentrons 96 Tip Rack 10 µL","displayCategory":"tipRack","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":64.69},"wells":{"A1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":74.24,"z":25.49},"B1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":65.24,"z":25.49},"C1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":56.24,"z":25.49},"D1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":47.24,"z":25.49},"E1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":38.24,"z":25.49},"F1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":29.24,"z":25.49},"G1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":20.24,"z":25.49},"H1":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":14.38,"y":11.24,"z":25.49},"A2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":74.24,"z":25.49},"B2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":65.24,"z":25.49},"C2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":56.24,"z":25.49},"D2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":47.24,"z":25.49},"E2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":38.24,"z":25.49},"F2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":29.24,"z":25.49},"G2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":20.24,"z":25.49},"H2":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":23.38,"y":11.24,"z":25.49},"A3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":74.24,"z":25.49},"B3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":65.24,"z":25.49},"C3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":56.24,"z":25.49},"D3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":47.24,"z":25.49},"E3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":38.24,"z":25.49},"F3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":29.24,"z":25.49},"G3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":20.24,"z":25.49},"H3":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":32.38,"y":11.24,"z":25.49},"A4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":74.24,"z":25.49},"B4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":65.24,"z":25.49},"C4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":56.24,"z":25.49},"D4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":47.24,"z":25.49},"E4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":38.24,"z":25.49},"F4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":29.24,"z":25.49},"G4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":20.24,"z":25.49},"H4":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":41.38,"y":11.24,"z":25.49},"A5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":74.24,"z":25.49},"B5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":65.24,"z":25.49},"C5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":56.24,"z":25.49},"D5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":47.24,"z":25.49},"E5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":38.24,"z":25.49},"F5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":29.24,"z":25.49},"G5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":20.24,"z":25.49},"H5":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":50.38,"y":11.24,"z":25.49},"A6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":74.24,"z":25.49},"B6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":65.24,"z":25.49},"C6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":56.24,"z":25.49},"D6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":47.24,"z":25.49},"E6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":38.24,"z":25.49},"F6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":29.24,"z":25.49},"G6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":20.24,"z":25.49},"H6":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":59.38,"y":11.24,"z":25.49},"A7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":74.24,"z":25.49},"B7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":65.24,"z":25.49},"C7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":56.24,"z":25.49},"D7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":47.24,"z":25.49},"E7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":38.24,"z":25.49},"F7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":29.24,"z":25.49},"G7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":20.24,"z":25.49},"H7":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":68.38,"y":11.24,"z":25.49},"A8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":74.24,"z":25.49},"B8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":65.24,"z":25.49},"C8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":56.24,"z":25.49},"D8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":47.24,"z":25.49},"E8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":38.24,"z":25.49},"F8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":29.24,"z":25.49},"G8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":20.24,"z":25.49},"H8":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":77.38,"y":11.24,"z":25.49},"A9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":74.24,"z":25.49},"B9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":65.24,"z":25.49},"C9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":56.24,"z":25.49},"D9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":47.24,"z":25.49},"E9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":38.24,"z":25.49},"F9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":29.24,"z":25.49},"G9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":20.24,"z":25.49},"H9":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":86.38,"y":11.24,"z":25.49},"A10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":74.24,"z":25.49},"B10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":65.24,"z":25.49},"C10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":56.24,"z":25.49},"D10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":47.24,"z":25.49},"E10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":38.24,"z":25.49},"F10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":29.24,"z":25.49},"G10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":20.24,"z":25.49},"H10":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":95.38,"y":11.24,"z":25.49},"A11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":74.24,"z":25.49},"B11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":65.24,"z":25.49},"C11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":56.24,"z":25.49},"D11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":47.24,"z":25.49},"E11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":38.24,"z":25.49},"F11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":29.24,"z":25.49},"G11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":20.24,"z":25.49},"H11":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":104.38,"y":11.24,"z":25.49},"A12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":74.24,"z":25.49},"B12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":65.24,"z":25.49},"C12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":56.24,"z":25.49},"D12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":47.24,"z":25.49},"E12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":38.24,"z":25.49},"F12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":29.24,"z":25.49},"G12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":20.24,"z":25.49},"H12":{"depth":39.2,"shape":"circular","diameter":3.27,"totalLiquidVolume":10,"x":113.38,"y":11.24,"z":25.49}},"groups":[{"metadata":{},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":true,"tipLength":39.2,"tipOverlap":3.29,"isMagneticModuleCompatible":false,"loadName":"opentrons_96_tiprack_10ul"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/usascientific_12_reservoir_22ml/1":{"ordering":[["A1"],["A2"],["A3"],["A4"],["A5"],["A6"],["A7"],["A8"],["A9"],["A10"],["A11"],["A12"]],"schemaVersion":2,"version":1,"namespace":"opentrons","metadata":{"displayName":"USA Scientific 12 Well Reservoir 22 mL","displayVolumeUnits":"mL","displayCategory":"reservoir","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.8,"zDimension":44.45},"parameters":{"format":"trough","isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"usascientific_12_reservoir_22ml","quirks":["centerMultichannelOnWells","touchTipDisabled"]},"wells":{"A1":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":13.94,"y":42.9,"z":2.29},"A2":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":23.03,"y":42.9,"z":2.29},"A3":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":32.12,"y":42.9,"z":2.29},"A4":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":41.21,"y":42.9,"z":2.29},"A5":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":50.3,"y":42.9,"z":2.29},"A6":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":59.39,"y":42.9,"z":2.29},"A7":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":68.48,"y":42.9,"z":2.29},"A8":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":77.57,"y":42.9,"z":2.29},"A9":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":86.66,"y":42.9,"z":2.29},"A10":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":95.75,"y":42.9,"z":2.29},"A11":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":104.84,"y":42.9,"z":2.29},"A12":{"shape":"rectangular","depth":42.16,"xDimension":8.33,"yDimension":71.88,"totalLiquidVolume":22000,"x":113.93,"y":42.9,"z":2.29}},"groups":[{"wells":["A1","A2","A3","A4","A5","A6","A7","A8","A9","A10","A11","A12"],"metadata":{"wellBottomShape":"v"}}],"brand":{"brand":"USA Scientific","brandId":["1061-8150"],"links":["https://www.usascientific.com/12-channel-automation-reservoir.aspx"]},"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/corning_96_wellplate_360ul_flat/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"Corning","brandId":["3650","3916","3915","3361","3590","9018","3591","9017","3641","3628","3370","2507","2509","2503","3665","3600","3362","3917","3912","3925","3922","3596","3977","3598","3599","3585","3595","3300","3474"],"links":["https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Corning%C2%AE-96-well-Solid-Black-and-White-Polystyrene-Microplates/p/corning96WellSolidBlackAndWhitePolystyreneMicroplates"]},"metadata":{"displayName":"Corning 96 Well Plate 360 µL Flat","displayCategory":"wellPlate","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.47,"zDimension":14.22},"cornerOffsetFromSlot":{"x":0,"y":0,"z":0},"wells":{"H1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":11.24,"z":3.55},"G1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":20.24,"z":3.55},"F1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":29.24,"z":3.55},"E1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":38.24,"z":3.55},"D1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":47.24,"z":3.55},"C1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":56.24,"z":3.55},"B1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":65.24,"z":3.55},"A1":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":14.38,"y":74.24,"z":3.55},"H2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":11.24,"z":3.55},"G2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":20.24,"z":3.55},"F2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":29.24,"z":3.55},"E2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":38.24,"z":3.55},"D2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":47.24,"z":3.55},"C2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":56.24,"z":3.55},"B2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":65.24,"z":3.55},"A2":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":23.38,"y":74.24,"z":3.55},"H3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":11.24,"z":3.55},"G3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":20.24,"z":3.55},"F3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":29.24,"z":3.55},"E3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":38.24,"z":3.55},"D3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":47.24,"z":3.55},"C3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":56.24,"z":3.55},"B3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":65.24,"z":3.55},"A3":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":32.38,"y":74.24,"z":3.55},"H4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":11.24,"z":3.55},"G4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":20.24,"z":3.55},"F4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":29.24,"z":3.55},"E4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":38.24,"z":3.55},"D4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":47.24,"z":3.55},"C4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":56.24,"z":3.55},"B4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":65.24,"z":3.55},"A4":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":41.38,"y":74.24,"z":3.55},"H5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":11.24,"z":3.55},"G5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":20.24,"z":3.55},"F5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":29.24,"z":3.55},"E5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":38.24,"z":3.55},"D5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":47.24,"z":3.55},"C5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":56.24,"z":3.55},"B5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":65.24,"z":3.55},"A5":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":50.38,"y":74.24,"z":3.55},"H6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":11.24,"z":3.55},"G6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":20.24,"z":3.55},"F6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":29.24,"z":3.55},"E6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":38.24,"z":3.55},"D6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":47.24,"z":3.55},"C6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":56.24,"z":3.55},"B6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":65.24,"z":3.55},"A6":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":59.38,"y":74.24,"z":3.55},"H7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":11.24,"z":3.55},"G7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":20.24,"z":3.55},"F7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":29.24,"z":3.55},"E7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":38.24,"z":3.55},"D7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":47.24,"z":3.55},"C7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":56.24,"z":3.55},"B7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":65.24,"z":3.55},"A7":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":68.38,"y":74.24,"z":3.55},"H8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":11.24,"z":3.55},"G8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":20.24,"z":3.55},"F8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":29.24,"z":3.55},"E8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":38.24,"z":3.55},"D8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":47.24,"z":3.55},"C8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":56.24,"z":3.55},"B8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":65.24,"z":3.55},"A8":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":77.38,"y":74.24,"z":3.55},"H9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":11.24,"z":3.55},"G9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":20.24,"z":3.55},"F9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":29.24,"z":3.55},"E9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":38.24,"z":3.55},"D9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":47.24,"z":3.55},"C9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":56.24,"z":3.55},"B9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":65.24,"z":3.55},"A9":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":86.38,"y":74.24,"z":3.55},"H10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":11.24,"z":3.55},"G10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":20.24,"z":3.55},"F10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":29.24,"z":3.55},"E10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":38.24,"z":3.55},"D10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":47.24,"z":3.55},"C10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":56.24,"z":3.55},"B10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":65.24,"z":3.55},"A10":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":95.38,"y":74.24,"z":3.55},"H11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":11.24,"z":3.55},"G11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":20.24,"z":3.55},"F11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":29.24,"z":3.55},"E11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":38.24,"z":3.55},"D11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":47.24,"z":3.55},"C11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":56.24,"z":3.55},"B11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":65.24,"z":3.55},"A11":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":104.38,"y":74.24,"z":3.55},"H12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":11.24,"z":3.55},"G12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":20.24,"z":3.55},"F12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":29.24,"z":3.55},"E12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":38.24,"z":3.55},"D12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":47.24,"z":3.55},"C12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":56.24,"z":3.55},"B12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":65.24,"z":3.55},"A12":{"depth":10.67,"shape":"circular","diameter":6.86,"totalLiquidVolume":360,"x":113.38,"y":74.24,"z":3.55}},"groups":[{"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"],"metadata":{"wellBottomShape":"flat"}}],"parameters":{"format":"96Standard","isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"corning_96_wellplate_360ul_flat"},"namespace":"opentrons","version":1,"schemaVersion":2}},"schemaVersion":3,"commands":[{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A2"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B1","offsetFromBottomMm":9.67}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":9.67}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":18,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"C1","offsetFromBottomMm":10,"flowRate":2}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":18,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":10,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"B1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"D1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"C1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"E1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"D1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A3","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"F1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A3"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A4"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A2","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A5"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A3","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"E1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"G1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"H1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A3","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A2","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A6"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A1","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A2","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A3","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A5","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A5","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B5","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"B5","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"C5","offsetFromBottomMm":10,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"D5","offsetFromBottomMm":10,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A3","offsetFromBottomMm":10,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A4","offsetFromBottomMm":10,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"F1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"E4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"G1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"F4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A7"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A5","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A8"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"H1"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"E4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"F4","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A9"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":9.67}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":3,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":41.16}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":41.16}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":9.67}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":10}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":10,"flowRate":5}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","flowRate":5,"offsetFromBottomMm":10.67}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":20}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":5,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":20}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":10,"flowRate":10}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","flowRate":10,"offsetFromBottomMm":10.67}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"B10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A11"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"A12"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"C10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A1","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row","well":"A2","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":10,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1","flowRate":10,"offsetFromBottomMm":0}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":9.67}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":10}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":10}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":10}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":5}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":10}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5,"flowRate":5}},{"command":"blowout","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","flowRate":5,"offsetFromBottomMm":10.67}},{"command":"touchTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":5.3}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":4,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5,"flowRate":10}},{"command":"blowout","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","flowRate":10,"offsetFromBottomMm":10.67}},{"command":"touchTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":5.3}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"D10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"E10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"F10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A2"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A3"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A4"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul","well":"G10"}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A9","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217420-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"cea1c650-1811-11e9-9608-8bed9be8868f","well":"A5"}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A6","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A7","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"aspirate","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":1,"flowRate":5}},{"command":"dispense","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","volume":2,"labware":"3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat","well":"A8","offsetFromBottomMm":0.5,"flowRate":10}},{"command":"dropTip","params":{"pipette":"01217421-180a-11e9-9608-8bed9be8868f","labware":"trashId","well":"A1"}}]} \ No newline at end of file +{ + "metadata": { + "protocolName": "QA test protocol", + "author": "", + "description": "", + "created": 1547476685921, + "lastModified": 1548867457108, + "category": null, + "subcategory": null, + "tags": [] + }, + "designerApplication": { + "name": "opentrons/protocol-designer", + "version": "3.0.8", + "data": { + "_internalAppBuildDate": "Thu, 02 Apr 2020 18:14:04 GMT", + "defaultValues": { + "aspirate_mmFromBottom": 1, + "dispense_mmFromBottom": 0.5, + "touchTip_mmFromTop": -1, + "blowout_mmFromTop": 0 + }, + "pipetteTiprackAssignments": { + "01217420-180a-11e9-9608-8bed9be8868f": "opentrons/opentrons_96_tiprack_10ul/1", + "01217421-180a-11e9-9608-8bed9be8868f": "opentrons/opentrons_96_tiprack_10ul/1" + }, + "dismissedWarnings": { "form": {}, "timeline": {} }, + "ingredients": { + "0": { + "name": "Liquid", + "description": null, + "serialize": false, + "liquidGroupId": "0" + } + }, + "ingredLocations": { + "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row": { + "A1": { "0": { "volume": 12000 } }, + "A2": { "0": { "volume": 1200 } }, + "A3": { "0": { "volume": 1200 } } + }, + "cea1c650-1811-11e9-9608-8bed9be8868f": {} + }, + "savedStepForms": { + "__INITIAL_DECK_SETUP_STEP__": { + "labwareLocationUpdate": { + "trashId": "12", + "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul": "1", + "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row": "7", + "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat": "8", + "cea1c650-1811-11e9-9608-8bed9be8868f": "2" + }, + "pipetteLocationUpdate": { + "01217420-180a-11e9-9608-8bed9be8868f": "left", + "01217421-180a-11e9-9608-8bed9be8868f": "right" + }, + "moduleLocationUpdate": {}, + "stepType": "manualIntervention", + "id": "__INITIAL_DECK_SETUP_STEP__" + }, + "3fcb79f0-180a-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A1"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "3fcb79f0-180a-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "Basic Transfer", + "stepDetails": "" + }, + "4eab2790-180a-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": true, + "aspirate_mix_times": "3", + "aspirate_mix_volume": "3", + "aspirate_mmFromBottom": 1, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["B1"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": true, + "dispense_mix_times": "3", + "dispense_mix_volume": "5", + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": true, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": true, + "blowout_location": "trashId", + "preWetTip": true, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "4eab2790-180a-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "T misc. settings", + "stepDetails": "Pre-wet, touch tip, mix, blow out, new tip never" + }, + "78502a50-180a-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": 10, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": 18, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": 2, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["C1"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": 10, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": 20, + "dispense_touchTip_mmFromBottom": null, + "id": "78502a50-180a-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "T height & speed", + "stepDetails": "Asp should be half way to top and slow. Touch tip half way to top. Disp should be at the top and slow" + }, + "3353af20-180b-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2", "A3"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["D1", "E1", "F1"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "3353af20-180b-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "T change tip always", + "stepDetails": "Change tip always" + }, + "5d0f4720-180b-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "once", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2", "A3"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["G1", "H1", "A2"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "5d0f4720-180b-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "T change tip once", + "stepDetails": "Change tip once" + }, + "486cb9f0-180c-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A4", "B4"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "486cb9f0-180c-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "Basic Distribute", + "stepDetails": "" + }, + "97f2d9a0-180c-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": true, + "aspirate_mix_times": "3", + "aspirate_mix_volume": "3", + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A5", "B5"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": true, + "dispense_mix_times": "5", + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": true, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": true, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "97f2d9a0-180c-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "D misc. settings", + "stepDetails": "pre-wet, touch tip, mix, NO disposal vol, change tip never. \nShould take 2 aspirates to complete. " + }, + "aa2de740-180c-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A1"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "aa2de740-180c-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "Basic Transfer", + "stepDetails": "" + }, + "b4ad20f0-180c-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": true, + "aspirate_mix_times": "3", + "aspirate_mix_volume": "3", + "aspirate_mmFromBottom": 1, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A1"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": true, + "dispense_mix_times": "3", + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": true, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": true, + "blowout_location": "trashId", + "preWetTip": true, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "b4ad20f0-180c-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "T Misc. settings", + "stepDetails": "Pre-wet, touch tip, mix, blow out, new tip never" + }, + "c07fdcb0-180c-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": 18, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A1"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": 10, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "c07fdcb0-180c-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "T height & speed", + "stepDetails": "Asp should be half way to top and slow, Disp should be at the top and slow" + }, + "cd20e4f0-180c-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2", "A3"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A1", "A2", "A3"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "cd20e4f0-180c-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "T change tip always", + "stepDetails": "Change tip always" + }, + "d8eb8a60-180c-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "once", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2", "A3"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A1", "A2", "A3"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "d8eb8a60-180c-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "T change tip once", + "stepDetails": "Change tip once" + }, + "516f2230-180d-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": 20, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["C5", "D5"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": 10, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": 20, + "dispense_touchTip_mmFromBottom": null, + "id": "516f2230-180d-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "D Height & Speed", + "stepDetails": "Asp at halfway height slow. Touch tip at halfway height. Disp at halfway height fast. " + }, + "48f0cc20-180e-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["E4", "F4"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "source_well", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "48f0cc20-180e-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "D change tip always, disp vol sour", + "stepDetails": "Change tip always, disposal volume in source" + }, + "dd0c4b50-180e-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "once", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["E4", "F4"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "dd0c4b50-180e-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "D change tip once", + "stepDetails": "" + }, + "03e90650-180f-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A3", "A4"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "03e90650-180f-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "Basic Distribute", + "stepDetails": "" + }, + "2c3a38e0-180f-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": true, + "aspirate_mix_times": "3", + "aspirate_mix_volume": "3", + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A3", "A4"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": true, + "dispense_mix_times": "5", + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": true, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": true, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "2c3a38e0-180f-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "D misc. settings", + "stepDetails": "pre-wet, touch tip, mix, NO disposal vol, change tip never. \nShould take 2 aspirates to complete. " + }, + "3d602d00-180f-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "never", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": 20, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A3", "A4"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": 10, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": 20, + "dispense_touchTip_mmFromBottom": null, + "id": "3d602d00-180f-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "D Height & Speed", + "stepDetails": "Asp at halfway height slow. Touch tip at halfway height. Disp at halfway height fast. " + }, + "483771c0-180f-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A5", "A6"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "source_well", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "483771c0-180f-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "D change tip always, disp vol sour", + "stepDetails": "Change tip always, disposal volume in source" + }, + "58e92040-180f-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "once", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A7", "A8"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": true, + "disposalVolume_volume": 1, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "58e92040-180f-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "D change tip once", + "stepDetails": "" + }, + "a898c0f0-180f-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "never", + "path": "multiAspirate", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A9"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "a898c0f0-180f-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "Basic consolidate", + "stepDetails": "" + }, + "2c3fc1b0-1810-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "never", + "path": "multiAspirate", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": true, + "aspirate_mix_times": "3", + "aspirate_mix_volume": "3", + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A9"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": true, + "dispense_mix_times": "2", + "dispense_mix_volume": "2", + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": true, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": true, + "blowout_location": "trashId", + "preWetTip": true, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "2c3fc1b0-1810-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "C Misc settings", + "stepDetails": "Pre wet, touch tip, mix, change tip never, blow out trash" + }, + "6ee38a60-1810-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "never", + "path": "multiAspirate", + "aspirate_wells_grouped": false, + "aspirate_flowRate": 10, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": "3", + "aspirate_mix_volume": "3", + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": 5, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A9"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": 10, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": true, + "blowout_location": "dest_well", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": 20, + "dispense_touchTip_mmFromBottom": null, + "id": "6ee38a60-1810-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "C Height & Speed", + "stepDetails": "Asp at half height, slow. touch tip at half height. Disp fast. Blow out dest. " + }, + "a34a4e10-1810-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A9"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "a34a4e10-1810-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "C change tip always", + "stepDetails": "change tip always" + }, + "e76881c0-1810-11e9-9608-8bed9be8868f": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "once", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A9"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "e76881c0-1810-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "C change tip once", + "stepDetails": "change tip once" + }, + "872636d0-1811-11e9-9608-8bed9be8868f": { + "changeTip": "never", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": false, + "blowout_location": "trashId", + "mix_mmFromBottom": null, + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "4", + "wells": ["A9"], + "mix_touchTip_mmFromBottom": null, + "id": "872636d0-1811-11e9-9608-8bed9be8868f", + "stepType": "mix", + "stepName": "Basic Mix", + "stepDetails": "", + "times": 4 + }, + "984e26c0-1811-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "never", + "path": "multiAspirate", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A8"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "984e26c0-1811-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "Basic consolidate", + "stepDetails": "" + }, + "a0492690-1811-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "never", + "path": "multiAspirate", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": true, + "aspirate_mix_times": "3", + "aspirate_mix_volume": "3", + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A8"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": true, + "dispense_mix_times": "2", + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": true, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": true, + "blowout_location": "trashId", + "preWetTip": true, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "a0492690-1811-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "C Misc settings", + "stepDetails": "Pre wet, touch tip, mix, change tip never, blow out trash" + }, + "a8f06bf0-1811-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "5", + "changeTip": "never", + "path": "multiAspirate", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": "3", + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": true, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A8"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": 10, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": true, + "blowout_location": "dest_well", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": 20, + "dispense_touchTip_mmFromBottom": null, + "id": "a8f06bf0-1811-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "C Height & Speed", + "stepDetails": "Asp at half height, slow. touch tip at half height. Disp fast. Blow out dest. " + }, + "b4a0f9b0-1811-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A8"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "b4a0f9b0-1811-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "C change tip always", + "stepDetails": "change tip always" + }, + "bd837350-1811-11e9-9608-8bed9be8868f": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "10", + "changeTip": "once", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "aspirate_wells": ["A1", "A2"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": null, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "dispense_wells": ["A8"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": null, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": false, + "disposalVolume_volume": null, + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false, + "aspirate_touchTip_mmFromBottom": null, + "dispense_touchTip_mmFromBottom": null, + "id": "bd837350-1811-11e9-9608-8bed9be8868f", + "stepType": "moveLiquid", + "stepName": "C change tip once", + "stepDetails": "change tip once" + }, + "ef9327a0-1811-11e9-9608-8bed9be8868f": { + "changeTip": "never", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": true, + "blowout_location": "trashId", + "mix_mmFromBottom": null, + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "4", + "wells": ["A9"], + "mix_touchTip_checkbox": true, + "mix_touchTip_mmFromBottom": null, + "id": "ef9327a0-1811-11e9-9608-8bed9be8868f", + "stepType": "mix", + "stepName": "M misc settings", + "stepDetails": "Blow out, touch tip", + "times": 4 + }, + "07c41640-1812-11e9-9608-8bed9be8868f": { + "changeTip": "never", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": true, + "blowout_location": "dest_well", + "mix_mmFromBottom": 5, + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "4", + "wells": ["A9"], + "mix_touchTip_checkbox": true, + "mix_touchTip_mmFromBottom": 5.3, + "id": "07c41640-1812-11e9-9608-8bed9be8868f", + "stepType": "mix", + "stepName": "M Height & Speed", + "stepDetails": "Asp at half height, slow. Touch tip half height. Disp fast. Blow out destination wells. ", + "times": 4, + "aspirate_flowRate": 10, + "dispense_flowRate": 5 + }, + "63a2ea90-1812-11e9-9608-8bed9be8868f": { + "changeTip": "always", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": false, + "blowout_location": "trashId", + "mix_mmFromBottom": null, + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "2", + "wells": ["A7", "A8", "A9"], + "mix_touchTip_mmFromBottom": null, + "id": "63a2ea90-1812-11e9-9608-8bed9be8868f", + "stepType": "mix", + "stepName": "M Change tip always", + "stepDetails": "", + "times": 2 + }, + "7cd40b20-1812-11e9-9608-8bed9be8868f": { + "changeTip": "once", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": false, + "blowout_location": "trashId", + "mix_mmFromBottom": null, + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": "2", + "wells": ["A7", "A8", "A9"], + "mix_touchTip_mmFromBottom": null, + "id": "7cd40b20-1812-11e9-9608-8bed9be8868f", + "stepType": "mix", + "stepName": "M Change tip once", + "stepDetails": "", + "times": 2 + }, + "9cafddc0-1812-11e9-9608-8bed9be8868f": { + "pauseForAmountOfTime": "true", + "pauseHour": null, + "pauseMinute": null, + "pauseSecond": 3, + "pauseMessage": "", + "moduleId": null, + "pauseTemperature": null, + "stepName": "Pause for 3s", + "stepDetails": "", + "id": "9cafddc0-1812-11e9-9608-8bed9be8868f", + "stepType": "pause" + }, + "a5ffbf30-1812-11e9-9608-8bed9be8868f": { + "pauseForAmountOfTime": "false", + "pauseHour": null, + "pauseMinute": null, + "pauseSecond": null, + "pauseMessage": "OK HOPEFULLY YOU ARE DONE", + "moduleId": null, + "pauseTemperature": null, + "stepName": "Pause", + "stepDetails": "", + "id": "a5ffbf30-1812-11e9-9608-8bed9be8868f", + "stepType": "pause" + }, + "b301d330-1812-11e9-9608-8bed9be8868f": { + "changeTip": "never", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": true, + "blowout_location": "trashId", + "mix_mmFromBottom": null, + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "4", + "wells": ["A8"], + "mix_touchTip_checkbox": true, + "mix_touchTip_mmFromBottom": null, + "id": "b301d330-1812-11e9-9608-8bed9be8868f", + "stepType": "mix", + "stepName": "M misc settings", + "stepDetails": "Blow out, touch tip", + "times": 4 + }, + "b9afe0a0-1812-11e9-9608-8bed9be8868f": { + "changeTip": "never", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": true, + "blowout_location": "dest_well", + "mix_mmFromBottom": 5, + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "4", + "wells": ["A8"], + "mix_touchTip_checkbox": true, + "mix_touchTip_mmFromBottom": 5.3, + "id": "b9afe0a0-1812-11e9-9608-8bed9be8868f", + "stepType": "mix", + "stepName": "M Height & Speed", + "stepDetails": "Asp at half height, slow. Touch tip half height. Disp fast. Blow out destination wells. ", + "times": 4, + "aspirate_flowRate": null, + "dispense_flowRate": null + }, + "c495a450-1812-11e9-9608-8bed9be8868f": { + "changeTip": "always", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": false, + "blowout_location": "trashId", + "mix_mmFromBottom": null, + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "2", + "wells": ["A6", "A7", "A8"], + "mix_touchTip_mmFromBottom": null, + "id": "c495a450-1812-11e9-9608-8bed9be8868f", + "stepType": "mix", + "stepName": "M Change tip always", + "stepDetails": "", + "times": 2 + }, + "d7451ea0-1812-11e9-9608-8bed9be8868f": { + "changeTip": "once", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "mix_wellOrder_first": "t2b", + "mix_wellOrder_second": "l2r", + "blowout_checkbox": false, + "blowout_location": "trashId", + "mix_mmFromBottom": null, + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": "2", + "wells": ["A6", "A7", "A8"], + "mix_touchTip_mmFromBottom": null, + "id": "d7451ea0-1812-11e9-9608-8bed9be8868f", + "stepType": "mix", + "stepName": "M Change tip once", + "stepDetails": "", + "times": 2 + } + }, + "orderedStepIds": [ + "3fcb79f0-180a-11e9-9608-8bed9be8868f", + "aa2de740-180c-11e9-9608-8bed9be8868f", + "4eab2790-180a-11e9-9608-8bed9be8868f", + "b4ad20f0-180c-11e9-9608-8bed9be8868f", + "78502a50-180a-11e9-9608-8bed9be8868f", + "c07fdcb0-180c-11e9-9608-8bed9be8868f", + "3353af20-180b-11e9-9608-8bed9be8868f", + "cd20e4f0-180c-11e9-9608-8bed9be8868f", + "5d0f4720-180b-11e9-9608-8bed9be8868f", + "d8eb8a60-180c-11e9-9608-8bed9be8868f", + "486cb9f0-180c-11e9-9608-8bed9be8868f", + "03e90650-180f-11e9-9608-8bed9be8868f", + "97f2d9a0-180c-11e9-9608-8bed9be8868f", + "2c3a38e0-180f-11e9-9608-8bed9be8868f", + "516f2230-180d-11e9-9608-8bed9be8868f", + "3d602d00-180f-11e9-9608-8bed9be8868f", + "48f0cc20-180e-11e9-9608-8bed9be8868f", + "483771c0-180f-11e9-9608-8bed9be8868f", + "dd0c4b50-180e-11e9-9608-8bed9be8868f", + "58e92040-180f-11e9-9608-8bed9be8868f", + "a898c0f0-180f-11e9-9608-8bed9be8868f", + "984e26c0-1811-11e9-9608-8bed9be8868f", + "2c3fc1b0-1810-11e9-9608-8bed9be8868f", + "a0492690-1811-11e9-9608-8bed9be8868f", + "6ee38a60-1810-11e9-9608-8bed9be8868f", + "a8f06bf0-1811-11e9-9608-8bed9be8868f", + "a34a4e10-1810-11e9-9608-8bed9be8868f", + "b4a0f9b0-1811-11e9-9608-8bed9be8868f", + "e76881c0-1810-11e9-9608-8bed9be8868f", + "bd837350-1811-11e9-9608-8bed9be8868f", + "872636d0-1811-11e9-9608-8bed9be8868f", + "ef9327a0-1811-11e9-9608-8bed9be8868f", + "b301d330-1812-11e9-9608-8bed9be8868f", + "07c41640-1812-11e9-9608-8bed9be8868f", + "b9afe0a0-1812-11e9-9608-8bed9be8868f", + "63a2ea90-1812-11e9-9608-8bed9be8868f", + "c495a450-1812-11e9-9608-8bed9be8868f", + "7cd40b20-1812-11e9-9608-8bed9be8868f", + "d7451ea0-1812-11e9-9608-8bed9be8868f", + "9cafddc0-1812-11e9-9608-8bed9be8868f", + "a5ffbf30-1812-11e9-9608-8bed9be8868f" + ] + } + }, + "robot": { "model": "OT-2 Standard" }, + "pipettes": { + "01217420-180a-11e9-9608-8bed9be8868f": { + "mount": "left", + "name": "p10_single" + }, + "01217421-180a-11e9-9608-8bed9be8868f": { + "mount": "right", + "name": "p10_multi" + } + }, + "labware": { + "trashId": { + "slot": "12", + "displayName": "Trash", + "definitionId": "opentrons/opentrons_1_trash_1100ml_fixed/1" + }, + "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul": { + "slot": "1", + "displayName": "Tiprack 10 Ul (1)", + "definitionId": "opentrons/opentrons_96_tiprack_10ul/1" + }, + "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row": { + "slot": "7", + "displayName": "Trough 12 Row (1)", + "definitionId": "opentrons/usascientific_12_reservoir_22ml/1" + }, + "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat": { + "slot": "8", + "displayName": "96 Flat (1)", + "definitionId": "opentrons/corning_96_wellplate_360ul_flat/1" + }, + "cea1c650-1811-11e9-9608-8bed9be8868f": { + "slot": "2", + "displayName": "Tiprack 10 Ul (2)", + "definitionId": "opentrons/opentrons_96_tiprack_10ul/1" + } + }, + "labwareDefinitions": { + "opentrons/opentrons_1_trash_1100ml_fixed/1": { + "ordering": [["A1"]], + "metadata": { + "displayCategory": "trash", + "displayVolumeUnits": "mL", + "displayName": "Opentrons Fixed Trash", + "tags": [] + }, + "schemaVersion": 2, + "version": 1, + "namespace": "opentrons", + "dimensions": { + "xDimension": 172.86, + "yDimension": 165.86, + "zDimension": 82 + }, + "parameters": { + "format": "trash", + "isTiprack": false, + "loadName": "opentrons_1_trash_1100ml_fixed", + "isMagneticModuleCompatible": false, + "quirks": [ + "fixedTrash", + "centerMultichannelOnWells", + "touchTipDisabled" + ] + }, + "wells": { + "A1": { + "shape": "rectangular", + "yDimension": 165.67, + "xDimension": 107.11, + "totalLiquidVolume": 1100000, + "depth": 0, + "x": 82.84, + "y": 80, + "z": 82 + } + }, + "brand": { "brand": "Opentrons" }, + "groups": [{ "wells": ["A1"], "metadata": {} }], + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/opentrons_96_tiprack_10ul/1": { + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-10ul-tips" + ] + }, + "metadata": { + "displayName": "Opentrons 96 Tip Rack 10 µL", + "displayCategory": "tipRack", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 64.69 + }, + "wells": { + "A1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 74.24, + "z": 25.49 + }, + "B1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 65.24, + "z": 25.49 + }, + "C1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 56.24, + "z": 25.49 + }, + "D1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 47.24, + "z": 25.49 + }, + "E1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 38.24, + "z": 25.49 + }, + "F1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 29.24, + "z": 25.49 + }, + "G1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 20.24, + "z": 25.49 + }, + "H1": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 14.38, + "y": 11.24, + "z": 25.49 + }, + "A2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 74.24, + "z": 25.49 + }, + "B2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 65.24, + "z": 25.49 + }, + "C2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 56.24, + "z": 25.49 + }, + "D2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 47.24, + "z": 25.49 + }, + "E2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 38.24, + "z": 25.49 + }, + "F2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 29.24, + "z": 25.49 + }, + "G2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 20.24, + "z": 25.49 + }, + "H2": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 23.38, + "y": 11.24, + "z": 25.49 + }, + "A3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 74.24, + "z": 25.49 + }, + "B3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 65.24, + "z": 25.49 + }, + "C3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 56.24, + "z": 25.49 + }, + "D3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 47.24, + "z": 25.49 + }, + "E3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 38.24, + "z": 25.49 + }, + "F3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 29.24, + "z": 25.49 + }, + "G3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 20.24, + "z": 25.49 + }, + "H3": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 32.38, + "y": 11.24, + "z": 25.49 + }, + "A4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 74.24, + "z": 25.49 + }, + "B4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 65.24, + "z": 25.49 + }, + "C4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 56.24, + "z": 25.49 + }, + "D4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 47.24, + "z": 25.49 + }, + "E4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 38.24, + "z": 25.49 + }, + "F4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 29.24, + "z": 25.49 + }, + "G4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 20.24, + "z": 25.49 + }, + "H4": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 41.38, + "y": 11.24, + "z": 25.49 + }, + "A5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 74.24, + "z": 25.49 + }, + "B5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 65.24, + "z": 25.49 + }, + "C5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 56.24, + "z": 25.49 + }, + "D5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 47.24, + "z": 25.49 + }, + "E5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 38.24, + "z": 25.49 + }, + "F5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 29.24, + "z": 25.49 + }, + "G5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 20.24, + "z": 25.49 + }, + "H5": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 50.38, + "y": 11.24, + "z": 25.49 + }, + "A6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 74.24, + "z": 25.49 + }, + "B6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 65.24, + "z": 25.49 + }, + "C6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 56.24, + "z": 25.49 + }, + "D6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 47.24, + "z": 25.49 + }, + "E6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 38.24, + "z": 25.49 + }, + "F6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 29.24, + "z": 25.49 + }, + "G6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 20.24, + "z": 25.49 + }, + "H6": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 59.38, + "y": 11.24, + "z": 25.49 + }, + "A7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 74.24, + "z": 25.49 + }, + "B7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 65.24, + "z": 25.49 + }, + "C7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 56.24, + "z": 25.49 + }, + "D7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 47.24, + "z": 25.49 + }, + "E7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 38.24, + "z": 25.49 + }, + "F7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 29.24, + "z": 25.49 + }, + "G7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 20.24, + "z": 25.49 + }, + "H7": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 68.38, + "y": 11.24, + "z": 25.49 + }, + "A8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 74.24, + "z": 25.49 + }, + "B8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 65.24, + "z": 25.49 + }, + "C8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 56.24, + "z": 25.49 + }, + "D8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 47.24, + "z": 25.49 + }, + "E8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 38.24, + "z": 25.49 + }, + "F8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 29.24, + "z": 25.49 + }, + "G8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 20.24, + "z": 25.49 + }, + "H8": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 77.38, + "y": 11.24, + "z": 25.49 + }, + "A9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 74.24, + "z": 25.49 + }, + "B9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 65.24, + "z": 25.49 + }, + "C9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 56.24, + "z": 25.49 + }, + "D9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 47.24, + "z": 25.49 + }, + "E9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 38.24, + "z": 25.49 + }, + "F9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 29.24, + "z": 25.49 + }, + "G9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 20.24, + "z": 25.49 + }, + "H9": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 86.38, + "y": 11.24, + "z": 25.49 + }, + "A10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 74.24, + "z": 25.49 + }, + "B10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 65.24, + "z": 25.49 + }, + "C10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 56.24, + "z": 25.49 + }, + "D10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 47.24, + "z": 25.49 + }, + "E10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 38.24, + "z": 25.49 + }, + "F10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 29.24, + "z": 25.49 + }, + "G10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 20.24, + "z": 25.49 + }, + "H10": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 95.38, + "y": 11.24, + "z": 25.49 + }, + "A11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 74.24, + "z": 25.49 + }, + "B11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 65.24, + "z": 25.49 + }, + "C11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 56.24, + "z": 25.49 + }, + "D11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 47.24, + "z": 25.49 + }, + "E11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 38.24, + "z": 25.49 + }, + "F11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 29.24, + "z": 25.49 + }, + "G11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 20.24, + "z": 25.49 + }, + "H11": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 104.38, + "y": 11.24, + "z": 25.49 + }, + "A12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 74.24, + "z": 25.49 + }, + "B12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 65.24, + "z": 25.49 + }, + "C12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 56.24, + "z": 25.49 + }, + "D12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 47.24, + "z": 25.49 + }, + "E12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 38.24, + "z": 25.49 + }, + "F12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 29.24, + "z": 25.49 + }, + "G12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 20.24, + "z": 25.49 + }, + "H12": { + "depth": 39.2, + "shape": "circular", + "diameter": 3.27, + "totalLiquidVolume": 10, + "x": 113.38, + "y": 11.24, + "z": 25.49 + } + }, + "groups": [ + { + "metadata": {}, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": true, + "tipLength": 39.2, + "tipOverlap": 3.29, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_tiprack_10ul" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/usascientific_12_reservoir_22ml/1": { + "ordering": [ + ["A1"], + ["A2"], + ["A3"], + ["A4"], + ["A5"], + ["A6"], + ["A7"], + ["A8"], + ["A9"], + ["A10"], + ["A11"], + ["A12"] + ], + "schemaVersion": 2, + "version": 1, + "namespace": "opentrons", + "metadata": { + "displayName": "USA Scientific 12 Well Reservoir 22 mL", + "displayVolumeUnits": "mL", + "displayCategory": "reservoir", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.8, + "zDimension": 44.45 + }, + "parameters": { + "format": "trough", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "usascientific_12_reservoir_22ml", + "quirks": ["centerMultichannelOnWells", "touchTipDisabled"] + }, + "wells": { + "A1": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 13.94, + "y": 42.9, + "z": 2.29 + }, + "A2": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 23.03, + "y": 42.9, + "z": 2.29 + }, + "A3": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 32.12, + "y": 42.9, + "z": 2.29 + }, + "A4": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 41.21, + "y": 42.9, + "z": 2.29 + }, + "A5": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 50.3, + "y": 42.9, + "z": 2.29 + }, + "A6": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 59.39, + "y": 42.9, + "z": 2.29 + }, + "A7": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 68.48, + "y": 42.9, + "z": 2.29 + }, + "A8": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 77.57, + "y": 42.9, + "z": 2.29 + }, + "A9": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 86.66, + "y": 42.9, + "z": 2.29 + }, + "A10": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 95.75, + "y": 42.9, + "z": 2.29 + }, + "A11": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 104.84, + "y": 42.9, + "z": 2.29 + }, + "A12": { + "shape": "rectangular", + "depth": 42.16, + "xDimension": 8.33, + "yDimension": 71.88, + "totalLiquidVolume": 22000, + "x": 113.93, + "y": 42.9, + "z": 2.29 + } + }, + "groups": [ + { + "wells": [ + "A1", + "A2", + "A3", + "A4", + "A5", + "A6", + "A7", + "A8", + "A9", + "A10", + "A11", + "A12" + ], + "metadata": { "wellBottomShape": "v" } + } + ], + "brand": { + "brand": "USA Scientific", + "brandId": ["1061-8150"], + "links": [ + "https://www.usascientific.com/12-channel-automation-reservoir.aspx" + ] + }, + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/corning_96_wellplate_360ul_flat/1": { + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Corning", + "brandId": [ + "3650", + "3916", + "3915", + "3361", + "3590", + "9018", + "3591", + "9017", + "3641", + "3628", + "3370", + "2507", + "2509", + "2503", + "3665", + "3600", + "3362", + "3917", + "3912", + "3925", + "3922", + "3596", + "3977", + "3598", + "3599", + "3585", + "3595", + "3300", + "3474" + ], + "links": [ + "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Corning%C2%AE-96-well-Solid-Black-and-White-Polystyrene-Microplates/p/corning96WellSolidBlackAndWhitePolystyreneMicroplates" + ] + }, + "metadata": { + "displayName": "Corning 96 Well Plate 360 µL Flat", + "displayCategory": "wellPlate", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.47, + "zDimension": 14.22 + }, + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 }, + "wells": { + "H1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 11.24, + "z": 3.55 + }, + "G1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 20.24, + "z": 3.55 + }, + "F1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 29.24, + "z": 3.55 + }, + "E1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 38.24, + "z": 3.55 + }, + "D1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 47.24, + "z": 3.55 + }, + "C1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 56.24, + "z": 3.55 + }, + "B1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 65.24, + "z": 3.55 + }, + "A1": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 14.38, + "y": 74.24, + "z": 3.55 + }, + "H2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 11.24, + "z": 3.55 + }, + "G2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 20.24, + "z": 3.55 + }, + "F2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 29.24, + "z": 3.55 + }, + "E2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 38.24, + "z": 3.55 + }, + "D2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 47.24, + "z": 3.55 + }, + "C2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 56.24, + "z": 3.55 + }, + "B2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 65.24, + "z": 3.55 + }, + "A2": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 23.38, + "y": 74.24, + "z": 3.55 + }, + "H3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 11.24, + "z": 3.55 + }, + "G3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 20.24, + "z": 3.55 + }, + "F3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 29.24, + "z": 3.55 + }, + "E3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 38.24, + "z": 3.55 + }, + "D3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 47.24, + "z": 3.55 + }, + "C3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 56.24, + "z": 3.55 + }, + "B3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 65.24, + "z": 3.55 + }, + "A3": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 32.38, + "y": 74.24, + "z": 3.55 + }, + "H4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 11.24, + "z": 3.55 + }, + "G4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 20.24, + "z": 3.55 + }, + "F4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 29.24, + "z": 3.55 + }, + "E4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 38.24, + "z": 3.55 + }, + "D4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 47.24, + "z": 3.55 + }, + "C4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 56.24, + "z": 3.55 + }, + "B4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 65.24, + "z": 3.55 + }, + "A4": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 41.38, + "y": 74.24, + "z": 3.55 + }, + "H5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 11.24, + "z": 3.55 + }, + "G5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 20.24, + "z": 3.55 + }, + "F5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 29.24, + "z": 3.55 + }, + "E5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 38.24, + "z": 3.55 + }, + "D5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 47.24, + "z": 3.55 + }, + "C5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 56.24, + "z": 3.55 + }, + "B5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 65.24, + "z": 3.55 + }, + "A5": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 50.38, + "y": 74.24, + "z": 3.55 + }, + "H6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 11.24, + "z": 3.55 + }, + "G6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 20.24, + "z": 3.55 + }, + "F6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 29.24, + "z": 3.55 + }, + "E6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 38.24, + "z": 3.55 + }, + "D6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 47.24, + "z": 3.55 + }, + "C6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 56.24, + "z": 3.55 + }, + "B6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 65.24, + "z": 3.55 + }, + "A6": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 59.38, + "y": 74.24, + "z": 3.55 + }, + "H7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 11.24, + "z": 3.55 + }, + "G7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 20.24, + "z": 3.55 + }, + "F7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 29.24, + "z": 3.55 + }, + "E7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 38.24, + "z": 3.55 + }, + "D7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 47.24, + "z": 3.55 + }, + "C7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 56.24, + "z": 3.55 + }, + "B7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 65.24, + "z": 3.55 + }, + "A7": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 68.38, + "y": 74.24, + "z": 3.55 + }, + "H8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 11.24, + "z": 3.55 + }, + "G8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 20.24, + "z": 3.55 + }, + "F8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 29.24, + "z": 3.55 + }, + "E8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 38.24, + "z": 3.55 + }, + "D8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 47.24, + "z": 3.55 + }, + "C8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 56.24, + "z": 3.55 + }, + "B8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 65.24, + "z": 3.55 + }, + "A8": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 77.38, + "y": 74.24, + "z": 3.55 + }, + "H9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 11.24, + "z": 3.55 + }, + "G9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 20.24, + "z": 3.55 + }, + "F9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 29.24, + "z": 3.55 + }, + "E9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 38.24, + "z": 3.55 + }, + "D9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 47.24, + "z": 3.55 + }, + "C9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 56.24, + "z": 3.55 + }, + "B9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 65.24, + "z": 3.55 + }, + "A9": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 86.38, + "y": 74.24, + "z": 3.55 + }, + "H10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 11.24, + "z": 3.55 + }, + "G10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 20.24, + "z": 3.55 + }, + "F10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 29.24, + "z": 3.55 + }, + "E10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 38.24, + "z": 3.55 + }, + "D10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 47.24, + "z": 3.55 + }, + "C10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 56.24, + "z": 3.55 + }, + "B10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 65.24, + "z": 3.55 + }, + "A10": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 95.38, + "y": 74.24, + "z": 3.55 + }, + "H11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 11.24, + "z": 3.55 + }, + "G11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 20.24, + "z": 3.55 + }, + "F11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 29.24, + "z": 3.55 + }, + "E11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 38.24, + "z": 3.55 + }, + "D11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 47.24, + "z": 3.55 + }, + "C11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 56.24, + "z": 3.55 + }, + "B11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 65.24, + "z": 3.55 + }, + "A11": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 104.38, + "y": 74.24, + "z": 3.55 + }, + "H12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 11.24, + "z": 3.55 + }, + "G12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 20.24, + "z": 3.55 + }, + "F12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 29.24, + "z": 3.55 + }, + "E12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 38.24, + "z": 3.55 + }, + "D12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 47.24, + "z": 3.55 + }, + "C12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 56.24, + "z": 3.55 + }, + "B12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 65.24, + "z": 3.55 + }, + "A12": { + "depth": 10.67, + "shape": "circular", + "diameter": 6.86, + "totalLiquidVolume": 360, + "x": 113.38, + "y": 74.24, + "z": 3.55 + } + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ], + "metadata": { "wellBottomShape": "flat" } + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "corning_96_wellplate_360ul_flat" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2 + } + }, + "schemaVersion": 3, + "commands": [ + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A2" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B1", + "offsetFromBottomMm": 0.5, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B1", + "offsetFromBottomMm": 0.5, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B1", + "offsetFromBottomMm": 0.5, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B1", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A1", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 18, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "C1", + "offsetFromBottomMm": 10, + "flowRate": 2 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 18, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A1", + "offsetFromBottomMm": 10, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "B1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "D1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "C1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "E1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "D1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A3", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "F1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A3" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A4" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A2", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A5" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A3", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A3", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "E1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "G1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "H1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A3", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A2", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A6" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A1", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A2", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A3", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A3", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A4", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B4", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A3", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A4", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A5", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A5", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B5", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "B5", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A3", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A3", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A4", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A4", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "C5", + "offsetFromBottomMm": 10, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "D5", + "offsetFromBottomMm": 10, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A3", + "offsetFromBottomMm": 10, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A4", + "offsetFromBottomMm": 10, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "F1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "E4", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "G1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "F4", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A7" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A5", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A8" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A6", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "H1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "E4", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "F4", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A9" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 3, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 41.16 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 10 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 20 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 10, + "flowRate": 5 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "flowRate": 5, + "offsetFromBottomMm": 10.67 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 20 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 5, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 20 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 10, + "flowRate": 10 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "flowRate": 10, + "offsetFromBottomMm": 10.67 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A10" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "B10" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A11" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "A12" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "C10" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "cea1c650-1811-11e9-9608-8bed9be8868f", + "well": "A1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "0bc091e0-180a-11e9-9608-8bed9be8868f:trough-12row", + "well": "A2", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 10, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1", + "flowRate": 10, + "offsetFromBottomMm": 0 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 9.67 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 5, + "flowRate": 10 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 5, + "flowRate": 5 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 5, + "flowRate": 10 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 5, + "flowRate": 5 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 5, + "flowRate": 10 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 5, + "flowRate": 5 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 5, + "flowRate": 10 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 5, + "flowRate": 5 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "flowRate": 5, + "offsetFromBottomMm": 10.67 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 5.3 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 5, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 5, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 5, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 5, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 4, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 5, + "flowRate": 10 + } + }, + { + "command": "blowout", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "flowRate": 10, + "offsetFromBottomMm": 10.67 + } + }, + { + "command": "touchTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 5.3 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "D10" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "E10" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "F10" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "cea1c650-1811-11e9-9608-8bed9be8868f", + "well": "A2" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A6", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A6", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A6", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A6", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "cea1c650-1811-11e9-9608-8bed9be8868f", + "well": "A3" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "cea1c650-1811-11e9-9608-8bed9be8868f", + "well": "A4" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "0121e950-180a-11e9-9608-8bed9be8868f:tiprack-10ul", + "well": "G10" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A9", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217420-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "cea1c650-1811-11e9-9608-8bed9be8868f", + "well": "A5" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A6", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A6", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A6", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A6", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A7", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "aspirate", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 1, + "flowRate": 5 + } + }, + { + "command": "dispense", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "volume": 2, + "labware": "3c1a31c0-180a-11e9-9608-8bed9be8868f:96-flat", + "well": "A8", + "offsetFromBottomMm": 0.5, + "flowRate": 10 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "01217421-180a-11e9-9608-8bed9be8868f", + "labware": "trashId", + "well": "A1" + } + } + ] +} diff --git a/protocol-designer/fixtures/protocol/4/doItAllV4.json b/protocol-designer/fixtures/protocol/4/doItAllV4.json index d7d93160294..f162a3ba145 100644 --- a/protocol-designer/fixtures/protocol/4/doItAllV4.json +++ b/protocol-designer/fixtures/protocol/4/doItAllV4.json @@ -1 +1,2719 @@ -{"metadata":{"protocolName":"Do it all v4","author":"Fixture","description":"Test all v4 commands","created":1585930833548,"category":null,"subcategory":null,"tags":[]},"designerApplication":{"name":"opentrons/protocol-designer","version":"3.0.8","data":{"_internalAppBuildDate":"Thu, 02 Apr 2020 20:21:23 GMT","defaultValues":{"aspirate_mmFromBottom":1,"dispense_mmFromBottom":0.5,"touchTip_mmFromTop":-1,"blowout_mmFromTop":0},"pipetteTiprackAssignments":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":"opentrons/opentrons_96_tiprack_300ul/1"},"dismissedWarnings":{"form":{},"timeline":{}},"ingredients":{"0":{"name":"Water","description":null,"serialize":false,"liquidGroupId":"0"}},"ingredLocations":{"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"A1":{"0":{"volume":100}},"B1":{"0":{"volume":100}},"C1":{"0":{"volume":100}},"D1":{"0":{"volume":100}},"E1":{"0":{"volume":100}},"F1":{"0":{"volume":100}},"G1":{"0":{"volume":100}},"H1":{"0":{"volume":100}},"A2":{"0":{"volume":100}},"B2":{"0":{"volume":100}},"C2":{"0":{"volume":100}},"D2":{"0":{"volume":100}},"E2":{"0":{"volume":100}},"F2":{"0":{"volume":100}},"G2":{"0":{"volume":100}},"H2":{"0":{"volume":100}}}},"savedStepForms":{"__INITIAL_DECK_SETUP_STEP__":{"stepType":"manualIntervention","id":"__INITIAL_DECK_SETUP_STEP__","labwareLocationUpdate":{"trashId":"12","0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1":"2","1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType"},"pipetteLocationUpdate":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":"left"},"moduleLocationUpdate":{"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType":"1","0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType":"3"}},"2e48b500-75c7-11ea-b42f-4b64e50f43e5":{"id":"2e48b500-75c7-11ea-b42f-4b64e50f43e5","stepType":"magnet","stepName":"magnet","stepDetails":"","moduleId":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","magnetAction":"engage","engageHeight":"6"},"3153f930-75c7-11ea-b42f-4b64e50f43e5":{"id":"3153f930-75c7-11ea-b42f-4b64e50f43e5","stepType":"temperature","stepName":"temperature","stepDetails":"","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","setTemperature":"true","targetTemperature":"25"},"364a4480-75c7-11ea-b42f-4b64e50f43e5":{"id":"364a4480-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilTemperature","pauseHour":null,"pauseMinute":null,"pauseSecond":null,"pauseMessage":"","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","pauseTemperature":"25"},"3961e4c0-75c7-11ea-b42f-4b64e50f43e5":{"id":"3961e4c0-75c7-11ea-b42f-4b64e50f43e5","stepType":"moveLiquid","stepName":"transfer","stepDetails":"","pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":"30","changeTip":"always","path":"single","aspirate_wells_grouped":false,"aspirate_flowRate":null,"aspirate_labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","aspirate_wells":["A1","B1"],"aspirate_wellOrder_first":"t2b","aspirate_wellOrder_second":"l2r","aspirate_mix_checkbox":false,"aspirate_mix_times":null,"aspirate_mix_volume":null,"aspirate_mmFromBottom":1,"aspirate_touchTip_checkbox":false,"dispense_flowRate":null,"dispense_labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","dispense_wells":["A1"],"dispense_wellOrder_first":"t2b","dispense_wellOrder_second":"l2r","dispense_mix_checkbox":false,"dispense_mix_times":null,"dispense_mix_volume":null,"dispense_mmFromBottom":0.5,"dispense_touchTip_checkbox":false,"disposalVolume_checkbox":true,"disposalVolume_volume":"20","blowout_checkbox":false,"blowout_location":"trashId","preWetTip":false},"4f4057e0-75c7-11ea-b42f-4b64e50f43e5":{"id":"4f4057e0-75c7-11ea-b42f-4b64e50f43e5","stepType":"magnet","stepName":"magnet","stepDetails":"","moduleId":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","magnetAction":"disengage","engageHeight":"6"},"54dc3200-75c7-11ea-b42f-4b64e50f43e5":{"id":"54dc3200-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilResume","pauseHour":null,"pauseMinute":null,"pauseSecond":null,"pauseMessage":"Wait until user intervention","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","pauseTemperature":null},"5db07ad0-75c7-11ea-b42f-4b64e50f43e5":{"id":"5db07ad0-75c7-11ea-b42f-4b64e50f43e5","stepType":"pause","stepName":"pause","stepDetails":"","pauseForAmountOfTime":"untilTime","pauseHour":null,"pauseMinute":"1","pauseSecond":"2","pauseMessage":"","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","pauseTemperature":null},"80c00130-75c7-11ea-b42f-4b64e50f43e5":{"id":"80c00130-75c7-11ea-b42f-4b64e50f43e5","stepType":"temperature","stepName":"temperature","stepDetails":"","moduleId":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","setTemperature":"false","targetTemperature":null}},"orderedStepIds":["2e48b500-75c7-11ea-b42f-4b64e50f43e5","3153f930-75c7-11ea-b42f-4b64e50f43e5","5db07ad0-75c7-11ea-b42f-4b64e50f43e5","3961e4c0-75c7-11ea-b42f-4b64e50f43e5","364a4480-75c7-11ea-b42f-4b64e50f43e5","4f4057e0-75c7-11ea-b42f-4b64e50f43e5","54dc3200-75c7-11ea-b42f-4b64e50f43e5","80c00130-75c7-11ea-b42f-4b64e50f43e5"]}},"robot":{"model":"OT-2 Standard"},"pipettes":{"0b3f2210-75c7-11ea-b42f-4b64e50f43e5":{"mount":"left","name":"p300_single_gen2"}},"labware":{"trashId":{"slot":"12","displayName":"Trash","definitionId":"opentrons/opentrons_1_trash_1100ml_fixed/1"},"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1":{"slot":"2","displayName":"Opentrons 96 Tip Rack 300 µL","definitionId":"opentrons/opentrons_96_tiprack_300ul/1"},"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"slot":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","displayName":"NEST 96 Well Plate 100 µL PCR Full Skirt","definitionId":"opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1"},"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":{"slot":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","displayName":"Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap","definitionId":"opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1"}},"labwareDefinitions":{"opentrons/opentrons_1_trash_1100ml_fixed/1":{"ordering":[["A1"]],"metadata":{"displayCategory":"trash","displayVolumeUnits":"mL","displayName":"Opentrons Fixed Trash","tags":[]},"schemaVersion":2,"version":1,"namespace":"opentrons","dimensions":{"xDimension":172.86,"yDimension":165.86,"zDimension":82},"parameters":{"format":"trash","isTiprack":false,"loadName":"opentrons_1_trash_1100ml_fixed","isMagneticModuleCompatible":false,"quirks":["fixedTrash","centerMultichannelOnWells","touchTipDisabled"]},"wells":{"A1":{"shape":"rectangular","yDimension":165.67,"xDimension":107.11,"totalLiquidVolume":1100000,"depth":0,"x":82.84,"y":80,"z":82}},"brand":{"brand":"Opentrons"},"groups":[{"wells":["A1"],"metadata":{}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_96_tiprack_300ul/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-300ul-tips"]},"metadata":{"displayName":"Opentrons 96 Tip Rack 300 µL","displayCategory":"tipRack","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":64.49},"wells":{"A1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":74.24,"z":5.39},"B1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":65.24,"z":5.39},"C1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":56.24,"z":5.39},"D1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":47.24,"z":5.39},"E1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":38.24,"z":5.39},"F1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":29.24,"z":5.39},"G1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":20.24,"z":5.39},"H1":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":14.38,"y":11.24,"z":5.39},"A2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":74.24,"z":5.39},"B2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":65.24,"z":5.39},"C2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":56.24,"z":5.39},"D2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":47.24,"z":5.39},"E2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":38.24,"z":5.39},"F2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":29.24,"z":5.39},"G2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":20.24,"z":5.39},"H2":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":23.38,"y":11.24,"z":5.39},"A3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":74.24,"z":5.39},"B3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":65.24,"z":5.39},"C3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":56.24,"z":5.39},"D3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":47.24,"z":5.39},"E3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":38.24,"z":5.39},"F3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":29.24,"z":5.39},"G3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":20.24,"z":5.39},"H3":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":32.38,"y":11.24,"z":5.39},"A4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":74.24,"z":5.39},"B4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":65.24,"z":5.39},"C4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":56.24,"z":5.39},"D4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":47.24,"z":5.39},"E4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":38.24,"z":5.39},"F4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":29.24,"z":5.39},"G4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":20.24,"z":5.39},"H4":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":41.38,"y":11.24,"z":5.39},"A5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":74.24,"z":5.39},"B5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":65.24,"z":5.39},"C5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":56.24,"z":5.39},"D5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":47.24,"z":5.39},"E5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":38.24,"z":5.39},"F5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":29.24,"z":5.39},"G5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":20.24,"z":5.39},"H5":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":50.38,"y":11.24,"z":5.39},"A6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":74.24,"z":5.39},"B6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":65.24,"z":5.39},"C6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":56.24,"z":5.39},"D6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":47.24,"z":5.39},"E6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":38.24,"z":5.39},"F6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":29.24,"z":5.39},"G6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":20.24,"z":5.39},"H6":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":59.38,"y":11.24,"z":5.39},"A7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":74.24,"z":5.39},"B7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":65.24,"z":5.39},"C7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":56.24,"z":5.39},"D7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":47.24,"z":5.39},"E7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":38.24,"z":5.39},"F7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":29.24,"z":5.39},"G7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":20.24,"z":5.39},"H7":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":68.38,"y":11.24,"z":5.39},"A8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":74.24,"z":5.39},"B8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":65.24,"z":5.39},"C8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":56.24,"z":5.39},"D8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":47.24,"z":5.39},"E8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":38.24,"z":5.39},"F8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":29.24,"z":5.39},"G8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":20.24,"z":5.39},"H8":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":77.38,"y":11.24,"z":5.39},"A9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":74.24,"z":5.39},"B9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":65.24,"z":5.39},"C9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":56.24,"z":5.39},"D9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":47.24,"z":5.39},"E9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":38.24,"z":5.39},"F9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":29.24,"z":5.39},"G9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":20.24,"z":5.39},"H9":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":86.38,"y":11.24,"z":5.39},"A10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":74.24,"z":5.39},"B10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":65.24,"z":5.39},"C10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":56.24,"z":5.39},"D10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":47.24,"z":5.39},"E10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":38.24,"z":5.39},"F10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":29.24,"z":5.39},"G10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":20.24,"z":5.39},"H10":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":95.38,"y":11.24,"z":5.39},"A11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":74.24,"z":5.39},"B11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":65.24,"z":5.39},"C11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":56.24,"z":5.39},"D11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":47.24,"z":5.39},"E11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":38.24,"z":5.39},"F11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":29.24,"z":5.39},"G11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":20.24,"z":5.39},"H11":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":104.38,"y":11.24,"z":5.39},"A12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":74.24,"z":5.39},"B12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":65.24,"z":5.39},"C12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":56.24,"z":5.39},"D12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":47.24,"z":5.39},"E12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":38.24,"z":5.39},"F12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":29.24,"z":5.39},"G12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":20.24,"z":5.39},"H12":{"depth":59.3,"shape":"circular","diameter":5.23,"totalLiquidVolume":300,"x":113.38,"y":11.24,"z":5.39}},"groups":[{"metadata":{},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":true,"tipLength":59.3,"tipOverlap":7.47,"isMagneticModuleCompatible":false,"loadName":"opentrons_96_tiprack_300ul"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"NEST","brandId":["402501"],"links":["http://www.cell-nest.com/page94?_l=en&product_id=97&product_category=96"]},"metadata":{"displayName":"NEST 96 Well Plate 100 µL PCR Full Skirt","displayCategory":"wellPlate","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127.76,"yDimension":85.48,"zDimension":15.7},"wells":{"A1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":74.24,"z":0.92},"B1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":65.24,"z":0.92},"C1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":56.24,"z":0.92},"D1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":47.24,"z":0.92},"E1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":38.24,"z":0.92},"F1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":29.24,"z":0.92},"G1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":20.24,"z":0.92},"H1":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":14.38,"y":11.24,"z":0.92},"A2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":74.24,"z":0.92},"B2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":65.24,"z":0.92},"C2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":56.24,"z":0.92},"D2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":47.24,"z":0.92},"E2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":38.24,"z":0.92},"F2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":29.24,"z":0.92},"G2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":20.24,"z":0.92},"H2":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":23.38,"y":11.24,"z":0.92},"A3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":74.24,"z":0.92},"B3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":65.24,"z":0.92},"C3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":56.24,"z":0.92},"D3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":47.24,"z":0.92},"E3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":38.24,"z":0.92},"F3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":29.24,"z":0.92},"G3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":20.24,"z":0.92},"H3":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":32.38,"y":11.24,"z":0.92},"A4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":74.24,"z":0.92},"B4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":65.24,"z":0.92},"C4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":56.24,"z":0.92},"D4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":47.24,"z":0.92},"E4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":38.24,"z":0.92},"F4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":29.24,"z":0.92},"G4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":20.24,"z":0.92},"H4":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":41.38,"y":11.24,"z":0.92},"A5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":74.24,"z":0.92},"B5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":65.24,"z":0.92},"C5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":56.24,"z":0.92},"D5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":47.24,"z":0.92},"E5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":38.24,"z":0.92},"F5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":29.24,"z":0.92},"G5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":20.24,"z":0.92},"H5":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":50.38,"y":11.24,"z":0.92},"A6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":74.24,"z":0.92},"B6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":65.24,"z":0.92},"C6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":56.24,"z":0.92},"D6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":47.24,"z":0.92},"E6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":38.24,"z":0.92},"F6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":29.24,"z":0.92},"G6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":20.24,"z":0.92},"H6":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":59.38,"y":11.24,"z":0.92},"A7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":74.24,"z":0.92},"B7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":65.24,"z":0.92},"C7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":56.24,"z":0.92},"D7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":47.24,"z":0.92},"E7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":38.24,"z":0.92},"F7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":29.24,"z":0.92},"G7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":20.24,"z":0.92},"H7":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":68.38,"y":11.24,"z":0.92},"A8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":74.24,"z":0.92},"B8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":65.24,"z":0.92},"C8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":56.24,"z":0.92},"D8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":47.24,"z":0.92},"E8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":38.24,"z":0.92},"F8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":29.24,"z":0.92},"G8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":20.24,"z":0.92},"H8":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":77.38,"y":11.24,"z":0.92},"A9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":74.24,"z":0.92},"B9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":65.24,"z":0.92},"C9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":56.24,"z":0.92},"D9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":47.24,"z":0.92},"E9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":38.24,"z":0.92},"F9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":29.24,"z":0.92},"G9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":20.24,"z":0.92},"H9":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":86.38,"y":11.24,"z":0.92},"A10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":74.24,"z":0.92},"B10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":65.24,"z":0.92},"C10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":56.24,"z":0.92},"D10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":47.24,"z":0.92},"E10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":38.24,"z":0.92},"F10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":29.24,"z":0.92},"G10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":20.24,"z":0.92},"H10":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":95.38,"y":11.24,"z":0.92},"A11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":74.24,"z":0.92},"B11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":65.24,"z":0.92},"C11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":56.24,"z":0.92},"D11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":47.24,"z":0.92},"E11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":38.24,"z":0.92},"F11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":29.24,"z":0.92},"G11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":20.24,"z":0.92},"H11":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":104.38,"y":11.24,"z":0.92},"A12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":74.24,"z":0.92},"B12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":65.24,"z":0.92},"C12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":56.24,"z":0.92},"D12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":47.24,"z":0.92},"E12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":38.24,"z":0.92},"F12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":29.24,"z":0.92},"G12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":20.24,"z":0.92},"H12":{"depth":14.78,"shape":"circular","diameter":5.34,"totalLiquidVolume":100,"x":113.38,"y":11.24,"z":0.92}},"groups":[{"metadata":{"wellBottomShape":"v"},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"96Standard","isTiprack":false,"isMagneticModuleCompatible":true,"magneticModuleEngageHeight":20,"loadName":"nest_96_wellplate_100ul_pcr_full_skirt"},"namespace":"opentrons","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}},"opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1":{"ordering":[["A1","B1","C1","D1"],["A2","B2","C2","D2"],["A3","B3","C3","D3"],["A4","B4","C4","D4"],["A5","B5","C5","D5"],["A6","B6","C6","D6"]],"schemaVersion":2,"version":1,"namespace":"opentrons","metadata":{"displayName":"Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap","displayVolumeUnits":"mL","displayCategory":"aluminumBlock","tags":[]},"dimensions":{"xDimension":127.75,"yDimension":85.5,"zDimension":42},"parameters":{"format":"irregular","isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"opentrons_24_aluminumblock_generic_2ml_screwcap"},"wells":{"D1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":16.88,"z":6.7},"C1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":34.13,"z":6.7},"B1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":51.38,"z":6.7},"A1":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":20.75,"y":68.63,"z":6.7},"D2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":16.88,"z":6.7},"C2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":34.13,"z":6.7},"B2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":51.38,"z":6.7},"A2":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":38,"y":68.63,"z":6.7},"D3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":16.88,"z":6.7},"C3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":34.13,"z":6.7},"B3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":51.38,"z":6.7},"A3":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":55.25,"y":68.63,"z":6.7},"D4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":16.88,"z":6.7},"C4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":34.13,"z":6.7},"B4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":51.38,"z":6.7},"A4":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":72.5,"y":68.63,"z":6.7},"D5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":16.88,"z":6.7},"C5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":34.13,"z":6.7},"B5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":51.38,"z":6.7},"A5":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":89.75,"y":68.63,"z":6.7},"D6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":16.88,"z":6.7},"C6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":34.13,"z":6.7},"B6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":51.38,"z":6.7},"A6":{"shape":"circular","depth":42,"diameter":8.5,"totalLiquidVolume":2000,"x":107,"y":68.63,"z":6.7}},"brand":{"brand":"Opentrons","brandId":[],"links":["https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set"]},"groups":[{"wells":["A1","B1","C1","D1","A2","B2","C2","D2","A3","B3","C3","D3","A4","B4","C4","D4","A5","B5","C5","D5","A6","B6","C6","D6"],"metadata":{"displayName":"Generic 2 mL Screwcap","displayCategory":"tubeRack","wellBottomShape":"v"},"brand":{"brand":"generic","brandId":[],"links":[]}}],"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}}},"$otSharedSchema":"#/protocol/schemas/4","schemaVersion":4,"modules":{"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType":{"slot":"1","model":"magneticModuleV2"},"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType":{"slot":"3","model":"temperatureModuleV2"}},"commands":[{"command":"magneticModule/engageMagnet","params":{"module":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType","engageHeight":6}},{"command":"temperatureModule/setTargetTemperature","params":{"module":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","temperature":25}},{"command":"delay","params":{"message":"","wait":62}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"A1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"A1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A1","offsetFromBottomMm":0.5,"flowRate":46.43}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}},{"command":"pickUpTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1","well":"B1"}},{"command":"aspirate","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1","well":"B1","offsetFromBottomMm":1,"flowRate":46.43}},{"command":"dispense","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","volume":30,"labware":"21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1","well":"A1","offsetFromBottomMm":0.5,"flowRate":46.43}},{"command":"dropTip","params":{"pipette":"0b3f2210-75c7-11ea-b42f-4b64e50f43e5","labware":"trashId","well":"A1"}},{"command":"temperatureModule/awaitTemperature","params":{"module":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType","temperature":25}},{"command":"magneticModule/disengageMagnet","params":{"module":"0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType"}},{"command":"delay","params":{"message":"Wait until user intervention","wait":true}},{"command":"temperatureModule/deactivate","params":{"module":"0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType"}}]} \ No newline at end of file +{ + "metadata": { + "protocolName": "Do it all v4", + "author": "Fixture", + "description": "Test all v4 commands", + "created": 1585930833548, + "category": null, + "subcategory": null, + "tags": [] + }, + "designerApplication": { + "name": "opentrons/protocol-designer", + "version": "3.0.8", + "data": { + "_internalAppBuildDate": "Thu, 02 Apr 2020 20:21:23 GMT", + "defaultValues": { + "aspirate_mmFromBottom": 1, + "dispense_mmFromBottom": 0.5, + "touchTip_mmFromTop": -1, + "blowout_mmFromTop": 0 + }, + "pipetteTiprackAssignments": { + "0b3f2210-75c7-11ea-b42f-4b64e50f43e5": "opentrons/opentrons_96_tiprack_300ul/1" + }, + "dismissedWarnings": { "form": {}, "timeline": {} }, + "ingredients": { + "0": { + "name": "Water", + "description": null, + "serialize": false, + "liquidGroupId": "0" + } + }, + "ingredLocations": { + "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1": { + "A1": { "0": { "volume": 100 } }, + "B1": { "0": { "volume": 100 } }, + "C1": { "0": { "volume": 100 } }, + "D1": { "0": { "volume": 100 } }, + "E1": { "0": { "volume": 100 } }, + "F1": { "0": { "volume": 100 } }, + "G1": { "0": { "volume": 100 } }, + "H1": { "0": { "volume": 100 } }, + "A2": { "0": { "volume": 100 } }, + "B2": { "0": { "volume": 100 } }, + "C2": { "0": { "volume": 100 } }, + "D2": { "0": { "volume": 100 } }, + "E2": { "0": { "volume": 100 } }, + "F2": { "0": { "volume": 100 } }, + "G2": { "0": { "volume": 100 } }, + "H2": { "0": { "volume": 100 } } + } + }, + "savedStepForms": { + "__INITIAL_DECK_SETUP_STEP__": { + "stepType": "manualIntervention", + "id": "__INITIAL_DECK_SETUP_STEP__", + "labwareLocationUpdate": { + "trashId": "12", + "0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1": "2", + "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1": "0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType", + "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType" + }, + "pipetteLocationUpdate": { + "0b3f2210-75c7-11ea-b42f-4b64e50f43e5": "left" + }, + "moduleLocationUpdate": { + "0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType": "1", + "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType": "3" + } + }, + "2e48b500-75c7-11ea-b42f-4b64e50f43e5": { + "id": "2e48b500-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "magnet", + "stepName": "magnet", + "stepDetails": "", + "moduleId": "0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType", + "magnetAction": "engage", + "engageHeight": "6" + }, + "3153f930-75c7-11ea-b42f-4b64e50f43e5": { + "id": "3153f930-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "temperature", + "stepName": "temperature", + "stepDetails": "", + "moduleId": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType", + "setTemperature": "true", + "targetTemperature": "25" + }, + "364a4480-75c7-11ea-b42f-4b64e50f43e5": { + "id": "364a4480-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "pause", + "stepName": "pause", + "stepDetails": "", + "pauseForAmountOfTime": "untilTemperature", + "pauseHour": null, + "pauseMinute": null, + "pauseSecond": null, + "pauseMessage": "", + "moduleId": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType", + "pauseTemperature": "25" + }, + "3961e4c0-75c7-11ea-b42f-4b64e50f43e5": { + "id": "3961e4c0-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "moveLiquid", + "stepName": "transfer", + "stepDetails": "", + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": "30", + "changeTip": "always", + "path": "single", + "aspirate_wells_grouped": false, + "aspirate_flowRate": null, + "aspirate_labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "aspirate_wells": ["A1", "B1"], + "aspirate_wellOrder_first": "t2b", + "aspirate_wellOrder_second": "l2r", + "aspirate_mix_checkbox": false, + "aspirate_mix_times": null, + "aspirate_mix_volume": null, + "aspirate_mmFromBottom": 1, + "aspirate_touchTip_checkbox": false, + "dispense_flowRate": null, + "dispense_labware": "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1", + "dispense_wells": ["A1"], + "dispense_wellOrder_first": "t2b", + "dispense_wellOrder_second": "l2r", + "dispense_mix_checkbox": false, + "dispense_mix_times": null, + "dispense_mix_volume": null, + "dispense_mmFromBottom": 0.5, + "dispense_touchTip_checkbox": false, + "disposalVolume_checkbox": true, + "disposalVolume_volume": "20", + "blowout_checkbox": false, + "blowout_location": "trashId", + "preWetTip": false + }, + "4f4057e0-75c7-11ea-b42f-4b64e50f43e5": { + "id": "4f4057e0-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "magnet", + "stepName": "magnet", + "stepDetails": "", + "moduleId": "0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType", + "magnetAction": "disengage", + "engageHeight": "6" + }, + "54dc3200-75c7-11ea-b42f-4b64e50f43e5": { + "id": "54dc3200-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "pause", + "stepName": "pause", + "stepDetails": "", + "pauseForAmountOfTime": "untilResume", + "pauseHour": null, + "pauseMinute": null, + "pauseSecond": null, + "pauseMessage": "Wait until user intervention", + "moduleId": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType", + "pauseTemperature": null + }, + "5db07ad0-75c7-11ea-b42f-4b64e50f43e5": { + "id": "5db07ad0-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "pause", + "stepName": "pause", + "stepDetails": "", + "pauseForAmountOfTime": "untilTime", + "pauseHour": null, + "pauseMinute": "1", + "pauseSecond": "2", + "pauseMessage": "", + "moduleId": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType", + "pauseTemperature": null + }, + "80c00130-75c7-11ea-b42f-4b64e50f43e5": { + "id": "80c00130-75c7-11ea-b42f-4b64e50f43e5", + "stepType": "temperature", + "stepName": "temperature", + "stepDetails": "", + "moduleId": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType", + "setTemperature": "false", + "targetTemperature": null + } + }, + "orderedStepIds": [ + "2e48b500-75c7-11ea-b42f-4b64e50f43e5", + "3153f930-75c7-11ea-b42f-4b64e50f43e5", + "5db07ad0-75c7-11ea-b42f-4b64e50f43e5", + "3961e4c0-75c7-11ea-b42f-4b64e50f43e5", + "364a4480-75c7-11ea-b42f-4b64e50f43e5", + "4f4057e0-75c7-11ea-b42f-4b64e50f43e5", + "54dc3200-75c7-11ea-b42f-4b64e50f43e5", + "80c00130-75c7-11ea-b42f-4b64e50f43e5" + ] + } + }, + "robot": { "model": "OT-2 Standard" }, + "pipettes": { + "0b3f2210-75c7-11ea-b42f-4b64e50f43e5": { + "mount": "left", + "name": "p300_single_gen2" + } + }, + "labware": { + "trashId": { + "slot": "12", + "displayName": "Trash", + "definitionId": "opentrons/opentrons_1_trash_1100ml_fixed/1" + }, + "0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1": { + "slot": "2", + "displayName": "Opentrons 96 Tip Rack 300 µL", + "definitionId": "opentrons/opentrons_96_tiprack_300ul/1" + }, + "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1": { + "slot": "0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType", + "displayName": "NEST 96 Well Plate 100 µL PCR Full Skirt", + "definitionId": "opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1" + }, + "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1": { + "slot": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType", + "displayName": "Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap", + "definitionId": "opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1" + } + }, + "labwareDefinitions": { + "opentrons/opentrons_1_trash_1100ml_fixed/1": { + "ordering": [["A1"]], + "metadata": { + "displayCategory": "trash", + "displayVolumeUnits": "mL", + "displayName": "Opentrons Fixed Trash", + "tags": [] + }, + "schemaVersion": 2, + "version": 1, + "namespace": "opentrons", + "dimensions": { + "xDimension": 172.86, + "yDimension": 165.86, + "zDimension": 82 + }, + "parameters": { + "format": "trash", + "isTiprack": false, + "loadName": "opentrons_1_trash_1100ml_fixed", + "isMagneticModuleCompatible": false, + "quirks": [ + "fixedTrash", + "centerMultichannelOnWells", + "touchTipDisabled" + ] + }, + "wells": { + "A1": { + "shape": "rectangular", + "yDimension": 165.67, + "xDimension": 107.11, + "totalLiquidVolume": 1100000, + "depth": 0, + "x": 82.84, + "y": 80, + "z": 82 + } + }, + "brand": { "brand": "Opentrons" }, + "groups": [{ "wells": ["A1"], "metadata": {} }], + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/opentrons_96_tiprack_300ul/1": { + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/opentrons-tips/products/opentrons-300ul-tips" + ] + }, + "metadata": { + "displayName": "Opentrons 96 Tip Rack 300 µL", + "displayCategory": "tipRack", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 64.49 + }, + "wells": { + "A1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 74.24, + "z": 5.39 + }, + "B1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 65.24, + "z": 5.39 + }, + "C1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 56.24, + "z": 5.39 + }, + "D1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 47.24, + "z": 5.39 + }, + "E1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 38.24, + "z": 5.39 + }, + "F1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 29.24, + "z": 5.39 + }, + "G1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 20.24, + "z": 5.39 + }, + "H1": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 14.38, + "y": 11.24, + "z": 5.39 + }, + "A2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 74.24, + "z": 5.39 + }, + "B2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 65.24, + "z": 5.39 + }, + "C2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 56.24, + "z": 5.39 + }, + "D2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 47.24, + "z": 5.39 + }, + "E2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 38.24, + "z": 5.39 + }, + "F2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 29.24, + "z": 5.39 + }, + "G2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 20.24, + "z": 5.39 + }, + "H2": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 23.38, + "y": 11.24, + "z": 5.39 + }, + "A3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 74.24, + "z": 5.39 + }, + "B3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 65.24, + "z": 5.39 + }, + "C3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 56.24, + "z": 5.39 + }, + "D3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 47.24, + "z": 5.39 + }, + "E3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 38.24, + "z": 5.39 + }, + "F3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 29.24, + "z": 5.39 + }, + "G3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 20.24, + "z": 5.39 + }, + "H3": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 32.38, + "y": 11.24, + "z": 5.39 + }, + "A4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 74.24, + "z": 5.39 + }, + "B4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 65.24, + "z": 5.39 + }, + "C4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 56.24, + "z": 5.39 + }, + "D4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 47.24, + "z": 5.39 + }, + "E4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 38.24, + "z": 5.39 + }, + "F4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 29.24, + "z": 5.39 + }, + "G4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 20.24, + "z": 5.39 + }, + "H4": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 41.38, + "y": 11.24, + "z": 5.39 + }, + "A5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 74.24, + "z": 5.39 + }, + "B5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 65.24, + "z": 5.39 + }, + "C5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 56.24, + "z": 5.39 + }, + "D5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 47.24, + "z": 5.39 + }, + "E5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 38.24, + "z": 5.39 + }, + "F5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 29.24, + "z": 5.39 + }, + "G5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 20.24, + "z": 5.39 + }, + "H5": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 50.38, + "y": 11.24, + "z": 5.39 + }, + "A6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 74.24, + "z": 5.39 + }, + "B6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 65.24, + "z": 5.39 + }, + "C6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 56.24, + "z": 5.39 + }, + "D6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 47.24, + "z": 5.39 + }, + "E6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 38.24, + "z": 5.39 + }, + "F6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 29.24, + "z": 5.39 + }, + "G6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 20.24, + "z": 5.39 + }, + "H6": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 59.38, + "y": 11.24, + "z": 5.39 + }, + "A7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 74.24, + "z": 5.39 + }, + "B7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 65.24, + "z": 5.39 + }, + "C7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 56.24, + "z": 5.39 + }, + "D7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 47.24, + "z": 5.39 + }, + "E7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 38.24, + "z": 5.39 + }, + "F7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 29.24, + "z": 5.39 + }, + "G7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 20.24, + "z": 5.39 + }, + "H7": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 68.38, + "y": 11.24, + "z": 5.39 + }, + "A8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 74.24, + "z": 5.39 + }, + "B8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 65.24, + "z": 5.39 + }, + "C8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 56.24, + "z": 5.39 + }, + "D8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 47.24, + "z": 5.39 + }, + "E8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 38.24, + "z": 5.39 + }, + "F8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 29.24, + "z": 5.39 + }, + "G8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 20.24, + "z": 5.39 + }, + "H8": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 77.38, + "y": 11.24, + "z": 5.39 + }, + "A9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 74.24, + "z": 5.39 + }, + "B9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 65.24, + "z": 5.39 + }, + "C9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 56.24, + "z": 5.39 + }, + "D9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 47.24, + "z": 5.39 + }, + "E9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 38.24, + "z": 5.39 + }, + "F9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 29.24, + "z": 5.39 + }, + "G9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 20.24, + "z": 5.39 + }, + "H9": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 86.38, + "y": 11.24, + "z": 5.39 + }, + "A10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 74.24, + "z": 5.39 + }, + "B10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 65.24, + "z": 5.39 + }, + "C10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 56.24, + "z": 5.39 + }, + "D10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 47.24, + "z": 5.39 + }, + "E10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 38.24, + "z": 5.39 + }, + "F10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 29.24, + "z": 5.39 + }, + "G10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 20.24, + "z": 5.39 + }, + "H10": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 95.38, + "y": 11.24, + "z": 5.39 + }, + "A11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 74.24, + "z": 5.39 + }, + "B11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 65.24, + "z": 5.39 + }, + "C11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 56.24, + "z": 5.39 + }, + "D11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 47.24, + "z": 5.39 + }, + "E11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 38.24, + "z": 5.39 + }, + "F11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 29.24, + "z": 5.39 + }, + "G11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 20.24, + "z": 5.39 + }, + "H11": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 104.38, + "y": 11.24, + "z": 5.39 + }, + "A12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 74.24, + "z": 5.39 + }, + "B12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 65.24, + "z": 5.39 + }, + "C12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 56.24, + "z": 5.39 + }, + "D12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 47.24, + "z": 5.39 + }, + "E12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 38.24, + "z": 5.39 + }, + "F12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 29.24, + "z": 5.39 + }, + "G12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 20.24, + "z": 5.39 + }, + "H12": { + "depth": 59.3, + "shape": "circular", + "diameter": 5.23, + "totalLiquidVolume": 300, + "x": 113.38, + "y": 11.24, + "z": 5.39 + } + }, + "groups": [ + { + "metadata": {}, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": true, + "tipLength": 59.3, + "tipOverlap": 7.47, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_96_tiprack_300ul" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1": { + "ordering": [ + ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], + ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"], + ["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], + ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"], + ["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"], + ["A6", "B6", "C6", "D6", "E6", "F6", "G6", "H6"], + ["A7", "B7", "C7", "D7", "E7", "F7", "G7", "H7"], + ["A8", "B8", "C8", "D8", "E8", "F8", "G8", "H8"], + ["A9", "B9", "C9", "D9", "E9", "F9", "G9", "H9"], + ["A10", "B10", "C10", "D10", "E10", "F10", "G10", "H10"], + ["A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11"], + ["A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"] + ], + "brand": { + "brand": "NEST", + "brandId": ["402501"], + "links": [ + "http://www.cell-nest.com/page94?_l=en&product_id=97&product_category=96" + ] + }, + "metadata": { + "displayName": "NEST 96 Well Plate 100 µL PCR Full Skirt", + "displayCategory": "wellPlate", + "displayVolumeUnits": "µL", + "tags": [] + }, + "dimensions": { + "xDimension": 127.76, + "yDimension": 85.48, + "zDimension": 15.7 + }, + "wells": { + "A1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 74.24, + "z": 0.92 + }, + "B1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 65.24, + "z": 0.92 + }, + "C1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 56.24, + "z": 0.92 + }, + "D1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 47.24, + "z": 0.92 + }, + "E1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 38.24, + "z": 0.92 + }, + "F1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 29.24, + "z": 0.92 + }, + "G1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 20.24, + "z": 0.92 + }, + "H1": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 14.38, + "y": 11.24, + "z": 0.92 + }, + "A2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 74.24, + "z": 0.92 + }, + "B2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 65.24, + "z": 0.92 + }, + "C2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 56.24, + "z": 0.92 + }, + "D2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 47.24, + "z": 0.92 + }, + "E2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 38.24, + "z": 0.92 + }, + "F2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 29.24, + "z": 0.92 + }, + "G2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 20.24, + "z": 0.92 + }, + "H2": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 23.38, + "y": 11.24, + "z": 0.92 + }, + "A3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 74.24, + "z": 0.92 + }, + "B3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 65.24, + "z": 0.92 + }, + "C3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 56.24, + "z": 0.92 + }, + "D3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 47.24, + "z": 0.92 + }, + "E3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 38.24, + "z": 0.92 + }, + "F3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 29.24, + "z": 0.92 + }, + "G3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 20.24, + "z": 0.92 + }, + "H3": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 32.38, + "y": 11.24, + "z": 0.92 + }, + "A4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 74.24, + "z": 0.92 + }, + "B4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 65.24, + "z": 0.92 + }, + "C4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 56.24, + "z": 0.92 + }, + "D4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 47.24, + "z": 0.92 + }, + "E4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 38.24, + "z": 0.92 + }, + "F4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 29.24, + "z": 0.92 + }, + "G4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 20.24, + "z": 0.92 + }, + "H4": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 41.38, + "y": 11.24, + "z": 0.92 + }, + "A5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 74.24, + "z": 0.92 + }, + "B5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 65.24, + "z": 0.92 + }, + "C5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 56.24, + "z": 0.92 + }, + "D5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 47.24, + "z": 0.92 + }, + "E5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 38.24, + "z": 0.92 + }, + "F5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 29.24, + "z": 0.92 + }, + "G5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 20.24, + "z": 0.92 + }, + "H5": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 50.38, + "y": 11.24, + "z": 0.92 + }, + "A6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 74.24, + "z": 0.92 + }, + "B6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 65.24, + "z": 0.92 + }, + "C6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 56.24, + "z": 0.92 + }, + "D6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 47.24, + "z": 0.92 + }, + "E6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 38.24, + "z": 0.92 + }, + "F6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 29.24, + "z": 0.92 + }, + "G6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 20.24, + "z": 0.92 + }, + "H6": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 59.38, + "y": 11.24, + "z": 0.92 + }, + "A7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 74.24, + "z": 0.92 + }, + "B7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 65.24, + "z": 0.92 + }, + "C7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 56.24, + "z": 0.92 + }, + "D7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 47.24, + "z": 0.92 + }, + "E7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 38.24, + "z": 0.92 + }, + "F7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 29.24, + "z": 0.92 + }, + "G7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 20.24, + "z": 0.92 + }, + "H7": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 68.38, + "y": 11.24, + "z": 0.92 + }, + "A8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 74.24, + "z": 0.92 + }, + "B8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 65.24, + "z": 0.92 + }, + "C8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 56.24, + "z": 0.92 + }, + "D8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 47.24, + "z": 0.92 + }, + "E8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 38.24, + "z": 0.92 + }, + "F8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 29.24, + "z": 0.92 + }, + "G8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 20.24, + "z": 0.92 + }, + "H8": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 77.38, + "y": 11.24, + "z": 0.92 + }, + "A9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 74.24, + "z": 0.92 + }, + "B9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 65.24, + "z": 0.92 + }, + "C9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 56.24, + "z": 0.92 + }, + "D9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 47.24, + "z": 0.92 + }, + "E9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 38.24, + "z": 0.92 + }, + "F9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 29.24, + "z": 0.92 + }, + "G9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 20.24, + "z": 0.92 + }, + "H9": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 86.38, + "y": 11.24, + "z": 0.92 + }, + "A10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 74.24, + "z": 0.92 + }, + "B10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 65.24, + "z": 0.92 + }, + "C10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 56.24, + "z": 0.92 + }, + "D10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 47.24, + "z": 0.92 + }, + "E10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 38.24, + "z": 0.92 + }, + "F10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 29.24, + "z": 0.92 + }, + "G10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 20.24, + "z": 0.92 + }, + "H10": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 95.38, + "y": 11.24, + "z": 0.92 + }, + "A11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 74.24, + "z": 0.92 + }, + "B11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 65.24, + "z": 0.92 + }, + "C11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 56.24, + "z": 0.92 + }, + "D11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 47.24, + "z": 0.92 + }, + "E11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 38.24, + "z": 0.92 + }, + "F11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 29.24, + "z": 0.92 + }, + "G11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 20.24, + "z": 0.92 + }, + "H11": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 104.38, + "y": 11.24, + "z": 0.92 + }, + "A12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 74.24, + "z": 0.92 + }, + "B12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 65.24, + "z": 0.92 + }, + "C12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 56.24, + "z": 0.92 + }, + "D12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 47.24, + "z": 0.92 + }, + "E12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 38.24, + "z": 0.92 + }, + "F12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 29.24, + "z": 0.92 + }, + "G12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 20.24, + "z": 0.92 + }, + "H12": { + "depth": 14.78, + "shape": "circular", + "diameter": 5.34, + "totalLiquidVolume": 100, + "x": 113.38, + "y": 11.24, + "z": 0.92 + } + }, + "groups": [ + { + "metadata": { "wellBottomShape": "v" }, + "wells": [ + "A1", + "B1", + "C1", + "D1", + "E1", + "F1", + "G1", + "H1", + "A2", + "B2", + "C2", + "D2", + "E2", + "F2", + "G2", + "H2", + "A3", + "B3", + "C3", + "D3", + "E3", + "F3", + "G3", + "H3", + "A4", + "B4", + "C4", + "D4", + "E4", + "F4", + "G4", + "H4", + "A5", + "B5", + "C5", + "D5", + "E5", + "F5", + "G5", + "H5", + "A6", + "B6", + "C6", + "D6", + "E6", + "F6", + "G6", + "H6", + "A7", + "B7", + "C7", + "D7", + "E7", + "F7", + "G7", + "H7", + "A8", + "B8", + "C8", + "D8", + "E8", + "F8", + "G8", + "H8", + "A9", + "B9", + "C9", + "D9", + "E9", + "F9", + "G9", + "H9", + "A10", + "B10", + "C10", + "D10", + "E10", + "F10", + "G10", + "H10", + "A11", + "B11", + "C11", + "D11", + "E11", + "F11", + "G11", + "H11", + "A12", + "B12", + "C12", + "D12", + "E12", + "F12", + "G12", + "H12" + ] + } + ], + "parameters": { + "format": "96Standard", + "isTiprack": false, + "isMagneticModuleCompatible": true, + "magneticModuleEngageHeight": 20, + "loadName": "nest_96_wellplate_100ul_pcr_full_skirt" + }, + "namespace": "opentrons", + "version": 1, + "schemaVersion": 2, + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + }, + "opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1": { + "ordering": [ + ["A1", "B1", "C1", "D1"], + ["A2", "B2", "C2", "D2"], + ["A3", "B3", "C3", "D3"], + ["A4", "B4", "C4", "D4"], + ["A5", "B5", "C5", "D5"], + ["A6", "B6", "C6", "D6"] + ], + "schemaVersion": 2, + "version": 1, + "namespace": "opentrons", + "metadata": { + "displayName": "Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap", + "displayVolumeUnits": "mL", + "displayCategory": "aluminumBlock", + "tags": [] + }, + "dimensions": { + "xDimension": 127.75, + "yDimension": 85.5, + "zDimension": 42 + }, + "parameters": { + "format": "irregular", + "isTiprack": false, + "isMagneticModuleCompatible": false, + "loadName": "opentrons_24_aluminumblock_generic_2ml_screwcap" + }, + "wells": { + "D1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 16.88, + "z": 6.7 + }, + "C1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 34.13, + "z": 6.7 + }, + "B1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 51.38, + "z": 6.7 + }, + "A1": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 20.75, + "y": 68.63, + "z": 6.7 + }, + "D2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 16.88, + "z": 6.7 + }, + "C2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 34.13, + "z": 6.7 + }, + "B2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 51.38, + "z": 6.7 + }, + "A2": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 38, + "y": 68.63, + "z": 6.7 + }, + "D3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 16.88, + "z": 6.7 + }, + "C3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 34.13, + "z": 6.7 + }, + "B3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 51.38, + "z": 6.7 + }, + "A3": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 55.25, + "y": 68.63, + "z": 6.7 + }, + "D4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 16.88, + "z": 6.7 + }, + "C4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 34.13, + "z": 6.7 + }, + "B4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 51.38, + "z": 6.7 + }, + "A4": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 72.5, + "y": 68.63, + "z": 6.7 + }, + "D5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 16.88, + "z": 6.7 + }, + "C5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 34.13, + "z": 6.7 + }, + "B5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 51.38, + "z": 6.7 + }, + "A5": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 89.75, + "y": 68.63, + "z": 6.7 + }, + "D6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 16.88, + "z": 6.7 + }, + "C6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 34.13, + "z": 6.7 + }, + "B6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 51.38, + "z": 6.7 + }, + "A6": { + "shape": "circular", + "depth": 42, + "diameter": 8.5, + "totalLiquidVolume": 2000, + "x": 107, + "y": 68.63, + "z": 6.7 + } + }, + "brand": { + "brand": "Opentrons", + "brandId": [], + "links": [ + "https://shop.opentrons.com/collections/hardware-modules/products/aluminum-block-set" + ] + }, + "groups": [ + { + "wells": [ + "A1", + "B1", + "C1", + "D1", + "A2", + "B2", + "C2", + "D2", + "A3", + "B3", + "C3", + "D3", + "A4", + "B4", + "C4", + "D4", + "A5", + "B5", + "C5", + "D5", + "A6", + "B6", + "C6", + "D6" + ], + "metadata": { + "displayName": "Generic 2 mL Screwcap", + "displayCategory": "tubeRack", + "wellBottomShape": "v" + }, + "brand": { "brand": "generic", "brandId": [], "links": [] } + } + ], + "cornerOffsetFromSlot": { "x": 0, "y": 0, "z": 0 } + } + }, + "$otSharedSchema": "#/protocol/schemas/4", + "schemaVersion": 4, + "modules": { + "0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType": { + "slot": "1", + "model": "magneticModuleV2" + }, + "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType": { + "slot": "3", + "model": "temperatureModuleV2" + } + }, + "commands": [ + { + "command": "magneticModule/engageMagnet", + "params": { + "module": "0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType", + "engageHeight": 6 + } + }, + { + "command": "temperatureModule/setTargetTemperature", + "params": { + "module": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType", + "temperature": 25 + } + }, + { "command": "delay", "params": { "message": "", "wait": 62 } }, + { + "command": "pickUpTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1", + "well": "A1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 30, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "A1", + "offsetFromBottomMm": 1, + "flowRate": 46.43 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 30, + "labware": "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1", + "well": "A1", + "offsetFromBottomMm": 0.5, + "flowRate": 46.43 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "pickUpTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "0b44c760-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_96_tiprack_300ul/1", + "well": "B1" + } + }, + { + "command": "aspirate", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 30, + "labware": "1e610d40-75c7-11ea-b42f-4b64e50f43e5:opentrons/nest_96_wellplate_100ul_pcr_full_skirt/1", + "well": "B1", + "offsetFromBottomMm": 1, + "flowRate": 46.43 + } + }, + { + "command": "dispense", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "volume": 30, + "labware": "21ed8f60-75c7-11ea-b42f-4b64e50f43e5:opentrons/opentrons_24_aluminumblock_generic_2ml_screwcap/1", + "well": "A1", + "offsetFromBottomMm": 0.5, + "flowRate": 46.43 + } + }, + { + "command": "dropTip", + "params": { + "pipette": "0b3f2210-75c7-11ea-b42f-4b64e50f43e5", + "labware": "trashId", + "well": "A1" + } + }, + { + "command": "temperatureModule/awaitTemperature", + "params": { + "module": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType", + "temperature": 25 + } + }, + { + "command": "magneticModule/disengageMagnet", + "params": { + "module": "0b419310-75c7-11ea-b42f-4b64e50f43e5:magneticModuleType" + } + }, + { + "command": "delay", + "params": { "message": "Wait until user intervention", "wait": true } + }, + { + "command": "temperatureModule/deactivate", + "params": { + "module": "0b4319b0-75c7-11ea-b42f-4b64e50f43e5:temperatureModuleType" + } + } + ] +} diff --git a/protocol-designer/src/load-file/migration/__tests__/1_1_0.test.js b/protocol-designer/src/load-file/migration/__tests__/1_1_0.test.js index 3bb92748408..06db23f4b02 100644 --- a/protocol-designer/src/load-file/migration/__tests__/1_1_0.test.js +++ b/protocol-designer/src/load-file/migration/__tests__/1_1_0.test.js @@ -1,7 +1,7 @@ import omit from 'lodash/omit' import mapValues from 'lodash/mapValues' import each from 'lodash/each' -import oldProtocol from '../../../../fixtures/1/doItAll.json' +import oldProtocol from '../../../../fixtures/protocol/1/doItAll.json' import { renameOrderedSteps, addInitialDeckSetupStep, diff --git a/protocol-designer/src/load-file/migration/__tests__/3_0_0.test.js b/protocol-designer/src/load-file/migration/__tests__/3_0_0.test.js index 67966c3e462..af212256f70 100644 --- a/protocol-designer/src/load-file/migration/__tests__/3_0_0.test.js +++ b/protocol-designer/src/load-file/migration/__tests__/3_0_0.test.js @@ -1,5 +1,5 @@ import { migrateFile } from '../3_0_0' -import example_1_1_0 from '../../__tests__/fixtures/v1_1_0/example_1_1_0' +import example_1_1_0 from '../../../../fixtures/protocol/1/example_1_1_0.json' jest.mock('../../../labware-defs/utils') jest.mock('../utils/v1LabwareModelToV2Def') From 6eaff86356a728d99cbb63a7619191bf0d3fa749 Mon Sep 17 00:00:00 2001 From: IanLondon Date: Fri, 3 Apr 2020 15:58:53 -0400 Subject: [PATCH 5/8] remove comment --- protocol-designer/cypress/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol-designer/cypress/utils.js b/protocol-designer/cypress/utils.js index 80c8aa69e81..30cbe9e329a 100644 --- a/protocol-designer/cypress/utils.js +++ b/protocol-designer/cypress/utils.js @@ -25,7 +25,6 @@ export const expectDeepEqual = (a, b) => { // visualize undefineds const replacer = (key, value) => typeof value === 'undefined' ? '__undefined__' : value - // TODO IMMEDIATELY: try cy.log(message, args) throw Error( 'Expected deep equal: ' + JSON.stringify({ a, b, difference: difference(a, b) }, replacer, 4) From 05d65f4221e1fd079236abf65e6c7e6553ece218 Mon Sep 17 00:00:00 2001 From: IanLondon Date: Fri, 3 Apr 2020 16:11:20 -0400 Subject: [PATCH 6/8] remove console log --- protocol-designer/src/components/FileSidebar/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/protocol-designer/src/components/FileSidebar/index.js b/protocol-designer/src/components/FileSidebar/index.js index abc3562ccf2..2d1e9e97c3c 100644 --- a/protocol-designer/src/components/FileSidebar/index.js +++ b/protocol-designer/src/components/FileSidebar/index.js @@ -72,11 +72,6 @@ function mergeProps( const { dispatch } = dispatchProps return { loadFile: fileChangeEvent => { - console.log( - 'loadFile', - fileChangeEvent, - fileChangeEvent.currentTarget.value - ) if ( !_hasUnsavedChanges || window.confirm(i18n.t('alert.window.confirm_import')) From 0bc1ddc1a04d8ad7dd64a23767e855d930cee18b Mon Sep 17 00:00:00 2001 From: IanLondon Date: Mon, 6 Apr 2020 17:59:17 -0400 Subject: [PATCH 7/8] update fixtures after pauseAction update and v3->v4.0.0 PD version bump --- .../cypress/integration/migrations.spec.js | 27 ++++++++++++++----- protocol-designer/cypress/utils.js | 4 +-- .../fixtures/protocol/3/doItAllV3.json | 6 ++--- .../3/example_1_1_0MigratedFromV1_0_0.json | 9 ++++--- ...andfatheredProtocolMigratedFromV1_0_0.json | 13 ++++++--- .../fixtures/protocol/4/doItAllV4.json | 8 +++--- 6 files changed, 44 insertions(+), 23 deletions(-) diff --git a/protocol-designer/cypress/integration/migrations.spec.js b/protocol-designer/cypress/integration/migrations.spec.js index 2ed4f317851..8dd5652ea4a 100644 --- a/protocol-designer/cypress/integration/migrations.spec.js +++ b/protocol-designer/cypress/integration/migrations.spec.js @@ -10,7 +10,7 @@ describe('Protocol fixtures migrate and match snapshots', () => { const testCases = [ { - title: 'preFlexGrandfatheredProtocol 1.0.0 -> 3.0.x', + title: 'preFlexGrandfatheredProtocol 1.0.0 -> 4.0.x, schema 3', importFixture: '../../fixtures/protocol/1/preFlexGrandfatheredProtocol.json', expectedExportFixture: @@ -18,15 +18,17 @@ describe('Protocol fixtures migrate and match snapshots', () => { newLabwareDefsMigrationModal: true, unusedPipettes: false, apiUpdateRequiredMigrationModal: false, + genericMigrationModal: false, }, { - title: 'example_1_1_0 -> 3.0.x', + title: 'example_1_1_0 -> 4.0.x, schema 3', importFixture: '../../fixtures/protocol/1/example_1_1_0.json', expectedExportFixture: '../../fixtures/protocol/3/example_1_1_0MigratedFromV1_0_0.json', newLabwareDefsMigrationModal: true, unusedPipettes: true, apiUpdateRequiredMigrationModal: false, + genericMigrationModal: false, }, { title: 'doItAllV3 -> import and re-export should preserve data', @@ -35,6 +37,7 @@ describe('Protocol fixtures migrate and match snapshots', () => { newLabwareDefsMigrationModal: false, unusedPipettes: false, apiUpdateRequiredMigrationModal: false, + genericMigrationModal: false, }, { title: 'doItAllV4 -> import and re-export should preserve data', @@ -43,6 +46,7 @@ describe('Protocol fixtures migrate and match snapshots', () => { newLabwareDefsMigrationModal: false, unusedPipettes: false, apiUpdateRequiredMigrationModal: true, + genericMigrationModal: false, }, ] @@ -54,6 +58,7 @@ describe('Protocol fixtures migrate and match snapshots', () => { newLabwareDefsMigrationModal, unusedPipettes, apiUpdateRequiredMigrationModal, + genericMigrationModal, }) => { it(title, () => { cy.fixture(importFixture).then(fileContent => { @@ -70,13 +75,24 @@ describe('Protocol fixtures migrate and match snapshots', () => { }) }) + if (genericMigrationModal) { + cy.get('div') + .contains( + 'Your protocol was made in an older version of Protocol Designer' + ) + .should('exist') + cy.get('button') + .contains('ok', { matchCase: false }) + .click() + } + if (newLabwareDefsMigrationModal) { // close migration announcement modal cy.get('div') .contains('Update protocol to use new labware definitions') .should('exist') cy.get('button') - .contains('update protocol') + .contains('update protocol', { matchCase: false }) .click() } @@ -109,11 +125,10 @@ describe('Protocol fixtures migrate and match snapshots', () => { const savedFile = cloneDeep(window.__lastSavedFile__) const expected = cloneDeep(expectedExportProtocol) - // TODO(IL. 2020-04-03): this will change to 4.0.x soon assert.match( savedFile.designerApplication.version, - /^3\.0\.\d+$/, - 'designerApplication.version is 3.0.x' + /^4\.0\.\d+$/, + 'designerApplication.version is 4.0.x' ) ;[savedFile, expected].forEach(f => { // Homogenize fields we don't want to compare diff --git a/protocol-designer/cypress/utils.js b/protocol-designer/cypress/utils.js index 30cbe9e329a..59c3c700404 100644 --- a/protocol-designer/cypress/utils.js +++ b/protocol-designer/cypress/utils.js @@ -26,8 +26,8 @@ export const expectDeepEqual = (a, b) => { const replacer = (key, value) => typeof value === 'undefined' ? '__undefined__' : value throw Error( - 'Expected deep equal: ' + - JSON.stringify({ a, b, difference: difference(a, b) }, replacer, 4) + 'Expected deep equal. Diff is: ' + + JSON.stringify(difference(a, b), replacer, 4) ) } } diff --git a/protocol-designer/fixtures/protocol/3/doItAllV3.json b/protocol-designer/fixtures/protocol/3/doItAllV3.json index 78c9bbe8164..7b60d64fec1 100644 --- a/protocol-designer/fixtures/protocol/3/doItAllV3.json +++ b/protocol-designer/fixtures/protocol/3/doItAllV3.json @@ -10,7 +10,7 @@ }, "designerApplication": { "name": "opentrons/protocol-designer", - "version": "3.0.8", + "version": "4.0.0", "data": { "_internalAppBuildDate": "Thu, 02 Apr 2020 20:21:23 GMT", "defaultValues": { @@ -109,7 +109,7 @@ "stepType": "pause", "stepName": "pause", "stepDetails": "", - "pauseForAmountOfTime": "untilResume", + "pauseAction": "untilResume", "pauseHour": null, "pauseMinute": null, "pauseSecond": null, @@ -122,7 +122,7 @@ "stepType": "pause", "stepName": "pause", "stepDetails": "", - "pauseForAmountOfTime": "untilTime", + "pauseAction": "untilTime", "pauseHour": null, "pauseMinute": "1", "pauseSecond": "2", diff --git a/protocol-designer/fixtures/protocol/3/example_1_1_0MigratedFromV1_0_0.json b/protocol-designer/fixtures/protocol/3/example_1_1_0MigratedFromV1_0_0.json index 1cf3357d4e5..ce382c97d4b 100644 --- a/protocol-designer/fixtures/protocol/3/example_1_1_0MigratedFromV1_0_0.json +++ b/protocol-designer/fixtures/protocol/3/example_1_1_0MigratedFromV1_0_0.json @@ -10,9 +10,9 @@ }, "designerApplication": { "name": "opentrons/protocol-designer", - "version": "3.0.8", + "version": "4.0.0", "data": { - "_internalAppBuildDate": "Thu, 02 Apr 2020 20:21:23 GMT", + "_internalAppBuildDate": "Mon, 06 Apr 2020 20:49:00 GMT", "defaultValues": { "aspirate_mmFromBottom": 1, "dispense_mmFromBottom": 0.5, @@ -135,7 +135,7 @@ "mix_touchTip_mmFromBottom": 30.5 }, "2e622080-92a6-11e9-ac62-1b173f839d9e": { - "pauseForAmountOfTime": "true", + "pauseAction": "untilTime", "pauseHour": 1, "pauseMinute": 2, "pauseSecond": 3, @@ -5057,6 +5057,7 @@ "labware": "trashId", "well": "A1" } - } + }, + { "command": "delay", "params": { "message": "Delay plz", "wait": 3723 } } ] } diff --git a/protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json b/protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json index a946a09a0f0..dfed8709a5d 100644 --- a/protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json +++ b/protocol-designer/fixtures/protocol/3/preFlexGrandfatheredProtocolMigratedFromV1_0_0.json @@ -11,9 +11,9 @@ }, "designerApplication": { "name": "opentrons/protocol-designer", - "version": "3.0.8", + "version": "4.0.0", "data": { - "_internalAppBuildDate": "Thu, 02 Apr 2020 18:14:04 GMT", + "_internalAppBuildDate": "Mon, 06 Apr 2020 20:49:00 GMT", "defaultValues": { "aspirate_mmFromBottom": 1, "dispense_mmFromBottom": 0.5, @@ -1293,7 +1293,7 @@ "times": 2 }, "9cafddc0-1812-11e9-9608-8bed9be8868f": { - "pauseForAmountOfTime": "true", + "pauseAction": "untilTime", "pauseHour": null, "pauseMinute": null, "pauseSecond": 3, @@ -1306,7 +1306,7 @@ "stepType": "pause" }, "a5ffbf30-1812-11e9-9608-8bed9be8868f": { - "pauseForAmountOfTime": "false", + "pauseAction": "untilResume", "pauseHour": null, "pauseMinute": null, "pauseSecond": null, @@ -7619,6 +7619,11 @@ "labware": "trashId", "well": "A1" } + }, + { "command": "delay", "params": { "message": "", "wait": 3 } }, + { + "command": "delay", + "params": { "message": "OK HOPEFULLY YOU ARE DONE", "wait": true } } ] } diff --git a/protocol-designer/fixtures/protocol/4/doItAllV4.json b/protocol-designer/fixtures/protocol/4/doItAllV4.json index f162a3ba145..82ae52d0e25 100644 --- a/protocol-designer/fixtures/protocol/4/doItAllV4.json +++ b/protocol-designer/fixtures/protocol/4/doItAllV4.json @@ -10,7 +10,7 @@ }, "designerApplication": { "name": "opentrons/protocol-designer", - "version": "3.0.8", + "version": "4.0.0", "data": { "_internalAppBuildDate": "Thu, 02 Apr 2020 20:21:23 GMT", "defaultValues": { @@ -92,7 +92,7 @@ "stepType": "pause", "stepName": "pause", "stepDetails": "", - "pauseForAmountOfTime": "untilTemperature", + "pauseAction": "untilTemperature", "pauseHour": null, "pauseMinute": null, "pauseSecond": null, @@ -150,7 +150,7 @@ "stepType": "pause", "stepName": "pause", "stepDetails": "", - "pauseForAmountOfTime": "untilResume", + "pauseAction": "untilResume", "pauseHour": null, "pauseMinute": null, "pauseSecond": null, @@ -163,7 +163,7 @@ "stepType": "pause", "stepName": "pause", "stepDetails": "", - "pauseForAmountOfTime": "untilTime", + "pauseAction": "untilTime", "pauseHour": null, "pauseMinute": "1", "pauseSecond": "2", From d386a26442e89a50b184569cba66c14af6ad8d9e Mon Sep 17 00:00:00 2001 From: IanLondon Date: Tue, 7 Apr 2020 14:57:22 -0400 Subject: [PATCH 8/8] fix settings test (unrelated but whatevs) --- .../cypress/integration/settings.spec.js | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/protocol-designer/cypress/integration/settings.spec.js b/protocol-designer/cypress/integration/settings.spec.js index 306e3ce8796..d4f316495f1 100644 --- a/protocol-designer/cypress/integration/settings.spec.js +++ b/protocol-designer/cypress/integration/settings.spec.js @@ -1,4 +1,6 @@ describe('The Settings Page', () => { + const exptlSettingText = 'Disable module placement restrictions' + before(() => { cy.visit('/') }) @@ -68,14 +70,14 @@ describe('The Settings Page', () => { .should('exist') }) - it("contains a 'enable multi gen2 pipettes' button in the pivacy section", () => { + it("contains a 'disable module placement restrictions' experimental feature", () => { // It's toggled off by default - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .should('have.attr', 'class') .and('match', /toggled_off/) // Click it - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .click() // We have to confirm this one @@ -91,24 +93,24 @@ describe('The Settings Page', () => { .contains('Cancel') .click() // Still toggled off - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .should('have.attr', 'class') .and('match', /toggled_off/) // Click it again and confirm - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .click() cy.get('button') .contains('Continue') .click() // Now it's toggled on - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .should('have.attr', 'class') .and('match', /toggled_on/) // Click it again - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .click() // We have to confirm to turn it off? @@ -117,7 +119,7 @@ describe('The Settings Page', () => { .contains('Continue') .click() // Now it's toggled off again - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .should('have.attr', 'class') .and('match', /toggled_off/) @@ -128,7 +130,7 @@ describe('The Settings Page', () => { // We're not using the privacy button because that // interacts with analytics libraries, which might // not be accessible in a headless environment - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .click() cy.get('button') @@ -141,7 +143,7 @@ describe('The Settings Page', () => { .contains('Settings') .click() // The toggle is still on - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .should('have.attr', 'class') .and('match', /toggled_on/) @@ -152,7 +154,7 @@ describe('The Settings Page', () => { // We're not using the privacy button because that // interacts with analytics libraries, which might // not be accessible in a headless environment - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .click() cy.get('button') @@ -165,7 +167,7 @@ describe('The Settings Page', () => { .contains('Settings') .click() // The toggle is still off - cy.contains('Enable multi') + cy.contains(exptlSettingText) .next() .should('have.attr', 'class') .and('match', /toggled_off/)