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
Copy file name to clipboardExpand all lines: bam_masterdata/datamodel/vocabulary_types.py
+42-15Lines changed: 42 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -78428,61 +78428,88 @@ class OrganismFootnoteZkbs(VocabularyType):
78428
78428
class OrganismGroup(VocabularyType):
78429
78429
defs = VocabularyTypeDef(
78430
78430
code="ORGANISM_GROUP",
78431
-
description="""Organism group assignment according to the central comission of biological safety or category in the BAM-Biomicrosearch//Organismen Gruppenzuordnung anhand ZKBS bzw. die Kategorie in der BAM-Microsearch Datenbank database//Organismen Gruppenzuordnung anhand ZKBS bzw. die Kategorie in der BAM-Microsearch Datenbank""",
78431
+
description="""
78432
+
Controlled vocabulary for categorizing organisms according to the central commission of biology safety or category in the BAM-Biomicrosearch.
78433
+
""",
78432
78434
)
78433
78435
78434
78436
archaea = VocabularyTerm(
78435
78437
code="ARCHAEA",
78436
78438
label="ARCHAEA",
78437
-
description="""Archaea//Archaeen""",
78439
+
description="""
78440
+
Single-celled prokaryotic microorganisms distinct from bacteria, often found in extreme
78441
+
environments.
78442
+
""",
78438
78443
)
78439
78444
78440
78445
bacteria = VocabularyTerm(
78441
78446
code="BACTERIA",
78442
78447
label="BACTERIA",
78443
-
description="""Bacteria//Bakterien""",
78448
+
description="""
78449
+
Single-celled prokaryotic microorganisms that lack a nucleus and are ubiquitous in many
0 commit comments