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

Server side plate type support #5143

Merged
merged 29 commits into from
Jan 24, 2024
Merged

Server side plate type support #5143

merged 29 commits into from
Jan 24, 2024

Conversation

labkey-klum
Copy link
Contributor

@labkey-klum labkey-klum commented Jan 19, 2024

Rationale

Introduces plate types to the server. Plate types represent the physical plate that an experiment might be performed upon and typically are described in the number of wells on the plate (rows and columns).

Related Pull Requests

Changes

  • Creates an assay.PlateType table and populates it with the standard sizes we plan to support.
  • Adds column PlateType to the assay.Plate table.
  • Drops columns : rows & columns from assay.Plate
  • Add column assay.Plate.PlateId to be populated with the plate name expression. Name is an optional column which will be populated with the plate ID if it is not provided.
  • Adds column PlateSet.PlateSetId to be populated with the plate set name expression. Name is an optional column which will be populated with the plate set ID if it is not provided.
  • Refactor server side code to use PlateType in places where rows and columns were used.

@labkey-nicka labkey-nicka merged commit 215d872 into develop Jan 24, 2024
1 of 4 checks passed
@labkey-nicka labkey-nicka deleted the fb_plate_type_schema branch January 24, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plate Sets - Plate Types (server) - dev
2 participants