Skip to content

Commit

Permalink
fix specimen_growth_protocol class
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwoodf committed Aug 2, 2024
1 parent 56362fe commit cd5988e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bia-export/bia_export/website_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ExperimentalImagingDataset(bia_data_model.ExperimentalImagingDataset):
biological_entity: list[bia_data_model.BioSample] = Field(
description="""The biological entity or entities that were imaged."""
)
specimen_growth_protocol: Optional[list[bia_data_model.SpecimenImagingPrepartionProtocol]] = Field(
specimen_growth_protocol: Optional[list[bia_data_model.SpecimenGrowthProtocol]] = Field(
description="""Processes involved in the growth of the samples that were then imaged."""
)

0 comments on commit cd5988e

Please sign in to comment.