Skip to content

Commit

Permalink
fixup a format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Oct 28, 2024
1 parent f014abd commit a07e01b
Showing 1 changed file with 33 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
},
"brand": {
"brand": "Opentrons",
"brandId": [
"991-00076"
],
"brandId": ["991-00076"],
"links": [
"https://shop.opentrons.com/tough-0.2-ml-96-well-pcr-plate-full-skirt/"
]
Expand Down Expand Up @@ -60,126 +58,18 @@
"gripForce": 15,
"gripHeightFromLabwareBottom": 10,
"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"
]
["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"]
],
"wells": {
"A1": {
Expand Down Expand Up @@ -1250,26 +1140,26 @@
],
"innerLabwareGeometry": {
"sections": [
{
"shape": "spherical",
"radiusOfCurvature": 1.25,
"topHeight": 0.8,
"bottomHeight": 0.0
},
{
"shape": "conical",
"bottomDiameter": 2.33,
"topDiameter": 5.5,
"topHeight": 11.35,
"bottomHeight": 0.8
},
{
"shape": "conical",
"bottomDiameter": 5.5,
"topDiameter": 5.5.,
"topHeight": 14.95,
"bottomHeight": 11.35
}
{
"shape": "spherical",
"radiusOfCurvature": 1.25,
"topHeight": 0.8,
"bottomHeight": 0.0
},
{
"shape": "conical",
"bottomDiameter": 2.33,
"topDiameter": 5.5,
"topHeight": 11.35,
"bottomHeight": 0.8
},
{
"shape": "conical",
"bottomDiameter": 5.5,
"topDiameter": 5.5,
"topHeight": 14.95,
"bottomHeight": 11.35
}
]
}
}

0 comments on commit a07e01b

Please sign in to comment.