Skip to content

Commit

Permalink
Merge pull request #691 from sanger/x1209-update-xenium-layout
Browse files Browse the repository at this point in the history
update xenium labware layout
  • Loading branch information
sabrine33 authored Jun 6, 2024
2 parents f6dd1f6 + 50627f7 commit 63ed7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/factories/labwareTypeFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export const labwareTypes: Record<LabwareTypeName, Factory<LabwareType>> = {
[LabwareTypeName.XENIUM]: labwareTypeFactory.params({
__typename: 'LabwareType',
name: LabwareTypeName.XENIUM,
numRows: 5,
numColumns: 3
numRows: 10,
numColumns: 4
}),
[LabwareTypeName.VISIUM_ADH]: labwareTypeFactory.params({
__typename: 'LabwareType',
Expand Down

0 comments on commit 63ed7a0

Please sign in to comment.