We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 088dd21 + 2a75c2e commit b811551Copy full SHA for b811551
1 file changed
metadatalib/consts.py
@@ -61,6 +61,8 @@
61
"Ileum",
62
"Kveim reagent",
63
"Lab water",
64
+ "Large intestine mucosa",
65
+ "Large intestine lumen",
66
"Macular Retina",
67
"Meconium",
68
"Medium",
@@ -96,11 +98,10 @@
96
98
"Tracheal control",
97
99
"Urethral swab",
100
"Urine",
101
+ "Vaginal swab",
102
"Water",
103
"Weighing paper",
104
"Whole gut",
- "Large intestine mucosa",
- "Large intestine lumen",
105
]
106
107
HOST_SPECIES_LIST: list[Optional[str]] = [
@@ -129,3 +130,4 @@
129
130
"^[A-H][0-9]{2}$": " only contain a letter from A-H and a number 1-12",
131
"^[ATCGURYKMSWBDHVN]+$": " only contain nucleotide symbols",
132
}
133
+
0 commit comments