Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(protocol-designer, shared-data) reverting labware schema changes #15498

Merged
merged 3 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "reservoir",
"displayName": "NEST 12 Well Reservoir 15 mL",
Expand Down Expand Up @@ -4074,20 +4060,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "wellPlate",
"displayName": "NEST 96 Deep Well Plate 2mL",
Expand Down Expand Up @@ -5305,20 +5277,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "aluminumBlock",
"displayName": "Opentrons 24 Well Aluminum Block with Generic 2 mL Screwcap",
Expand Down Expand Up @@ -5774,20 +5732,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "wellPlate",
"displayName": "NEST 96 Well Plate 100 µL PCR Full Skirt",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "wellPlate",
"displayName": "NEST 96 Well Plate 200 µL Flat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -770,20 +770,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "aluminumBlock",
"displayName": "Opentrons 96 Well Aluminum Block",
Expand Down Expand Up @@ -1935,20 +1921,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "wellPlate",
"displayName": "NEST 96 Well Plate 100 µL PCR Full Skirt",
Expand Down Expand Up @@ -3117,20 +3089,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "wellPlate",
"displayName": "NEST 96 Well Plate 100 µL PCR Full Skirt",
Expand Down Expand Up @@ -4195,20 +4153,6 @@
"wells": []
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "adapter",
"displayName": "Opentrons Flex 96 Tip Rack Adapter",
Expand Down Expand Up @@ -5422,20 +5366,6 @@
"wells": []
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "adapter",
"displayName": "Opentrons Flex 96 Tip Rack Adapter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2386,20 +2386,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "reservoir",
"displayName": "NEST 12 Well Reservoir 15 mL",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2421,20 +2421,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "reservoir",
"displayName": "NEST 12 Well Reservoir 15 mL",
Expand Down Expand Up @@ -2675,20 +2661,6 @@
]
}
],
"liquidProbeParameters": {
"minimumHeight": [
{
"applicableWells": [],
"value": 0.5
}
],
"minimumWellVolume": [
{
"applicableWells": [],
"value": 0.0
}
]
},
"metadata": {
"displayCategory": "reservoir",
"displayName": "NEST 12 Well Reservoir 15 mL",
Expand Down
Loading
Loading