You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_date: Optional[str] = Field(None, description="""The date on which the information was added to the database.""", json_schema_extra = { "linkml_meta": {'alias': 'add_date', 'domain_of': ['Biosample', 'DataGeneration']} })
15218
-
analyte_category: AnalyteCategoryEnum = Field(..., description="""The type of analyte(s) that were measured in the data generation process and analyzed
15221
+
analyte_category: str = Field(..., description="""The type of analyte(s) that were measured in the data generation process and analyzed
@@ -15414,7 +15419,7 @@ class NucleotideSequencing(DataGeneration):
15414
15419
'slot_uri': 'MIXS:0000045',
15415
15420
'string_serialization': '{text}'} })
15416
15421
add_date: Optional[str] = Field(None, description="""The date on which the information was added to the database.""", json_schema_extra = { "linkml_meta": {'alias': 'add_date', 'domain_of': ['Biosample', 'DataGeneration']} })
15417
-
analyte_category: AnalyteCategoryEnum = Field(..., description="""The type of analyte(s) that were measured in the data generation process and analyzed
15422
+
analyte_category: NucleotideSequencingEnum = Field(..., description="""The type of analyte(s) that were measured in the data generation process and analyzed
add_date: Optional[str] = Field(None, description="""The date on which the information was added to the database.""", json_schema_extra = { "linkml_meta": {'alias': 'add_date', 'domain_of': ['Biosample', 'DataGeneration']} })
15656
-
analyte_category: AnalyteCategoryEnum = Field(..., description="""The type of analyte(s) that were measured in the data generation process and analyzed
15663
+
analyte_category: MassSpectrometryEnum = Field(..., description="""The type of analyte(s) that were measured in the data generation process and analyzed
if not isinstance(self.gold_sequencing_project_identifiers, list):
5710
5715
self.gold_sequencing_project_identifiers = [self.gold_sequencing_project_identifiers] if self.gold_sequencing_project_identifiers is not None else []
5711
5716
self.gold_sequencing_project_identifiers = [v if isinstance(v, ExternalIdentifier) else ExternalIdentifier(v) for v in self.gold_sequencing_project_identifiers]
@@ -5748,9 +5753,9 @@ class MassSpectrometry(DataGeneration):
0 commit comments