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

feat(shared-data, labware-library): Add eppendorf labware definitions #16241

Open
wants to merge 7 commits into
base: edge
Choose a base branch
from
Open
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions app/src/organisms/LabwareDetails/labware-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import corning_48_wellplate_1_6ml_flat_photo_three_quarters from './images/corni
import corning_6_wellplate_16_8ml_flat_photo_three_quarters from './images/corning_6_wellplate_16.8ml_flat_photo_three_quarters.jpg'
import eppendorf_1000ul_tip_eptips_side_view from './images/eppendorf_1000ul_tip_eptips_side_view.jpg'
import eppendorf_10ul_tips_eptips_side_view from './images/eppendorf_10ul_tips_eptips_side_view.jpg'
import eppendorf_96_wellplate_150ul_photo from './images/eppendorf_96_wellplate_150ul_photo.jpg'
import eppendorf_96_wellplate_1000ul_photo from './images/eppendorf_96_wellplate_1000ul_photo.jpg'
import eppendorf_96_wellplate_2000ul_photo from './images/eppendorf_96_wellplate_2000ul_photo.jpg'
import eppendorf_twintec_384_wellplate_45ul_photo from './images/eppendorf_twintec_384_wellplate_45ul_photo.jpg'
import geb_96_tiprack_1000ul_side_view from './images/geb_96_tiprack_1000ul_side_view.jpg'
import geb_1000ul_tip_side_view from './images/geb_1000ul_tip_side_view.jpg'
import geb_96_tiprack_10ul_side_view from './images/geb_96_tiprack_10ul_side_view.jpg'
Expand Down Expand Up @@ -86,6 +90,12 @@ export const labwareImages: Record<string, string[]> = {
],
eppendorf_96_tiprack_1000ul_eptips: [eppendorf_1000ul_tip_eptips_side_view],
eppendorf_96_tiprack_10ul_eptips: [eppendorf_10ul_tips_eptips_side_view],
eppendorf_96_wellplate_150ul: [eppendorf_96_wellplate_150ul_photo],
eppendorf_96_wellplate_1000ul: [eppendorf_96_wellplate_1000ul_photo],
eppendorf_96_wellplate_2000ul: [eppendorf_96_wellplate_2000ul_photo],
eppendorf_twintec_384_wellplate_45ul: [
eppendorf_twintec_384_wellplate_45ul_photo,
],
geb_96_tiprack_1000ul: [
geb_96_tiprack_1000ul_side_view,
geb_1000ul_tip_side_view,
Expand Down
12 changes: 12 additions & 0 deletions app/src/organisms/QuickTransferFlow/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export const SINGLE_CHANNEL_COMPATIBLE_LABWARE = [
'opentrons/corning_48_wellplate_1.6ml_flat/2',
'opentrons/corning_6_wellplate_16.8ml_flat/2',
'opentrons/corning_96_wellplate_360ul_flat/2',
'opentrons/eppendorf_96_wellplate_150ul/1',
'opentrons/eppendorf_96_wellplate_1000ul/1',
'opentrons/eppendorf_96_wellplate_2000ul/1',
'opentrons/eppendorf_twintec_384_wellplate_45ul/1',
'opentrons/geb_96_tiprack_1000ul/1',
'opentrons/geb_96_tiprack_10ul/1',
'opentrons/nest_12_reservoir_15ml/1',
Expand Down Expand Up @@ -110,6 +114,10 @@ export const EIGHT_CHANNEL_COMPATIBLE_LABWARE = [
'opentrons/biorad_96_wellplate_200ul_pcr/2',
'opentrons/corning_384_wellplate_112ul_flat/2',
'opentrons/corning_96_wellplate_360ul_flat/2',
'opentrons/eppendorf_96_wellplate_150ul/1',
'opentrons/eppendorf_96_wellplate_1000ul/1',
'opentrons/eppendorf_96_wellplate_2000ul/1',
'opentrons/eppendorf_twintec_384_wellplate_45ul/1',
'opentrons/geb_96_tiprack_1000ul/1',
'opentrons/geb_96_tiprack_10ul/1',
'opentrons/nest_12_reservoir_15ml/1',
Expand Down Expand Up @@ -154,6 +162,10 @@ export const NINETY_SIX_CHANNEL_COMPATIBLE_LABWARE = [
'opentrons/biorad_96_wellplate_200ul_pcr/2',
'opentrons/corning_384_wellplate_112ul_flat/2',
'opentrons/corning_96_wellplate_360ul_flat/2',
'opentrons/eppendorf_96_wellplate_150ul/1',
'opentrons/eppendorf_96_wellplate_1000ul/1',
'opentrons/eppendorf_96_wellplate_2000ul/1',
'opentrons/eppendorf_twintec_384_wellplate_45ul/1',
'opentrons/geb_96_tiprack_1000ul/1',
'opentrons/geb_96_tiprack_10ul/1',
'opentrons/nest_12_reservoir_15ml/1',
Expand Down
24 changes: 24 additions & 0 deletions labware-library/src/components/labware-ui/labware-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,30 @@ export const labwareImages: Record<string, string[]> = {
import.meta.url
).href,
],
eppendorf_96_wellplate_150ul: [
new URL(
'../../images/eppendorf_96_wellplate_150ul_photo.jpg',
import.meta.url
).href,
],
eppendorf_96_wellplate_1000ul: [
new URL(
'../../images/eppendorf_96_wellplate_1000ul_photo.jpg',
import.meta.url
).href,
],
eppendorf_96_wellplate_2000ul: [
new URL(
'../../images/eppendorf_96_wellplate_2000ul_photo.jpg',
import.meta.url
).href,
],
eppendorf_twintec_384_wellplate_45ul: [
new URL(
'../../images/eppendorf_twintec_384_wellplate_45ul_photo.jpg',
import.meta.url
).href,
],
geb_96_tiprack_1000ul: [
new URL('../../images/geb_96_tiprack_1000ul_side_view.jpg', import.meta.url)
.href,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions shared-data/js/labware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ import corning96Wellplate360UlFlatV1Uncasted from '../labware/definitions/2/corn
import corning96Wellplate360UlFlatV2Uncasted from '../labware/definitions/2/corning_96_wellplate_360ul_flat/2.json'
import eppendorf96Tiprack1000UlEptipsV1Uncasted from '../labware/definitions/2/eppendorf_96_tiprack_1000ul_eptips/1.json'
import eppendorf96Tiprack10UlEptipsV1Uncasted from '../labware/definitions/2/eppendorf_96_tiprack_10ul_eptips/1.json'
import eppendorf96Wellplate150ulV1Uncasted from '../labware/definitions/2/eppendorf_96_wellplate_150ul/1.json'
import eppendorf96Wellplate1000ulV1Uncasted from '../labware/definitions/2/eppendorf_96_wellplate_1000ul/1.json'
import eppendorf96Wellplate2000ulV1Uncasted from '../labware/definitions/2/eppendorf_96_wellplate_2000ul/1.json'
import eppendorf384Wellplate45ulV1Uncasted from '../labware/definitions/2/eppendorf_twintec_384_wellplate_45ul/1.json'
import geb96Tiprack1000UlV1Uncasted from '../labware/definitions/2/geb_96_tiprack_1000ul/1.json'
import geb96Tiprack10UlV1Uncasted from '../labware/definitions/2/geb_96_tiprack_10ul/1.json'
import nest12Reservoir15MlV1Uncasted from '../labware/definitions/2/nest_12_reservoir_15ml/1.json'
Expand Down Expand Up @@ -209,6 +213,10 @@ const corning96Wellplate360UlFlatV2 = corning96Wellplate360UlFlatV2Uncasted as L
const corning96Wellplate360UlFlatV1 = corning96Wellplate360UlFlatV1Uncasted as LabwareDefinition2
const eppendorf96Tiprack1000UlEptipsV1 = eppendorf96Tiprack1000UlEptipsV1Uncasted as LabwareDefinition2
const eppendorf96Tiprack10UlEptipsV1 = eppendorf96Tiprack10UlEptipsV1Uncasted as LabwareDefinition2
const eppendorf96Wellplate150ulV1 = eppendorf96Wellplate150ulV1Uncasted as LabwareDefinition2
const eppendorf96Wellplate1000ulV1 = eppendorf96Wellplate1000ulV1Uncasted as LabwareDefinition2
const eppendorf96Wellplate2000ulV1 = eppendorf96Wellplate2000ulV1Uncasted as LabwareDefinition2
const eppendorf384Wellplate45ulV1 = eppendorf384Wellplate45ulV1Uncasted as LabwareDefinition2
const geb96Tiprack1000UlV1 = geb96Tiprack1000UlV1Uncasted as LabwareDefinition2
const geb96Tiprack10UlV1 = geb96Tiprack10UlV1Uncasted as LabwareDefinition2
const nest12Reservoir15MlV1 = nest12Reservoir15MlV1Uncasted as LabwareDefinition2
Expand Down Expand Up @@ -376,6 +384,10 @@ const latestDefs = {
corning96Wellplate360UlFlatV2,
eppendorf96Tiprack1000UlEptipsV1,
eppendorf96Tiprack10UlEptipsV1,
eppendorf96Wellplate150ulV1,
eppendorf96Wellplate1000ulV1,
eppendorf96Wellplate2000ulV1,
eppendorf384Wellplate45ulV1,
geb96Tiprack1000UlV1,
geb96Tiprack10UlV1,
nest12Reservoir15MlV1,
Expand Down
Loading
Loading