Skip to content

Commit b811551

Browse files
authored
Merge pull request #83 from PennChopMicrobiomeProgram/Ulthran-patch-1
Add "Vaginal swab" sample type
2 parents 088dd21 + 2a75c2e commit b811551

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

metadatalib/consts.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
"Ileum",
6262
"Kveim reagent",
6363
"Lab water",
64+
"Large intestine mucosa",
65+
"Large intestine lumen",
6466
"Macular Retina",
6567
"Meconium",
6668
"Medium",
@@ -96,11 +98,10 @@
9698
"Tracheal control",
9799
"Urethral swab",
98100
"Urine",
101+
"Vaginal swab",
99102
"Water",
100103
"Weighing paper",
101104
"Whole gut",
102-
"Large intestine mucosa",
103-
"Large intestine lumen",
104105
]
105106

106107
HOST_SPECIES_LIST: list[Optional[str]] = [
@@ -129,3 +130,4 @@
129130
"^[A-H][0-9]{2}$": " only contain a letter from A-H and a number 1-12",
130131
"^[ATCGURYKMSWBDHVN]+$": " only contain nucleotide symbols",
131132
}
133+

0 commit comments

Comments
 (0)