metameq 2026.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1648 @@
1
+ ebi_null_vals_all: &ebi_null_vals_all
2
+ allowed:
3
+ - "not collected"
4
+ - "not provided"
5
+ - "restricted access"
6
+ - "not applicable"
7
+ type: string
8
+ taxon_id_formats: &taxon_id_formats
9
+ - regex: ^\d+$
10
+ type: string
11
+ - *ebi_null_vals_all
12
+ host_type_specific_metadata:
13
+ base:
14
+ metadata_fields:
15
+ sample_name:
16
+ empty: false
17
+ is_phi: false
18
+ regex: ^[a-zA-Z0-9\.]+$
19
+ required: true
20
+ type: string
21
+ unique: true
22
+ sample_type:
23
+ empty: false
24
+ is_phi: false
25
+ required: true
26
+ type: string
27
+ host_type_specific_metadata:
28
+ ebi_submittable:
29
+ "default": "not provided"
30
+ metadata_fields:
31
+ anonymized_name:
32
+ empty: true
33
+ is_phi: false
34
+ required: false
35
+ type: string
36
+ collection_device:
37
+ empty: false
38
+ is_phi: false
39
+ required: false
40
+ type: string
41
+ collection_method:
42
+ empty: false
43
+ is_phi: false
44
+ required: false
45
+ type: string
46
+ collection_timestamp:
47
+ anyof:
48
+ - regex: '^([0-9]{4})(?:-([0-1][0-9])(?:-([0-3][0-9])(?: ([0-2][0-9])(?::([0-5][0-9])(?::([0-5][0-9]))?)?)?)?)?$'
49
+ type: string
50
+ check_with: date_not_in_future
51
+ - *ebi_null_vals_all
52
+ empty: false
53
+ field_desc: The day and time of sampling as a single point in time expressed in
54
+ 24-hour time format, e.g. 2016-11-22.
55
+ is_phi: false
56
+ required: true
57
+ collection_date:
58
+ anyof:
59
+ - regex: '^([0-9]{4})(?:-([0-1][0-9])(?:-([0-3][0-9])(?: ([0-2][0-9])(?::([0-5][0-9])(?::([0-5][0-9]))?)?)?)?)?$'
60
+ type: string
61
+ check_with: date_not_in_future
62
+ - *ebi_null_vals_all
63
+ empty: false
64
+ field_desc: The day and time of sampling as a single point in time expressed in
65
+ 24-hour time format, e.g. 2016-11-22.
66
+ is_phi: false
67
+ required: true
68
+ country:
69
+ empty: false
70
+ is_phi: false
71
+ required: true
72
+ type: string
73
+ description:
74
+ empty: false
75
+ field_desc: A description of the sample that can include site, subject, and sample
76
+ material.
77
+ is_phi: false
78
+ required: true
79
+ type: string
80
+ dna_extracted:
81
+ allowed:
82
+ - 'TRUE'
83
+ - 'FALSE'
84
+ - not collected
85
+ - not provided
86
+ type: string
87
+ empty: false
88
+ field_desc: Whether the DNA been extracted from the sample.
89
+ is_phi: false
90
+ required: true
91
+ elevation:
92
+ anyof:
93
+ - min: -413.0
94
+ type: number
95
+ - allowed:
96
+ - not collected
97
+ - not provided
98
+ - restricted access
99
+ type: string
100
+ empty: false
101
+ field_desc: Height of land above sea level in meters at the sampling site
102
+ is_phi: false
103
+ required: true
104
+ units: elevation_units
105
+ elevation_units:
106
+ allowed:
107
+ - meters
108
+ # default: meters
109
+ empty: false
110
+ is_phi: false
111
+ required: false
112
+ type: string
113
+ empo_1:
114
+ empty: false
115
+ is_phi: false
116
+ required: true
117
+ type: string
118
+ empo_2:
119
+ empty: false
120
+ is_phi: false
121
+ required: true
122
+ type: string
123
+ empo_3:
124
+ empty: false
125
+ is_phi: false
126
+ required: true
127
+ type: string
128
+ empo_4:
129
+ # NOT putting the full list of options here: they should be
130
+ # resolved at the leaf levels
131
+ empty: false
132
+ is_phi: false
133
+ required: true
134
+ type: string
135
+ env_biome:
136
+ empty: false
137
+ field_desc: Classification of the location where the sample was obtained, from the
138
+ Environmental Ontology (ENVO).
139
+ is_phi: false
140
+ required: true
141
+ type: string
142
+ env_feature:
143
+ empty: false
144
+ field_desc: Classification of a specific feature in the biome, from the Environmental
145
+ Ontology (ENVO).
146
+ is_phi: false
147
+ required: true
148
+ type: string
149
+ env_material:
150
+ empty: false
151
+ field_desc: Classification of the material being sampled, from the Environmental
152
+ Ontology (ENVO).
153
+ is_phi: false
154
+ required: true
155
+ type: string
156
+ env_package:
157
+ empty: false
158
+ field_desc: Environment where the sample was obtained.
159
+ is_phi: false
160
+ required: true
161
+ type: string
162
+ geo_loc_name:
163
+ empty: false
164
+ field_desc: The geographical origin of the sample as defined by the country or location
165
+ as chosen from the GAZ ontology, e.g. USA:CA:San Diego .
166
+ is_phi: false
167
+ required: true
168
+ type: string
169
+ latitude:
170
+ anyof:
171
+ - max: 90.00
172
+ min: -90.00
173
+ type: number
174
+ - allowed:
175
+ - not collected
176
+ - not provided
177
+ - restricted access
178
+ type: string
179
+ empty: false
180
+ field_desc: Location of the sample site by latitude in decimal degrees, e.g. 32.72
181
+ for San Diego, USA.
182
+ is_phi: false
183
+ required: true
184
+ units: latitude_units
185
+ latitude_units:
186
+ allowed:
187
+ - Decimal degrees
188
+ # default: Decimal degrees
189
+ empty: false
190
+ is_phi: false
191
+ required: false
192
+ type: string
193
+ longitude:
194
+ anyof:
195
+ - max: 180.00
196
+ min: -180.00
197
+ type: number
198
+ - allowed:
199
+ - not collected
200
+ - not provided
201
+ - restricted access
202
+ type: string
203
+ empty: false
204
+ field_desc: Location of the sample site by longitude in decimal degrees, e.g. -117.16
205
+ for San Diego, USA.
206
+ is_phi: false
207
+ required: true
208
+ units: longitude_units
209
+ longitude_units:
210
+ allowed:
211
+ - Decimal degrees
212
+ # default: Decimal degrees
213
+ empty: false
214
+ is_phi: false
215
+ required: false
216
+ type: string
217
+ physical_specimen_location:
218
+ empty: false
219
+ field_desc: Where the sample is stored (if there is any left).
220
+ is_phi: false
221
+ required: true
222
+ type: string
223
+ physical_specimen_remaining:
224
+ allowed:
225
+ - 'TRUE'
226
+ - 'FALSE'
227
+ - not collected
228
+ - not provided
229
+ - restricted access
230
+ type: string
231
+ empty: false
232
+ field_desc: Whether there is any raw specimen left to sample.
233
+ is_phi: false
234
+ required: true
235
+ scientific_name:
236
+ empty: false
237
+ field_desc: The scientific name of the metagenome associated with this sample, as
238
+ defined in the NCBI Taxonomy. Be aware that this is NOT the scientific name of
239
+ the host! Note that this value must correspond to the taxon id entered in the
240
+ taxon_id field; for example, for a sample from the human gut, the scientific_name
241
+ should be human gut microbiome, corresponding to taxon id 408170.
242
+ is_phi: false
243
+ required: true
244
+ type: string
245
+ taxon_id:
246
+ anyof: *taxon_id_formats
247
+ empty: false
248
+ field_desc: The NCBI Taxonomy id of the metagenome associated with this sample.
249
+ Be aware that this is NOT the taxon id of the host! Note that this value must
250
+ correspond to the scientific name entered in the scientific_name field; for example,
251
+ for a sample from the human gut, the taxon_id should be 408170, corresponding
252
+ to the scientific name human gut metagenome.
253
+ is_phi: false
254
+ required: true
255
+ title:
256
+ empty: false
257
+ field_desc: Title of study.
258
+ is_phi: false
259
+ required: true
260
+ type: string
261
+ # TODO: Q: is this field actually required or no?
262
+ # tube_id:
263
+ # empty: false
264
+ # field_desc: The identification of the tube containing the sample.
265
+ # is_phi: false
266
+ # required: true
267
+ # type: string
268
+ host_type_specific_metadata:
269
+ host_associated:
270
+ metadata_fields:
271
+ empo_1:
272
+ allowed:
273
+ - Host-associated
274
+ default: Host-associated
275
+ type: string
276
+ env_package:
277
+ allowed:
278
+ - host-associated
279
+ default: host-associated
280
+ type: string
281
+ host_age:
282
+ anyof:
283
+ - min_exclusive: 0
284
+ type: number
285
+ - allowed:
286
+ - not collected
287
+ - not provided
288
+ type: string
289
+ empty: false
290
+ field_desc: Host age in appropriate units
291
+ is_phi: false
292
+ required: true
293
+ units: host_age_units
294
+ host_age_units:
295
+ empty: false
296
+ is_phi: false
297
+ required: true
298
+ type: string
299
+ host_common_name:
300
+ empty: false
301
+ field_desc: common usage term for host e.g. human
302
+ is_phi: false
303
+ required: true
304
+ type: string
305
+ host_scientific_name:
306
+ empty: false
307
+ field_desc: host scientific name e.g. Homo sapiens
308
+ is_phi: false
309
+ required: true
310
+ type: string
311
+ host_subject_id:
312
+ empty: false
313
+ field_desc: A label that applies to all samples belonging to one subject or one
314
+ sample
315
+ is_phi: false
316
+ required: true
317
+ type: string
318
+ host_taxid:
319
+ anyof: *taxon_id_formats
320
+ empty: false
321
+ field_desc: taxonomy id of host e.g. human is 9606
322
+ is_phi: false
323
+ required: true
324
+ host_weight:
325
+ anyof:
326
+ - min_exclusive: 0
327
+ type: number
328
+ - allowed:
329
+ - not collected
330
+ - not provided
331
+ type: string
332
+ empty: false
333
+ field_desc: in kilograms preferred
334
+ is_phi: false
335
+ required: true
336
+ units: host_weight_units
337
+ host_weight_units:
338
+ empty: false
339
+ is_phi: false
340
+ required: true
341
+ type: string
342
+ # is there any reason time_point has to be host associated??
343
+ time_point:
344
+ anyof:
345
+ - type: integer
346
+ - allowed:
347
+ - not applicable
348
+ - not collected
349
+ - not provided
350
+ - restricted access
351
+ type: string
352
+ empty: false
353
+ field_desc: A numeric ID to indicate order of linked samples
354
+ is_phi: false
355
+ required: false
356
+ host_type_specific_metadata:
357
+ host_associated_non_saline:
358
+ metadata_fields:
359
+ empo_2:
360
+ allowed:
361
+ - Host-associated (non-saline)
362
+ default: Host-associated (non-saline)
363
+ type: string
364
+ host_type_specific_metadata:
365
+ animal_non_saline:
366
+ metadata_fields:
367
+ empo_3:
368
+ allowed:
369
+ - Animal (non-saline)
370
+ default: Animal (non-saline)
371
+ type: string
372
+ env_feature:
373
+ allowed:
374
+ - animal-associated habitat
375
+ default: animal-associated habitat
376
+ type: string
377
+ # apparently uberon ontology is just for animal species..
378
+ host_body_habitat:
379
+ empty: false
380
+ field_desc: from UBERON e.g skin, gastrointestinal tract
381
+ is_phi: false
382
+ required: true
383
+ type: string
384
+ host_body_product:
385
+ empty: false
386
+ field_desc: from UBERON e.g. skin, feces
387
+ is_phi: false
388
+ required: true
389
+ type: string
390
+ host_body_site:
391
+ empty: false
392
+ field_desc: from UBERON e.g. skin of arm, colon
393
+ is_phi: false
394
+ required: true
395
+ type: string
396
+ host_life_stage:
397
+ # TODO: Gail's writeup includes infant and juvenile
398
+ # but NOT child ... but NPH uses child?
399
+ allowed:
400
+ - adult
401
+ - child
402
+ - not applicable
403
+ - not collected
404
+ - not provided
405
+ - restricted access
406
+ type: string
407
+ empty: false
408
+ field_desc: e.g. adult
409
+ is_phi: false
410
+ required: true
411
+ sex:
412
+ allowed:
413
+ - female
414
+ - male
415
+ - neuter
416
+ - hermaphrodite
417
+ - not applicable
418
+ - not collected
419
+ - not provided
420
+ - restricted access
421
+ type: string
422
+ empty: false
423
+ is_phi: false
424
+ required: true
425
+ host_type_specific_metadata:
426
+ vertebrate:
427
+ sample_type_specific_metadata:
428
+ colon content:
429
+ metadata_fields:
430
+ env_material:
431
+ allowed:
432
+ - intestine environment
433
+ default: intestine environment
434
+ type: string
435
+ host_body_habitat:
436
+ allowed:
437
+ - UBERON:gastrointestinal system
438
+ default: UBERON:gastrointestinal system
439
+ type: string
440
+ host_body_product:
441
+ allowed:
442
+ - UBERON:lumen of gut
443
+ default: UBERON:lumen of gut
444
+ type: string
445
+ host_body_site:
446
+ allowed:
447
+ - UBERON:colon
448
+ default: UBERON:colon
449
+ type: string
450
+ scientific_name:
451
+ allowed:
452
+ - gut metagenome
453
+ default: gut metagenome
454
+ type: string
455
+ taxon_id:
456
+ allowed:
457
+ - 749906
458
+ default: 749906
459
+ type: integer
460
+ colon mucosa:
461
+ metadata_fields:
462
+ env_material:
463
+ allowed:
464
+ - intestine environment
465
+ default: intestine environment
466
+ type: string
467
+ host_body_habitat:
468
+ allowed:
469
+ - UBERON:gastrointestinal system
470
+ default: UBERON:gastrointestinal system
471
+ type: string
472
+ host_body_product:
473
+ allowed:
474
+ - UBERON:colon mucosa
475
+ default: UBERON:colon mucosa
476
+ type: string
477
+ host_body_site:
478
+ allowed:
479
+ - UBERON:colon
480
+ default: UBERON:colon
481
+ type: string
482
+ scientific_name:
483
+ allowed:
484
+ - gut metagenome
485
+ default: gut metagenome
486
+ type: string
487
+ taxon_id:
488
+ allowed:
489
+ - 749906
490
+ default: 749906
491
+ type: integer
492
+ saliva:
493
+ metadata_fields:
494
+ empo_4:
495
+ allowed:
496
+ - Animal secretion (non-saline)
497
+ default: Animal secretion (non-saline)
498
+ type: string
499
+ env_material:
500
+ allowed:
501
+ - saliva material
502
+ default: saliva material
503
+ type: string
504
+ host_body_habitat:
505
+ allowed:
506
+ - UBERON:oral cavity
507
+ default: UBERON:oral cavity
508
+ type: string
509
+ host_body_product:
510
+ allowed:
511
+ - UBERON:saliva
512
+ default: UBERON:saliva
513
+ type: string
514
+ host_body_site:
515
+ allowed:
516
+ - UBERON:mouth
517
+ default: UBERON:mouth
518
+ type: string
519
+ scientific_name:
520
+ allowed:
521
+ - oral metagenome
522
+ default: oral metagenome
523
+ type: string
524
+ taxon_id:
525
+ allowed:
526
+ - 1227552
527
+ default: 1227552
528
+ type: integer
529
+ serum:
530
+ metadata_fields:
531
+ env_material:
532
+ allowed:
533
+ - blood
534
+ default: blood
535
+ type: string
536
+ host_body_habitat:
537
+ allowed:
538
+ - UBERON:blood
539
+ default: UBERON:blood
540
+ type: string
541
+ host_body_product:
542
+ allowed:
543
+ - UBERON:serum
544
+ default: UBERON:serum
545
+ type: string
546
+ host_body_site:
547
+ allowed:
548
+ - UBERON:blood plasma
549
+ default: UBERON:blood plasma
550
+ type: string
551
+ scientific_name:
552
+ allowed:
553
+ - blood metagenome
554
+ default: blood metagenome
555
+ type: string
556
+ taxon_id:
557
+ allowed:
558
+ - 1676987
559
+ default: 1676987
560
+ type: integer
561
+ skin:
562
+ metadata_fields:
563
+ empo_4:
564
+ allowed:
565
+ - Animal surface (non-saline)
566
+ default: Animal surface (non-saline)
567
+ type: string
568
+ env_material:
569
+ allowed:
570
+ - sebum material
571
+ default: sebum material
572
+ type: string
573
+ host_body_habitat:
574
+ allowed:
575
+ - UBERON:skin
576
+ default: UBERON:skin
577
+ type: string
578
+ host_body_product:
579
+ allowed:
580
+ - UBERON:sebum
581
+ default: UBERON:sebum
582
+ type: string
583
+ scientific_name:
584
+ allowed:
585
+ - skin metagenome
586
+ default: skin metagenome
587
+ type: string
588
+ taxon_id:
589
+ allowed:
590
+ - 1338477
591
+ default: 1338477
592
+ type: integer
593
+ sputum:
594
+ metadata_fields:
595
+ env_material:
596
+ allowed:
597
+ - bodily fluid material
598
+ default: bodily fluid material
599
+ type: string
600
+ host_body_habitat:
601
+ allowed:
602
+ - UBERON:respiratory system
603
+ default: UBERON:respiratory system
604
+ type: string
605
+ host_body_product:
606
+ allowed:
607
+ - UBERON:sputum
608
+ default: UBERON:sputum
609
+ type: string
610
+ host_body_site:
611
+ allowed:
612
+ - UBERON:lung
613
+ default: UBERON:lung
614
+ type: string
615
+ scientific_name:
616
+ allowed:
617
+ - lung metagenome
618
+ default: lung metagenome
619
+ type: string
620
+ taxon_id:
621
+ allowed:
622
+ - 1729361
623
+ default: 1729361
624
+ type: integer
625
+ # TODO: is this the correct level to introduce feces?
626
+ feces:
627
+ metadata_fields:
628
+ empo_4:
629
+ allowed:
630
+ - Animal distal gut (non-saline)
631
+ default: Animal distal gut (non-saline)
632
+ type: string
633
+ env_material:
634
+ allowed:
635
+ - fecal material
636
+ default: fecal material
637
+ type: string
638
+ host_body_habitat:
639
+ allowed:
640
+ - UBERON:feces
641
+ default: UBERON:feces
642
+ type: string
643
+ host_body_product:
644
+ allowed:
645
+ - UBERON:feces
646
+ default: UBERON:feces
647
+ type: string
648
+ host_body_site:
649
+ allowed:
650
+ - UBERON:feces
651
+ default: UBERON:feces
652
+ type: string
653
+ scientific_name:
654
+ allowed:
655
+ - feces metagenome
656
+ default: feces metagenome
657
+ type: string
658
+ taxon_id:
659
+ allowed:
660
+ - 1861841
661
+ default: 1861841
662
+ type: integer
663
+ tongue:
664
+ alias: saliva
665
+ urine:
666
+ metadata_fields:
667
+ env_material:
668
+ allowed:
669
+ - urine material
670
+ default: urine material
671
+ type: string
672
+ host_body_habitat:
673
+ allowed:
674
+ - UBERON:urine
675
+ default: UBERON:urine
676
+ type: string
677
+ host_body_product:
678
+ allowed:
679
+ - UBERON:urine
680
+ default: UBERON:urine
681
+ type: string
682
+ host_body_site:
683
+ allowed:
684
+ - UBERON:urine
685
+ default: UBERON:urine
686
+ scientific_name:
687
+ allowed:
688
+ - urine metagenome
689
+ default: urine metagenome
690
+ type: string
691
+ taxon_id:
692
+ allowed:
693
+ - 1346744
694
+ default: 1346744
695
+ type: integer
696
+ host_type_specific_metadata:
697
+ human:
698
+ metadata_fields:
699
+ env_biome:
700
+ # is urban really the only biome for humans?
701
+ allowed:
702
+ - urban biome
703
+ default: urban biome
704
+ type: string
705
+ env_feature:
706
+ allowed:
707
+ - human-associated habitat
708
+ default: human-associated habitat
709
+ type: string
710
+ env_package:
711
+ allowed:
712
+ - human-associated
713
+ default: human-associated
714
+ type: string
715
+ host_age_units:
716
+ allowed:
717
+ - years
718
+ default: years
719
+ type: string
720
+ host_body_mass_index:
721
+ anyof:
722
+ - min_exclusive: 0
723
+ type: number
724
+ - allowed:
725
+ - not applicable
726
+ - not collected
727
+ - not provided
728
+ - restricted access
729
+ type: string
730
+ empty: false
731
+ field_desc: Body mass index
732
+ is_phi: false
733
+ required: true
734
+ host_common_name:
735
+ allowed:
736
+ - human
737
+ default: human
738
+ type: string
739
+ host_height:
740
+ anyof:
741
+ - min_exclusive: 0
742
+ type: number
743
+ - allowed:
744
+ - not collected
745
+ - not provided
746
+ type: string
747
+ empty: false
748
+ field_desc: Height (or length) of host in cm preferred
749
+ is_phi: false
750
+ required: true
751
+ units: host_height_units
752
+ host_height_units:
753
+ allowed:
754
+ - cm
755
+ default: cm
756
+ empty: false
757
+ is_phi: false
758
+ required: true
759
+ type: string
760
+ host_scientific_name:
761
+ allowed:
762
+ - Homo sapiens
763
+ default: Homo sapiens
764
+ type: string
765
+ host_taxid:
766
+ allowed:
767
+ - '9606'
768
+ default: '9606'
769
+ type: string
770
+ host_weight_units:
771
+ allowed:
772
+ - kg
773
+ default: kg
774
+ type: string
775
+ irb_institute:
776
+ type: string
777
+ empty: false
778
+ field_desc: the name of institute that approved the IRB (human studies)
779
+ is_phi: false
780
+ required: false
781
+ irb_protocol_id:
782
+ type: string
783
+ empty: false
784
+ field_desc: the ID of the IRB protocol that covers the collection and analysis of
785
+ this sample (human studies)
786
+ is_phi: false
787
+ required: false
788
+ sample_type_specific_metadata:
789
+ antecubital crease:
790
+ alias: "antecubital fossa"
791
+ antecubital fossa:
792
+ # TODO: this is a duplicate of "skin of elbow"
793
+ base_type: "skin"
794
+ metadata_fields:
795
+ host_body_site:
796
+ allowed:
797
+ - UBERON:elbow
798
+ default: UBERON:elbow
799
+ type: string
800
+ qiita_sample_type:
801
+ allowed:
802
+ - "skin of arm"
803
+ default: "skin of arm"
804
+ type: string
805
+ axilla skin:
806
+ base_type: "skin"
807
+ metadata_fields:
808
+ host_body_site:
809
+ allowed:
810
+ - UBERON:axilla
811
+ default: UBERON:axilla
812
+ type: string
813
+ qiita_sample_type:
814
+ allowed:
815
+ - "axilla skin"
816
+ default: "axilla skin"
817
+ type: string
818
+ back:
819
+ alias: "skin of back"
820
+ buccal mucosa:
821
+ base_type: "saliva"
822
+ metadata_fields:
823
+ host_body_site:
824
+ allowed:
825
+ - UBERON:buccal mucosa
826
+ default: UBERON:buccal mucosa
827
+ type: string
828
+ qiita_sample_type:
829
+ allowed:
830
+ - "buccal mucosa"
831
+ default: "buccal mucosa"
832
+ type: string
833
+ cheek:
834
+ alias: "skin of cheek"
835
+ # TODO: why is this a different item than (rather than an alias of) "skin of elbow"?
836
+ elbow skin:
837
+ alias: "skin of elbow"
838
+ external auditory canal:
839
+ alias: "skin of external ear canal"
840
+ face:
841
+ alias: "skin of face"
842
+ feces:
843
+ metadata_fields:
844
+ env_package:
845
+ allowed:
846
+ - human-gut
847
+ default: human-gut
848
+ type: string
849
+ scientific_name:
850
+ allowed:
851
+ - human gut metagenome
852
+ default: human gut metagenome
853
+ type: string
854
+ taxon_id:
855
+ allowed:
856
+ - 408170
857
+ default: 408170
858
+ type: integer
859
+ forehead:
860
+ alias: "skin of forehead"
861
+ glabella:
862
+ alias: "glabella skin"
863
+ glabella skin:
864
+ base_type: "skin"
865
+ metadata_fields:
866
+ host_body_site:
867
+ allowed:
868
+ - UBERON:glabella skin
869
+ default: UBERON:glabella skin
870
+ type: string
871
+ qiita_sample_type:
872
+ allowed:
873
+ - "skin of forehead"
874
+ default: "skin of forehead"
875
+ type: string
876
+ heel skin:
877
+ base_type: "skin"
878
+ metadata_fields:
879
+ host_body_site:
880
+ allowed:
881
+ - UBERON:heel
882
+ default: UBERON:heel
883
+ type: string
884
+ qiita_sample_type:
885
+ allowed:
886
+ - "skin of foot"
887
+ default: "skin of foot"
888
+ type: string
889
+ hypothenar palm:
890
+ alias: "skin of palm of manus"
891
+ inguinal crease:
892
+ alias: "skin of inguinal fold"
893
+ interdigit web:
894
+ alias: "manual digit skin"
895
+ manual digit skin:
896
+ base_type: "skin"
897
+ metadata_fields:
898
+ host_body_site:
899
+ allowed:
900
+ - UBERON:manual digit
901
+ default: UBERON:manual digit
902
+ type: string
903
+ qiita_sample_type:
904
+ allowed:
905
+ - "skin of hand"
906
+ default: "skin of hand"
907
+ type: string
908
+ manubrium:
909
+ alias: "skin of manubrium of sternum"
910
+ nail of pedal digit:
911
+ base_type: "skin"
912
+ metadata_fields:
913
+ env_material:
914
+ allowed:
915
+ - organic material
916
+ default: organic material
917
+ type: string
918
+ env_package:
919
+ allowed:
920
+ - human-associated
921
+ default: human-associated
922
+ type: string
923
+ host_body_site:
924
+ allowed:
925
+ - UBERON:pedal digit
926
+ default: UBERON:pedal digit
927
+ type: string
928
+ host_body_product:
929
+ allowed:
930
+ - UBERON:nail
931
+ default: UBERON:nail
932
+ type: string
933
+ qiita_sample_type:
934
+ allowed:
935
+ - "nail of pedal digit"
936
+ default: "nail of pedal digit"
937
+ type: string
938
+ nose:
939
+ alias: "nose skin"
940
+ nose skin:
941
+ base_type: "skin"
942
+ metadata_fields:
943
+ host_body_site:
944
+ allowed:
945
+ - "UBERON:external nose"
946
+ default: "UBERON:external nose"
947
+ type: string
948
+ qiita_sample_type:
949
+ allowed:
950
+ - "skin of face"
951
+ default: "skin of face"
952
+ type: string
953
+ occiput:
954
+ alias: "skin of occiput"
955
+ oral mucosa:
956
+ alias: "buccal mucosa"
957
+ palm:
958
+ alias: "skin of palm of manus"
959
+ plantar heel:
960
+ alias: "heel skin"
961
+ pedal digit skin:
962
+ base_type: "skin"
963
+ metadata_fields:
964
+ host_body_site:
965
+ allowed:
966
+ - UBERON:pedal digit skin
967
+ default: UBERON:pedal digit skin
968
+ type: string
969
+ qiita_sample_type:
970
+ allowed:
971
+ - "skin of foot"
972
+ default: "skin of foot"
973
+ type: string
974
+ popliteal area:
975
+ base_type: "skin"
976
+ metadata_fields:
977
+ host_body_site:
978
+ allowed:
979
+ - UBERON:popliteal area
980
+ default: UBERON:popliteal area
981
+ type: string
982
+ qiita_sample_type:
983
+ allowed:
984
+ - "skin of knee"
985
+ default: "skin of knee"
986
+ type: string
987
+ popliteal crease:
988
+ alias: "popliteal area"
989
+ popliteal fossa:
990
+ alias: "popliteal area"
991
+ retroauricular crease:
992
+ alias: "retroauricular region"
993
+ retroauricular region:
994
+ base_type: "skin"
995
+ metadata_fields:
996
+ host_body_site:
997
+ allowed:
998
+ - UBERON:retroauricular area
999
+ default: UBERON:retroauricular area
1000
+ type: string
1001
+ qiita_sample_type:
1002
+ allowed:
1003
+ - "skin of external ear"
1004
+ default: "skin of external ear"
1005
+ type: string
1006
+ saliva:
1007
+ metadata_fields:
1008
+ env_package:
1009
+ allowed:
1010
+ - human-oral
1011
+ default: human-oral
1012
+ type: string
1013
+ scientific_name:
1014
+ allowed:
1015
+ - human oral metagenome
1016
+ default: human oral metagenome
1017
+ type: string
1018
+ taxon_id:
1019
+ allowed:
1020
+ - 447426
1021
+ default: 447426
1022
+ type: integer
1023
+ scalp:
1024
+ alias: "skin of scalp"
1025
+ skin:
1026
+ metadata_fields:
1027
+ env_package:
1028
+ allowed:
1029
+ - human-skin
1030
+ default: human-skin
1031
+ type: string
1032
+ scientific_name:
1033
+ allowed:
1034
+ - human skin metagenome
1035
+ default: human skin metagenome
1036
+ type: string
1037
+ taxon_id:
1038
+ allowed:
1039
+ - 539655
1040
+ default: 539655
1041
+ type: integer
1042
+ skin of back:
1043
+ base_type: "skin"
1044
+ metadata_fields:
1045
+ host_body_site:
1046
+ allowed:
1047
+ - "UBERON:skin of back"
1048
+ default: "UBERON:skin of back"
1049
+ type: string
1050
+ qiita_sample_type:
1051
+ allowed:
1052
+ - "skin of trunk"
1053
+ default: "skin of trunk"
1054
+ type: string
1055
+ skin of breast:
1056
+ base_type: "skin"
1057
+ metadata_fields:
1058
+ host_body_site:
1059
+ allowed:
1060
+ - UBERON:breast
1061
+ default: UBERON:breast
1062
+ type: string
1063
+ qiita_sample_type:
1064
+ allowed:
1065
+ - "skin"
1066
+ default: "skin"
1067
+ type: string
1068
+ skin of cheek:
1069
+ base_type: "skin"
1070
+ metadata_fields:
1071
+ host_body_site:
1072
+ allowed:
1073
+ - UBERON:cheek
1074
+ default: UBERON:cheek
1075
+ type: string
1076
+ qiita_sample_type:
1077
+ allowed:
1078
+ - "skin of head"
1079
+ default: "skin of head"
1080
+ type: string
1081
+ skin of elbow:
1082
+ base_type: "skin"
1083
+ metadata_fields:
1084
+ host_body_site:
1085
+ allowed:
1086
+ - UBERON:elbow
1087
+ default: UBERON:elbow
1088
+ type: string
1089
+ qiita_sample_type:
1090
+ allowed:
1091
+ - "skin of arm"
1092
+ default: "skin of arm"
1093
+ type: string
1094
+ skin of external ear:
1095
+ base_type: "skin"
1096
+ metadata_fields:
1097
+ host_body_site:
1098
+ allowed:
1099
+ - UBERON:ear
1100
+ default: UBERON:ear
1101
+ type: string
1102
+ qiita_sample_type:
1103
+ allowed:
1104
+ - "skin of external ear"
1105
+ default: "skin of external ear"
1106
+ type: string
1107
+ skin of external ear canal:
1108
+ base_type: "skin"
1109
+ metadata_fields:
1110
+ host_body_site:
1111
+ allowed:
1112
+ - UBERON:external acoustic meatus
1113
+ default: UBERON:external acoustic meatus
1114
+ type: string
1115
+ qiita_sample_type:
1116
+ allowed:
1117
+ - "skin of external ear"
1118
+ default: "skin of external ear"
1119
+ type: string
1120
+ skin of face:
1121
+ base_type: "skin"
1122
+ metadata_fields:
1123
+ host_body_site:
1124
+ allowed:
1125
+ - UBERON:face
1126
+ default: UBERON:face
1127
+ type: string
1128
+ qiita_sample_type:
1129
+ allowed:
1130
+ - "skin of face"
1131
+ default: "skin of face"
1132
+ type: string
1133
+ skin of forearm:
1134
+ base_type: "skin"
1135
+ metadata_fields:
1136
+ host_body_site:
1137
+ allowed:
1138
+ - UBERON:skin of forearm
1139
+ default: UBERON:skin of forearm
1140
+ type: string
1141
+ qiita_sample_type:
1142
+ allowed:
1143
+ - "skin of arm"
1144
+ default: "skin of arm"
1145
+ type: string
1146
+ # TODO: for ABTX, the qiita_sample_type for skin of forehead is "skin",
1147
+ # but for TRPCA it is given as "skin of forehead"; why?
1148
+ skin of forehead:
1149
+ base_type: "skin"
1150
+ metadata_fields:
1151
+ # TODO: for ABTX, the host_body_site for skin of forehead is "UBERON:skin of forehead",
1152
+ # but for TRPCA it is given as "UBERON:forehead"; why?
1153
+ host_body_site:
1154
+ allowed:
1155
+ - UBERON:skin of forehead
1156
+ default: UBERON:skin of forehead
1157
+ type: string
1158
+ qiita_sample_type:
1159
+ allowed:
1160
+ - "skin"
1161
+ default: "skin"
1162
+ type: string
1163
+ skin of hand:
1164
+ base_type: "skin"
1165
+ metadata_fields:
1166
+ host_body_site:
1167
+ allowed:
1168
+ - UBERON:skin of hand
1169
+ default: UBERON:skin of hand
1170
+ type: string
1171
+ qiita_sample_type:
1172
+ allowed:
1173
+ - "skin"
1174
+ default: "skin"
1175
+ type: string
1176
+ skin of inguinal fold:
1177
+ base_type: "skin"
1178
+ metadata_fields:
1179
+ host_body_site:
1180
+ allowed:
1181
+ - UBERON:inguinal fold
1182
+ default: UBERON:inguinal fold
1183
+ type: string
1184
+ qiita_sample_type:
1185
+ allowed:
1186
+ - "inguinal skin region"
1187
+ default: "inguinal skin region"
1188
+ type: string
1189
+ skin of manubrium of sternum:
1190
+ base_type: "skin"
1191
+ metadata_fields:
1192
+ host_body_site:
1193
+ allowed:
1194
+ - UBERON:manubrium of sternum
1195
+ default: UBERON:manubrium of sternum
1196
+ type: string
1197
+ qiita_sample_type:
1198
+ allowed:
1199
+ - "skin of chest"
1200
+ default: "skin of chest"
1201
+ type: string
1202
+ skin of occiput:
1203
+ base_type: "skin"
1204
+ metadata_fields:
1205
+ host_body_site:
1206
+ allowed:
1207
+ - UBERON:surface of occiput
1208
+ default: UBERON:surface of occiput
1209
+ type: string
1210
+ qiita_sample_type:
1211
+ allowed:
1212
+ - "skin of head"
1213
+ default: "skin of head"
1214
+ type: string
1215
+ skin of palm of hypothenar manus:
1216
+ base_type: "skin"
1217
+ metadata_fields:
1218
+ host_body_site:
1219
+ allowed:
1220
+ - UBERON:hypothenar eminence
1221
+ default: UBERON:hypothenar eminence
1222
+ type: string
1223
+ qiita_sample_type:
1224
+ allowed:
1225
+ - "skin of hand"
1226
+ default: "skin of hand"
1227
+ type: string
1228
+ skin of palm of manus :
1229
+ base_type: "skin"
1230
+ metadata_fields:
1231
+ host_body_site:
1232
+ allowed:
1233
+ - UBERON:palmar part of manus
1234
+ default: UBERON:palmar part of manus
1235
+ type: string
1236
+ qiita_sample_type:
1237
+ allowed:
1238
+ - "skin of hand"
1239
+ default: "skin of hand"
1240
+ type: string
1241
+ skin of scalp:
1242
+ base_type: "skin"
1243
+ metadata_fields:
1244
+ host_body_site:
1245
+ allowed:
1246
+ - UBERON:scalp
1247
+ default: UBERON:scalp
1248
+ type: string
1249
+ qiita_sample_type:
1250
+ allowed:
1251
+ - "skin of head"
1252
+ default: "skin of head"
1253
+ type: string
1254
+ skin of umbilical area:
1255
+ base_type: "skin"
1256
+ metadata_fields:
1257
+ host_body_site:
1258
+ allowed:
1259
+ - UBERON:umbilicus
1260
+ default: UBERON:umbilicus
1261
+ type: string
1262
+ qiita_sample_type:
1263
+ allowed:
1264
+ - "skin of trunk"
1265
+ default: "skin of trunk"
1266
+ type: string
1267
+ thigh:
1268
+ alias: "upper leg skin"
1269
+ toe web space:
1270
+ alias: "pedal digit skin"
1271
+ toenail:
1272
+ alias: "nail of pedal digit"
1273
+ umbilicus:
1274
+ alias: "skin of umbilical area"
1275
+ upper leg skin:
1276
+ base_type: "skin"
1277
+ metadata_fields:
1278
+ host_body_site:
1279
+ allowed:
1280
+ - UBERON:upper leg skin
1281
+ default: UBERON:upper leg skin
1282
+ type: string
1283
+ qiita_sample_type:
1284
+ allowed:
1285
+ - "skin of leg"
1286
+ default: "skin of leg"
1287
+ type: string
1288
+ volar forearm:
1289
+ alias: "skin of forearm"
1290
+ mouse:
1291
+ metadata_fields:
1292
+ env_biome:
1293
+ allowed:
1294
+ - urban biome
1295
+ default: urban biome
1296
+ type: string
1297
+ host_age_units:
1298
+ allowed:
1299
+ - weeks
1300
+ default: weeks
1301
+ type: string
1302
+ host_common_name:
1303
+ allowed:
1304
+ - mouse
1305
+ default: mouse
1306
+ type: string
1307
+ host_scientific_name:
1308
+ allowed:
1309
+ - Mus musculus
1310
+ default: Mus musculus
1311
+ type: string
1312
+ host_taxid:
1313
+ allowed:
1314
+ - '10090'
1315
+ default: '10090'
1316
+ type: string
1317
+ host_weight_units:
1318
+ allowed:
1319
+ - g
1320
+ default: g
1321
+ type: string
1322
+ free_living:
1323
+ metadata_fields:
1324
+ empo_1:
1325
+ allowed:
1326
+ - Free-living
1327
+ default: Free-living
1328
+ type: string
1329
+ host_type_specific_metadata:
1330
+ free_living_non_saline:
1331
+ metadata_fields:
1332
+ empo_2:
1333
+ allowed:
1334
+ - Free-living (non-saline)
1335
+ default: Free-living (non-saline)
1336
+ type: string
1337
+ host_type_specific_metadata:
1338
+ aqueous_non_saline:
1339
+ metadata_fields:
1340
+ empo_3:
1341
+ allowed:
1342
+ - Aqueous (non-saline)
1343
+ default: Aqueous (non-saline)
1344
+ type: string
1345
+ host_type_specific_metadata:
1346
+ aerosol_non_saline:
1347
+ metadata_fields:
1348
+ empo_4:
1349
+ allowed:
1350
+ - Aerosol (non-saline)
1351
+ default: Aerosol (non-saline)
1352
+ type: string
1353
+ aqueous_surface_non_saline:
1354
+ metadata_fields:
1355
+ empo_4:
1356
+ allowed:
1357
+ - Surface (non-saline)
1358
+ default: Surface (non-saline)
1359
+ type: string
1360
+ water_non_saline:
1361
+ metadata_fields:
1362
+ empo_4:
1363
+ allowed:
1364
+ - Water (non-saline)
1365
+ default: Water (non-saline)
1366
+ type: string
1367
+ env_package:
1368
+ allowed:
1369
+ - water
1370
+ default: water
1371
+ type: string
1372
+ sample_type_specific_metadata:
1373
+ fresh water:
1374
+ metadata_fields:
1375
+ env_biome:
1376
+ allowed:
1377
+ - freshwater biome
1378
+ default: freshwater biome
1379
+ type: string
1380
+ env_material:
1381
+ allowed:
1382
+ - fresh water
1383
+ default: fresh water
1384
+ type: string
1385
+ scientific_name:
1386
+ allowed:
1387
+ - freshwater metagenome
1388
+ default: freshwater metagenome
1389
+ type: string
1390
+ taxon_id:
1391
+ allowed:
1392
+ - 449393
1393
+ default: 449393
1394
+ type: integer
1395
+ sample_type_specific_metadata:
1396
+ # is filtered water always urban?
1397
+ filtered water:
1398
+ metadata_fields:
1399
+ env_biome:
1400
+ allowed:
1401
+ - urban biome
1402
+ default: urban biome
1403
+ type: string
1404
+ waste water:
1405
+ metadata_fields:
1406
+ env_biome:
1407
+ allowed:
1408
+ - urban biome
1409
+ default: urban biome
1410
+ type: string
1411
+ env_material:
1412
+ allowed:
1413
+ - waste water
1414
+ - sewage
1415
+ type: string
1416
+ env_package:
1417
+ allowed:
1418
+ - wastewater/sludge
1419
+ default: wastewater/sludge
1420
+ type: string
1421
+ scientific_name:
1422
+ allowed:
1423
+ - wastewater metagenome
1424
+ default: wastewater metagenome
1425
+ type: string
1426
+ taxon_id:
1427
+ allowed:
1428
+ - 527639
1429
+ default: 527639
1430
+ type: integer
1431
+ solid_non_saline:
1432
+ metadata_fields:
1433
+ empo_3:
1434
+ allowed:
1435
+ - Solid (non-saline)
1436
+ default: Solid (non-saline)
1437
+ type: string
1438
+ host_type_specific_metadata:
1439
+ sediment_non_saline:
1440
+ metadata_fields:
1441
+ empo_4:
1442
+ allowed:
1443
+ - Sediment (non-saline)
1444
+ default: Sediment (non-saline)
1445
+ type: string
1446
+ soil_non_saline:
1447
+ metadata_fields:
1448
+ empo_4:
1449
+ allowed:
1450
+ - Soil (non-saline)
1451
+ default: Soil (non-saline)
1452
+ type: string
1453
+ solid_surface_non_saline:
1454
+ metadata_fields:
1455
+ empo_4:
1456
+ allowed:
1457
+ - Surface (non-saline)
1458
+ default: Surface (non-saline)
1459
+ type: string
1460
+ host_type_specific_metadata:
1461
+ control surface:
1462
+ metadata_fields:
1463
+ env_biome:
1464
+ allowed:
1465
+ - urban biome
1466
+ default: urban biome
1467
+ type: string
1468
+ env_feature:
1469
+ allowed:
1470
+ - research facility
1471
+ default: research facility
1472
+ type: string
1473
+ env_material:
1474
+ allowed:
1475
+ - anthropogenic environmental material
1476
+ default: anthropogenic environmental material
1477
+ type: string
1478
+ env_package:
1479
+ allowed:
1480
+ - misc environment
1481
+ default: misc environment
1482
+ type: string
1483
+ scientific_name:
1484
+ allowed:
1485
+ - indoor metagenome
1486
+ default: indoor metagenome
1487
+ type: string
1488
+ taxon_id:
1489
+ allowed:
1490
+ - 1256227
1491
+ default: 1256227
1492
+ type: integer
1493
+ sample_type_specific_metadata:
1494
+ control surface:
1495
+ metadata_fields:
1496
+ qiita_sample_type:
1497
+ allowed:
1498
+ - control surface
1499
+ default: control surface
1500
+ type: string
1501
+ control glove:
1502
+ metadata_fields:
1503
+ qiita_sample_type:
1504
+ allowed:
1505
+ - control glove
1506
+ default: control glove
1507
+ type: string
1508
+ control swab:
1509
+ metadata_fields:
1510
+ qiita_sample_type:
1511
+ allowed:
1512
+ - control swab
1513
+ default: control swab
1514
+ type: string
1515
+ control:
1516
+ default: "not applicable"
1517
+ metadata_fields:
1518
+ empo_1:
1519
+ allowed:
1520
+ - Control
1521
+ default: Control
1522
+ type: string
1523
+ env_feature:
1524
+ allowed:
1525
+ - research facility
1526
+ default: research facility
1527
+ type: string
1528
+ env_package:
1529
+ allowed:
1530
+ - misc environment
1531
+ default: misc environment
1532
+ type: string
1533
+ scientific_name:
1534
+ allowed:
1535
+ - metagenome
1536
+ default: metagenome
1537
+ type: string
1538
+ taxon_id:
1539
+ allowed:
1540
+ - 256318
1541
+ default: 256318
1542
+ type: integer
1543
+ host_type_specific_metadata:
1544
+ # NB: control surfaces are actually under free-living!
1545
+ sterile_water_blank:
1546
+ metadata_fields:
1547
+ empo_2:
1548
+ allowed:
1549
+ - Negative
1550
+ default: Negative
1551
+ type: string
1552
+ empo_3:
1553
+ allowed:
1554
+ - Sterile water blank
1555
+ default: Sterile water blank
1556
+ type: string
1557
+ empo_4:
1558
+ allowed:
1559
+ - Sterile water blank
1560
+ default: Sterile water blank
1561
+ type: string
1562
+ env_biome:
1563
+ allowed:
1564
+ - urban biome
1565
+ default: urban biome
1566
+ type: string
1567
+ env_material:
1568
+ allowed:
1569
+ - sterile water
1570
+ default: sterile water
1571
+ type: string
1572
+ sample_type_specific_metadata:
1573
+ control blank:
1574
+ metadata_fields:
1575
+ qiita_sample_type:
1576
+ allowed:
1577
+ - control blank
1578
+ default: control blank
1579
+ type: string
1580
+ control blank DNA extraction:
1581
+ base_type: "control blank"
1582
+ control blank library prep:
1583
+ base_type: "control blank"
1584
+ control solvent:
1585
+ base_type: "control blank"
1586
+ control shield:
1587
+ base_type: "control blank"
1588
+ single strain:
1589
+ metadata_fields:
1590
+ empo_2:
1591
+ allowed:
1592
+ - Positive
1593
+ default: Positive
1594
+ type: string
1595
+ empo_3:
1596
+ allowed:
1597
+ - Single strain
1598
+ default: Single strain
1599
+ type: string
1600
+ empo_4:
1601
+ allowed:
1602
+ - Single strain
1603
+ default: Single strain
1604
+ type: string
1605
+ env_material:
1606
+ allowed:
1607
+ - cell culture
1608
+ default: cell culture
1609
+ type: string
1610
+ sample_type_specific_metadata:
1611
+ control positive:
1612
+ metadata_fields:
1613
+ qiita_sample_type:
1614
+ allowed:
1615
+ - control positive
1616
+ default: control positive
1617
+ type: string
1618
+ control positive DNA extraction:
1619
+ base_type: "control positive"
1620
+ control positive library prep:
1621
+ base_type: "control positive"
1622
+ control positive katharoseq:
1623
+ base_type: "control positive"
1624
+ # TODO: check this with Gail; isn't in metadata template
1625
+ control soap:
1626
+ metadata_fields:
1627
+ env_material:
1628
+ allowed:
1629
+ - anthropogenic environmental material
1630
+ default: anthropogenic environmental material
1631
+ scientific_name:
1632
+ allowed:
1633
+ - indoor metagenome
1634
+ default: indoor metagenome
1635
+ type: string
1636
+ taxon_id:
1637
+ allowed:
1638
+ - 1256227
1639
+ default: 1256227
1640
+ type: integer
1641
+ # TODO: check this with Gail; isn't in metadata template
1642
+ control shield:
1643
+ metadata_fields:
1644
+ qiita_sample_type:
1645
+ allowed:
1646
+ - "control shield"
1647
+ default: "control shield"
1648
+ type: string