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

test(app-testing): full phase 1 app analysis battery #12143

Merged
merged 11 commits into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
test(test-app) DB snapshot script
  • Loading branch information
y3rsh committed Jan 10, 2023
commit c8a54208291a565b9973262f1835b326ac1ce8b1
98 changes: 98 additions & 0 deletions app-testing/files/labware/cpx_4_tuberack_100ul.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"ordering": [
[
"A1",
"B1"
],
[
"A2",
"B2"
]
],
"brand": {
"brand": "cpx",
"brandId": []
},
"metadata": {
"displayName": "cpx 4 Tube Rack with cpx 0.1 mL",
"displayCategory": "tubeRack",
"displayVolumeUnits": "µL",
"tags": []
},
"dimensions": {
"xDimension": 127,
"yDimension": 85,
"zDimension": 40
},
"wells": {
"A1": {
"depth": 23,
"totalLiquidVolume": 100,
"shape": "circular",
"diameter": 20,
"x": 20,
"y": 65,
"z": 17
},
"B1": {
"depth": 23,
"totalLiquidVolume": 100,
"shape": "circular",
"diameter": 20,
"x": 20,
"y": 35,
"z": 17
},
"A2": {
"depth": 23,
"totalLiquidVolume": 100,
"shape": "circular",
"diameter": 20,
"x": 50,
"y": 65,
"z": 17
},
"B2": {
"depth": 23,
"totalLiquidVolume": 100,
"shape": "circular",
"diameter": 20,
"x": 50,
"y": 35,
"z": 17
}
},
"groups": [
{
"brand": {
"brand": "cpx",
"brandId": []
},
"metadata": {
"wellBottomShape": "u",
"displayCategory": "tubeRack"
},
"wells": [
"A1",
"B1",
"A2",
"B2"
]
}
],
"parameters": {
"format": "irregular",
"quirks": [],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "cpx_4_tuberack_100ul"
},
"namespace": "custom_beta",
"version": 1,
"schemaVersion": 2,
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
"z": 0
}
}
Loading