-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Add more new labware definitions to shared-datadefinitions): Add…
… more new labware definitions t
- Loading branch information
1 parent
132b3e9
commit 1b2059d
Showing
16 changed files
with
1,015 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s/opentrons-tuberack-1.5ml-eppendorf.json → ...entrons_24_tuberack_1.5_mL_Eppendorf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
200 changes: 200 additions & 0 deletions
200
shared-data/definitions2/Opentrons_15_tuberack_15_mL_falcon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,200 @@ | ||
{ | ||
"ordering": [ | ||
[ | ||
"A1", | ||
"B1", | ||
"C1" | ||
], | ||
[ | ||
"A2", | ||
"B2", | ||
"C2" | ||
], | ||
[ | ||
"A3", | ||
"B3", | ||
"C3" | ||
], | ||
[ | ||
"A4", | ||
"B4", | ||
"C4" | ||
], | ||
[ | ||
"A5", | ||
"B5", | ||
"C5" | ||
] | ||
], | ||
"otId": "01b7cd80-e8f3-11e8-b93b-5f6727dde048", | ||
"deprecated": false, | ||
"metadata": { | ||
"displayLengthUnits": "mm", | ||
"displayVolumeUnits": "mL", | ||
"displayCategory": "tuberack", | ||
"displayName": "Opentrons-tuberack-15-mL", | ||
"tags": [ | ||
"15", | ||
"mL", | ||
"Opentrons", | ||
"falcon", | ||
"tuberack" | ||
] | ||
}, | ||
"cornerOffsetFromSlot": { | ||
"x": -6.76, | ||
"y": -6.73, | ||
"z": 0 | ||
}, | ||
"dimensions": { | ||
"overallLength": 121, | ||
"overallWidth": 78.75, | ||
"overallHeight": 123.76 | ||
}, | ||
"parameters": { | ||
"format": "irregular", | ||
"isTiprack": false, | ||
"loadName": "Opentrons_15_tuberack_15_mL_falcon" | ||
}, | ||
"wells": { | ||
"C1": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 10.5, | ||
"y": 14.38, | ||
"z": 5.78 | ||
}, | ||
"B1": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 10.5, | ||
"y": 39.38, | ||
"z": 5.78 | ||
}, | ||
"A1": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 10.5, | ||
"y": 64.38, | ||
"z": 5.78 | ||
}, | ||
"C2": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 35.5, | ||
"y": 14.38, | ||
"z": 5.78 | ||
}, | ||
"B2": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 35.5, | ||
"y": 39.38, | ||
"z": 5.78 | ||
}, | ||
"A2": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 35.5, | ||
"y": 64.38, | ||
"z": 5.78 | ||
}, | ||
"C3": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 60.5, | ||
"y": 14.38, | ||
"z": 5.78 | ||
}, | ||
"B3": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 60.5, | ||
"y": 39.38, | ||
"z": 5.78 | ||
}, | ||
"A3": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 60.5, | ||
"y": 64.38, | ||
"z": 5.78 | ||
}, | ||
"C4": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 85.5, | ||
"y": 14.38, | ||
"z": 5.78 | ||
}, | ||
"B4": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 85.5, | ||
"y": 39.38, | ||
"z": 5.78 | ||
}, | ||
"A4": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 85.5, | ||
"y": 64.38, | ||
"z": 5.78 | ||
}, | ||
"C5": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 110.5, | ||
"y": 14.38, | ||
"z": 5.78 | ||
}, | ||
"B5": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 110.5, | ||
"y": 39.38, | ||
"z": 5.78 | ||
}, | ||
"A5": { | ||
"depth": 117.98, | ||
"diameter": 14.5, | ||
"shape": "circular", | ||
"totalLiquidVolume": 15, | ||
"x": 110.5, | ||
"y": 64.38, | ||
"z": 5.78 | ||
} | ||
}, | ||
"brand": { | ||
"brand": "Opentrons", | ||
"brandId": ["352096"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"ordering": [ | ||
[ | ||
"A1" | ||
] | ||
], | ||
"otId": "d8ad09a0-ecfd-11e8-b073-3da0bb8daec9", | ||
"deprecated": false, | ||
"metadata": { | ||
"displayCategory": "trash", | ||
"displayVolumeUnits": "L", | ||
"displayLengthUnits": "mm", | ||
"displayName": "Short Fixed Trash", | ||
"tags": [ | ||
"trash", | ||
"opentrons", | ||
"short" | ||
] | ||
}, | ||
"cornerOffsetFromSlot": { | ||
"x": 45.1, | ||
"y": 80.38, | ||
"z": 0 | ||
}, | ||
"dimensions": { | ||
"overallLength": 172.86, | ||
"overallWidth": 165.86, | ||
"overallHeight": 55 | ||
}, | ||
"parameters": { | ||
"format": "trash", | ||
"isTiprack": false, | ||
"loadName": "Opentrons_1_trash_0.85_L" | ||
}, | ||
"wells": { | ||
"A1": { | ||
"shape": "rectangular", | ||
"length": 172.86, | ||
"width": 165.86, | ||
"totalLiquidVolume": 0.85, | ||
"depth": 55, | ||
"x": 0, | ||
"y": 0, | ||
"z": 0 | ||
} | ||
}, | ||
"brand": { | ||
"brand": "Opentrons" | ||
} | ||
} |
Oops, something went wrong.