-
Notifications
You must be signed in to change notification settings - Fork 3
/
custom_curies.yaml
784 lines (733 loc) · 21.2 KB
/
custom_curies.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
phenotypic_quality: &phenotypic_quality_block
category: "biolink:PhenotypicQuality"
predicate: "biolink:has_phenotype"
phenotypic_capability: &phenotypic_capability_block
<<: *phenotypic_quality_block
predicate: "biolink:capable_of"
biological_process: &biological_process_block
category: "biolink:BiologicalProcess"
predicate: "biolink:capable_of"
chemical_production: &chemical_production_block
category: "biolink:ChemicalSubstance"
predicate: "biolink:produces"
oxygen:
aerobe: &aerobe_block
curie: "oxygen:aerobe"
name: "aerobe"
<<: *phenotypic_quality_block
Ox_aerobic: *aerobe_block
anaerobe: &anaerobe_block
curie: "oxygen:anaerobe"
name: "anaerobe"
<<: *phenotypic_quality_block
Ox_anaerobic: *anaerobe_block
obligate_aerobe:
curie: "oxygen:obligate_aerobe"
name: "obligate aerobe"
<<: *phenotypic_quality_block
microaerophile: µaerophile_block
curie: "oxygen:microaerophile"
name: "microaerophile"
<<: *phenotypic_quality_block
Ox_microaerophile: *microaerophile_block
facultative_anaerobe:
curie: "oxygen:facultative_anaerobe"
name: "facultative anaerobe"
<<: *phenotypic_quality_block
obligate_anaerobe:
curie: "oxygen:obligate_anaerobe"
name: "obligate anaerobe"
<<: *phenotypic_quality_block
facultative_aerobe: &facultative_aerobe_block
curie: "oxygen:facultative_aerobe"
name: "facultative aerobe"
<<: *phenotypic_quality_block
Ox_facultative_aerobe: *facultative_aerobe_block
aerotolerant:
curie: "oxygen:aerotolerant"
name: "aerotolerant"
<<: *phenotypic_quality_block
microaerotolerant:
curie: "oxygen:microaerotolerant"
name: "microaerotolerant"
<<: *phenotypic_quality_block
facultative_aerobe_anaerobe:
curie: "oxygen:facultative_aerobe_anaerobe"
name: "facultative aerobe/anaerobe"
<<: *phenotypic_quality_block
temperature:
psychrophilic:
curie: "temperature:psychrophilic"
name: "psychrophilic"
<<: *phenotypic_quality_block
psychrotrophic:
curie: "temperature:psychrotrophic"
name: "psychrotrophic"
<<: *phenotypic_quality_block
psychrotolerant:
curie: "temperature:psychrotolerant"
name: "psychrotolerant"
<<: *phenotypic_quality_block
mesophilic:
curie: "temperature:mesophilic"
name: "mesophilic"
<<: *phenotypic_quality_block
thermotolerant:
curie: "temperature:thermotolerant"
name: "thermotolerant"
<<: *phenotypic_quality_block
thermophilic:
curie: "temperature:thermophilic"
name: "thermophilic"
<<: *phenotypic_quality_block
extreme_thermophilic:
curie: "temperature:extreme_thermophilic"
name: "extreme thermophilic"
<<: *phenotypic_quality_block
hyperthermophilic:
curie: "temperature:hyperthermophilic"
name: "hyperthermophilic"
<<: *phenotypic_quality_block
extreme_hyperthermophilic:
curie: "temperature:extreme_hyperthermophilic"
name: "extreme hyperthermophilic"
<<: *phenotypic_quality_block
salinity:
moderately_halophilic:
curie: "salinity:moderately_halophilic"
name: "moderately halophilic"
<<: *phenotypic_quality_block
halophilic:
curie: "salinity:halophilic"
name: "halophilic"
<<: *phenotypic_quality_block
non_halophilic:
curie: "salinity:non_halophilic"
name: "non halophilic"
<<: *phenotypic_quality_block
extremely_halophilic:
curie: "salinity:extremely_halophilic"
name: "extremely halophilic"
<<: *phenotypic_quality_block
slightly_halophilic:
curie: "salinity:slightly_halophilic"
name: "slightly halophilic"
<<: *phenotypic_quality_block
haloalkaliphilic:
curie: "salinity:haloalkaliphilic"
name: "haloalkaliphilic"
<<: *phenotypic_quality_block
halotolerant:
curie: "salinity:halotolerant"
name: "halotolerant"
<<: *phenotypic_quality_block
trophic_type:
chemoautotroph:
curie: "trophic_type:chemoautotrophy"
name: "chemoautotroph"
<<: *biological_process_block
chemoorganotroph:
curie: "trophic_type:chemoorganotrophy"
name: "chemoorganotroph"
<<: *biological_process_block
chemoheterotroph:
curie: "trophic_type:chemoheterotrophy"
name: "chemoheterotroph"
<<: *biological_process_block
chemoorganoheterotroph:
curie: "trophic_type:chemoorganoheterotrophy"
name: "chemoorganoheterotroph"
<<: *biological_process_block
heterotroph: &heterotroph_block
curie: "trophic_type:heterotrophy"
name: "heterotroph"
<<: *biological_process_block
tt_heterotroph: *heterotroph_block
chemoautolithotroph:
curie: "trophic_type:chemoautolithotrophy"
name: "chemoautolithotroph"
<<: *biological_process_block
methylotroph: &methylotroph_block
curie: "trophic_type:methylotrophy"
name: "methylotroph"
<<: *biological_process_block
tt_methylotroph: *methylotroph_block
mixotroph:
curie: "trophic_type:mixotrophy"
name: "mixotroph"
<<: *biological_process_block
chemolithoautotroph:
curie: "trophic_type:chemolithoautotrophy"
name: "chemolithoautotroph"
<<: *biological_process_block
methanotroph:
curie: "trophic_type:methanotrophy"
name: "methanotroph"
<<: *biological_process_block
lithoheterotroph:
curie: "trophic_type:lithoheterotrophy"
name: "lithoheterotroph"
<<: *biological_process_block
organoheterotroph:
curie: "trophic_type:organoheterotrophy"
name: "organoheterotroph"
<<: *biological_process_block
chemolithotroph:
curie: "trophic_type:chemolithotrophy"
name: "chemolithotroph"
<<: *biological_process_block
autotroph: &autotroph_block
curie: "trophic_type:autotrophy"
name: "autotroph"
<<: *biological_process_block
tt_autotroph: *autotroph_block
phototroph: &phototroph_block
curie: "trophic_type:phototrophy"
name: "phototroph"
<<: *biological_process_block
tt_phototroph: *phototroph_block
photoheterotroph:
curie: "trophic_type:photoheterotrophy"
name: "photoheterotroph"
<<: *biological_process_block
lithoautotroph:
curie: "trophic_type:lithoautotrophy"
name: "lithoautotroph"
<<: *biological_process_block
diazotroph: &diazotroph_block
curie: "trophic_type:diazotrophy"
name: "diazotroph"
<<: *biological_process_block
tt_diazotroph: *diazotroph_block
chemolithoheterotroph:
curie: "trophic_type:chemolithoheterotrophy"
name: "chemolithoheterotroph"
<<: *biological_process_block
chemotroph: &chemotroph_block
curie: "trophic_type:chemotrophy"
name: "chemotroph"
<<: *biological_process_block
tt_chemotroph: *chemotroph_block
organotroph: &organotroph_block
curie: "trophic_type:organotrophy"
name: "organotroph"
<<: *biological_process_block
tt_organotroph: *organotroph_block
photolithotroph:
curie: "trophic_type:photolithotrophy"
name: "photolithotroph"
<<: *biological_process_block
photoautotroph:
curie: "trophic_type:photoautotrophy"
name: "photoautotroph"
<<: *biological_process_block
photoorganoheterotroph:
curie: "trophic_type:photoorganoheterotrophy"
name: "photoorganoheterotroph"
<<: *biological_process_block
lithotroph:
curie: "trophic_type:lithotrophy"
name: "lithotroph"
<<: *biological_process_block
oligotroph: &oligotroph_block
curie: "trophic_type:oligotrophy"
name: "oligotroph"
<<: *biological_process_block
tt_oligotroph: *oligotroph_block
litotroph: &litotroph_block
curie: "trophic_type:litotrophy"
name: "litotroph"
<<: *biological_process_block
tt_litotroph: *litotroph_block
copiotroph: &copiotroph_block
curie: "trophic_type:copiotrophy"
name: "copiotroph"
<<: *biological_process_block
tt_copiotroph: *copiotroph_block
copiotroph_diazotroph: &copiotroph_diazotroph_block
curie: "trophic_type:copiotroph_diazotrophy"
name: "copiotroph diazotroph"
<<: *biological_process_block
combo:
- *copiotroph_block
- *diazotroph_block
tt_copiotroph_diazotroph: *copiotroph_diazotroph_block
cell_shape:
rod_shaped: &rod_shaped_block
curie: "cell_shape:rod"
name: "rod shaped cell"
<<: *phenotypic_quality_block
s_rod: *rod_shaped_block
sphere_shaped: &sphere_shaped_block
curie: "cell_shape:sphere"
name: "sphere shaped cell"
<<: *phenotypic_quality_block
s_sphere: *sphere_shaped_block
coccus_shaped:
curie: "cell_shape:coccus"
name: "coccus shaped cell"
<<: *phenotypic_quality_block
spiral_shaped:
curie: "cell_shape:spiral"
name: "spiral shaped cell"
<<: *phenotypic_quality_block
ovoid_shaped: &ovoid_shaped_block
curie: "cell_shape:ovoid"
name: "ovoid shaped cell"
<<: *phenotypic_quality_block
s_ovoid: *ovoid_shaped_block
filament_shaped: &filament_shaped_block
curie: "cell_shape:filament"
name: "filament shaped cell"
<<: *phenotypic_quality_block
s_filament: *filament_shaped_block
oval_shaped:
curie: "cell_shape:oval"
name: "oval shaped cell"
<<: *phenotypic_quality_block
curved_shaped: &curved_shaped_block
curie: "cell_shape:curved"
name: "curved shaped cell"
<<: *phenotypic_quality_block
spiral_shaped: &spiral_shaped_block
curie: "cell_shape:spiral"
name: "spiral shaped cell"
<<: *phenotypic_quality_block
pleomorphic_shaped: &pleomorphic_shaped_block
curie: "cell_shape:pleomorphic"
name: "pleomorphic shaped cell"
<<: *phenotypic_quality_block
helical_shaped:
curie: "cell_shape:helical"
name: "helical shaped cell"
<<: *phenotypic_quality_block
vibrio_shaped:
curie: "cell_shape:vibrio"
name: "vibrio shaped cell"
<<: *phenotypic_quality_block
crescent_shaped:
curie: "cell_shape:crescent"
name: "crescent shaped cell"
<<: *phenotypic_quality_block
star_shaped: &star_shaped_block
curie: "cell_shape:star"
name: "star shaped cell"
<<: *phenotypic_quality_block
spore_shaped:
curie: "cell_shape:spore"
name: "spore shaped cell"
<<: *phenotypic_quality_block
diplococcus_shaped:
curie: "cell_shape:diplococcus"
name: "diplococcus shaped cell"
<<: *phenotypic_quality_block
dumbbell_shaped: &dumbbell_shaped_block
curie: "cell_shape:dumbbell"
name: "dumbbell shaped cell"
<<: *phenotypic_quality_block
ring_shaped:
curie: "cell_shape:ring"
name: "ring shaped cell"
<<: *phenotypic_quality_block
ellipsoidal:
curie: "cell_shape:ellipsoidal"
name: "ellipsoidal shaped cell"
<<: *phenotypic_quality_block
s_curved_spiral:
curie: "cell_shape:curved_spiral"
name: "curved spiral shaped cell"
<<: *phenotypic_quality_block
combo:
- *curved_shaped_block
- *spiral_shaped_block
s_star_dumbbell_pleomorphic:
curie: "cell_shape:star_dumbbell_pleomorphic"
name: "star dumbbell pleomorphic shaped cell"
<<: *phenotypic_quality_block
combo:
- *star_shaped_block
- *dumbbell_shaped_block
- *pleomorphic_shaped_block
gram_stain:
gram_positive: &gram_stain_block
curie: "gram_stain:positive"
name: "gram positive"
<<: *phenotypic_quality_block
g_positive: *gram_stain_block
gram_negative: &gram_negative_block
curie: "gram_stain:negative"
name: "gram negative"
<<: *phenotypic_quality_block
g_negative: *gram_negative_block
gram_variable:
curie: "gram_stain:variable"
name: "gram variable"
<<: *phenotypic_quality_block
gram_indeterminate:
curie: "gram_stain:indeterminate"
name: "gram indeterminate"
<<: *phenotypic_quality_block
production:
antibiotic_compound_production:
curie: "production:antibiotic_compound"
name: "antibiotic compound production"
<<: *chemical_production_block
alcohol_production:
curie: "production:alcohol"
name: "alcohol production"
<<: *chemical_production_block
toxin_production:
curie: "production:toxin"
name: "toxin production"
<<: *chemical_production_block
amino_acid_production:
curie: "production:amino_acid"
name: "amino acid production"
<<: *chemical_production_block
lactate_production:
curie: "production:lactate"
name: "lactate production"
<<: *chemical_production_block
polysaccharide_production:
curie: "production:polysaccharide"
name: "polysaccharide production"
<<: *chemical_production_block
methane_production:
curie: "production:methane"
name: "methane production"
<<: *chemical_production_block
pigmented:
curie: "production:pigmented"
name: "pigmented"
<<: *chemical_production_block
pathogen:
human_pathogen:
curie: "pathogen:human"
name: "human pathogen"
<<: *phenotypic_quality_block
animal_pathogen:
curie: "pathogen:animal"
name: "animal pathogen"
<<: *phenotypic_quality_block
plant_pathogen:
curie: "pathogen:plant"
name: "plant pathogen"
<<: *phenotypic_quality_block
motility:
motile:
curie: "motility:motile"
name: "motile"
<<: *phenotypic_capability_block
non_motile:
curie: "motility:non_motile"
name: "non-motile"
<<: *phenotypic_capability_block
sporulation:
spore_forming: &spore_forming_block
curie: "sporulation:spore_forming"
name: "spore forming"
<<: *phenotypic_capability_block
spore: *spore_forming_block
non_spore_forming: &non_spore_forming_block
curie: "sporulation:non_spore_forming"
name: "non spore forming"
<<: *phenotypic_capability_block
no_spore: *non_spore_forming_block
gc_content:
gc_<=42.65:
curie: "gc:low"
name: "GC content <= 42.65%"
<<: *phenotypic_quality_block
gc_42.65_57.0:
curie: "gc:mid1"
name: "GC content 42.65% - 57.0%"
<<: *phenotypic_quality_block
gc_57.0_66.3:
curie: "gc:mid2"
name: "GC content 57.0% - 66.3%"
<<: *phenotypic_quality_block
gc_>66.3:
curie: "gc:high"
name: "GC content > 66.3%"
<<: *phenotypic_quality_block
pigment:
pigment_pink:
curie: "pigment:pink"
name: "pink pigment"
<<: *chemical_production_block
pigment_yellow:
curie: "pigment:yellow"
name: "yellow pigment"
<<: *chemical_production_block
pigment_brown:
curie: "pigment:brown"
name: "brown pigment"
<<: *chemical_production_block
pigment_red:
curie: "pigment:red"
name: "red pigment"
<<: *chemical_production_block
pigment_orange:
curie: "pigment:orange"
name: "orange pigment"
<<: *chemical_production_block
pigment_green:
curie: "pigment:green"
name: "green pigment"
<<: *chemical_production_block
pigment_black:
curie: "pigment:black"
name: "black pigment"
<<: *chemical_production_block
pigment_white:
curie: "pigment:white"
name: "white pigment"
<<: *chemical_production_block
pigment_cream:
curie: "pigment:cream"
name: "cream pigment"
<<: *chemical_production_block
pigment_carotenoid:
curie: "pigment:carotenoid"
name: "carotenoid pigment"
<<: *chemical_production_block
pH_optimal:
pho_0_to_6:
curie: "pH_opt:low"
name: "optimal pH 0 to 6"
<<: *phenotypic_quality_block
pho_6_to_7:
curie: "pH_opt:mid1"
name: "optimal pH 6 to 7"
<<: *phenotypic_quality_block
pho_7_to_8:
curie: "pH_opt:mid2"
name: "optimal pH 7 to 8"
<<: *phenotypic_quality_block
pho_8_to_14:
curie: "pH_opt:high"
name: "optimal pH 8 to 14"
<<: *phenotypic_quality_block
pH_range:
phr_0_to_4:
curie: "pH_range:low"
name: "pH range 0 to 4"
<<: *phenotypic_quality_block
phr_4_to_6:
curie: "pH_range:mid1"
name: "pH range 4 to 6"
<<: *phenotypic_quality_block
phr_6_to_7:
curie: "pH_range:mid2"
name: "pH range 6 to 7"
<<: *phenotypic_quality_block
phr_7_to_8:
curie: "pH_range:mid3"
name: "pH range 7 to 8"
<<: *phenotypic_quality_block
phr_8_to_10:
curie: "pH_range:mid4"
name: "pH range 8 to 10"
<<: *phenotypic_quality_block
phr_10_to_14:
curie: "pH_range:high"
name: "pH range 10 to 14"
<<: *phenotypic_quality_block
pH_delta:
phd_<=1:
curie: "pH_delta:very_low"
name: "pH delta <= 1"
<<: *phenotypic_quality_block
phd_1_2:
curie: "pH_delta:low"
name: "pH delta 1 to 2"
<<: *phenotypic_quality_block
phd_2_3:
curie: "pH_delta:mid1"
name: "pH delta 2 to 3"
<<: *phenotypic_quality_block
phd_3_4:
curie: "pH_delta:mid2"
name: "pH delta 3 to 4"
<<: *phenotypic_quality_block
phd_4_5:
curie: "pH_delta:mid3"
name: "pH delta 4 to 5"
<<: *phenotypic_quality_block
phd_5_9:
curie: "pH_delta:high"
name: "pH delta 5 to 9"
<<: *phenotypic_quality_block
NaCl_optimal:
nao_<=1:
curie: "NaCl_opt:very_low"
name: "optimal NaCl <= 1%"
<<: *phenotypic_quality_block
nao_1_to_3:
curie: "NaCl_opt:low"
name: "optimal NaCl 1% to 3%"
<<: *phenotypic_quality_block
nao_3_to_8:
curie: "NaCl_opt:mid"
name: "optimal NaCl 3% to 8%"
<<: *phenotypic_quality_block
nao_>8:
curie: "NaCl_opt:high"
name: "optimal NaCl > 8%"
<<: *phenotypic_quality_block
NaCl_range:
nar_<=1:
curie: "NaCl_range:very_low"
name: "NaCl range <= 1%"
<<: *phenotypic_quality_block
nar_1_to_3:
curie: "NaCl_range:low"
name: "NaCl range 1% to 3%"
<<: *phenotypic_quality_block
nar_3_to_8:
curie: "NaCl_range:mid"
name: "NaCl range 3% to 8%"
<<: *phenotypic_quality_block
nar_>8:
curie: "NaCl_range:high"
name: "NaCl range > 8%"
<<: *phenotypic_quality_block
NaCl_delta:
nad_<=1:
curie: "NaCl_delta:very_low"
name: "NaCl delta <= 1%"
<<: *phenotypic_quality_block
nad_1_3:
curie: "NaCl_delta:low"
name: "NaCl delta 1% to 3%"
<<: *phenotypic_quality_block
nad_3_8:
curie: "NaCl_delta:mid"
name: "NaCl delta 3% to 8%"
<<: *phenotypic_quality_block
nad_>8:
curie: "NaCl_delta:high"
name: "NaCl delta > 8%"
<<: *phenotypic_quality_block
temperature_optimal:
to_<=10:
curie: "temp_opt:very_low"
name: "optimal temperature <= 10 deg C"
<<: *phenotypic_quality_block
to_10_to_22:
curie: "temp_opt:low"
name: "optimal temperature 10 deg C to 22 deg C"
<<: *phenotypic_quality_block
to_22_to_27:
curie: "temp_opt:mid1"
name: "optimal temperature 22 deg C to 27 deg C"
<<: *phenotypic_quality_block
to_27_to_30:
curie: "temp_opt:mid2"
name: "optimal temperature 27 deg C to 30 deg C"
<<: *phenotypic_quality_block
to_30_to_34:
curie: "temp_opt:mid3"
name: "optimal temperature 30 deg C to 34 deg C"
<<: *phenotypic_quality_block
to_34_to_40:
curie: "temp_opt:mid4"
name: "optimal temperature 34 deg C to 40 deg C"
<<: *phenotypic_quality_block
to_>40:
curie: "temp_opt:high"
name: "optimal temperature > 40 deg C"
<<: *phenotypic_quality_block
temperature_range:
tr_<=10:
curie: "temp_range:very_low"
name: "temperature range <= 10 deg C"
<<: *phenotypic_quality_block
tr_10_to_22:
curie: "temp_range:low"
name: "temperature range 10 deg C to 22 deg C"
<<: *phenotypic_quality_block
tr_22_to_27:
curie: "temp_range:mid1"
name: "temperature range 22 deg C to 27 deg C"
<<: *phenotypic_quality_block
tr_27_to_30:
curie: "temp_range:mid2"
name: "temperature range 27 deg C to 30 deg C"
<<: *phenotypic_quality_block
tr_30_to_34:
curie: "temp_range:mid3"
name: "temperature range 30 deg C to 34 deg C"
<<: *phenotypic_quality_block
tr_34_to_40:
curie: "temp_range:mid4"
name: "temperature range 34 deg C to 40 deg C"
<<: *phenotypic_quality_block
tr_>40:
curie: "temp_range:high"
name: "temperature range > 40 deg C"
<<: *phenotypic_quality_block
temperature_delta:
td_<=1:
curie: "temp_delta:very_low"
name: "temperature delta <= 1 deg C"
<<: *phenotypic_quality_block
td_1_5:
curie: "temp_delta:low"
name: "temperature delta 1 deg C to 5 deg C"
<<: *phenotypic_quality_block
td_5_10:
curie: "temp_delta:mid1"
name: "temperature delta 5 deg C to 10 deg C"
<<: *phenotypic_quality_block
td_10_20:
curie: "temp_delta:mid2"
name: "temperature delta 10 deg C to 20 deg C"
<<: *phenotypic_quality_block
td_20_30:
curie: "temp_delta:mid3"
name: "temperature delta 20 deg C to 30 deg C"
<<: *phenotypic_quality_block
td_>30:
curie: "temp_delta:high"
name: "temperature delta > 30 deg C"
<<: *phenotypic_quality_block
cell_width:
w_<=0.5:
curie: "cell_width:very_low"
name: "cell width <= 0.5um"
<<: *phenotypic_quality_block
w_0.5_0.65:
curie: "cell_width:low"
name: "cell width 0.5um to 0.65um"
<<: *phenotypic_quality_block
w_0.65_0.9:
curie: "cell_width:mid"
name: "cell width 0.65um to 0.9um"
<<: *phenotypic_quality_block
w_>0.9:
curie: "cell_width:high"
name: "cell width > 0.9um"
<<: *phenotypic_quality_block
cell_length:
l_<=1.3:
curie: "cell_length:very_low"
name: "cell length <= 1.3um"
<<: *phenotypic_quality_block
l_1.3_2:
curie: "cell_length:low"
name: "cell length 1.3um to 2um"
<<: *phenotypic_quality_block
l_2_3:
curie: "cell_length:mid"
name: "cell length 2um to 3um"
<<: *phenotypic_quality_block
l_>3:
curie: "cell_length:high"
name: "cell length > 3um"
<<: *phenotypic_quality_block
other:
antibiotic_resistance:
curie: "pathways:antibiotic_resistance"
name: "antibiotic resistance"
<<: *phenotypic_capability_block