Skip to content

Commit

Permalink
slight fixups for js integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Feb 5, 2025
1 parent c9ab488 commit 9391a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions app/src/organisms/ODD/QuickTransferFlow/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export const EIGHT_CHANNEL_COMPATIBLE_LABWARE = [
'opentrons/usascientific_12_reservoir_22ml/1',
'opentrons/usascientific_96_wellplate_2.4ml_deep/1',
'opentrons/evotips_opentrons_96_labware/1',
'opentrons/evotips_opentrons_96_labware/2',
]

export const NINETY_SIX_CHANNEL_COMPATIBLE_LABWARE = [
Expand Down Expand Up @@ -191,4 +192,5 @@ export const NINETY_SIX_CHANNEL_COMPATIBLE_LABWARE = [
'opentrons/usascientific_12_reservoir_22ml/1',
'opentrons/usascientific_96_wellplate_2.4ml_deep/1',
'opentrons/evotips_opentrons_96_labware/1',
'opentrons/evotips_opentrons_96_labware/2',
]
4 changes: 0 additions & 4 deletions shared-data/js/labware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ const usascientific12Reservoir22MlV1 = usascientific12Reservoir22MlV1Uncasted as
const usascientific96Wellplate24MlDeepV1 = usascientific96Wellplate24MlDeepV1Uncasted as LabwareDefinition2
const evotipsFlex96TiprackAdapterV1 = evotipsFlex96TiprackAdapterV1Uncasted as LabwareDefinition2
const evotipsOpentrons96LabwareV1 = evotipsOpentrons96LabwareV1Uncasted as LabwareDefinition2
const evotipsFlex96TiprackAdapterV2 = evotipsFlex96TiprackAdapterV2Uncasted as LabwareDefinition2
const evotipsOpentrons96LabwareV2 = evotipsOpentrons96LabwareV2Uncasted as LabwareDefinition2

// cast v1 defs

Expand Down Expand Up @@ -476,8 +474,6 @@ const latestDefs = {
usascientific96Wellplate24MlDeepV1,
evotipsFlex96TiprackAdapterV1,
evotipsOpentrons96LabwareV1,
evotipsFlex96TiprackAdapterV2,
evotipsOpentrons96LabwareV2,
}

// labware definitions
Expand Down

0 comments on commit 9391a51

Please sign in to comment.