-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia_summary.json
More file actions
72 lines (72 loc) · 2.02 KB
/
media_summary.json
File metadata and controls
72 lines (72 loc) · 2.02 KB
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
[
{
"medium_id": "1",
"medium_name": "LB Medium (Luria-Bertani)",
"description": "Standard rich medium for bacterial culture",
"ph": 5.65,
"ph_confidence": "low",
"salinity_percent": 0.012,
"salinity_confidence": "high",
"ionic_strength": 0.094444,
"total_dissolved_solids": 25.0,
"compounds_recognized": 0.0,
"compounds_estimated": 66.7,
"total_coverage": 66.7
},
{
"medium_id": "5",
"medium_name": "Nutrient Broth",
"description": "Basic medium for cultivation of non-fastidious organisms",
"ph": 5.8,
"ph_confidence": "low",
"salinity_percent": 0.0125,
"salinity_confidence": "high",
"ionic_strength": 0.097778,
"total_dissolved_solids": 16.0,
"compounds_recognized": 0.0,
"compounds_estimated": 100.0,
"total_coverage": 100.0
},
{
"medium_id": "4",
"medium_name": "Marine Broth 2216",
"description": "Medium for cultivation of marine bacteria",
"ph": 5.54,
"ph_confidence": "low",
"salinity_percent": 0.0462,
"salinity_confidence": "high",
"ionic_strength": 0.425998,
"total_dissolved_solids": 37.2,
"compounds_recognized": 0.0,
"compounds_estimated": 100.0,
"total_coverage": 100.0
},
{
"medium_id": "3",
"medium_name": "TSB (Tryptic Soy Broth)",
"description": "General purpose medium for cultivation of bacteria",
"ph": 5.57,
"ph_confidence": "low",
"salinity_percent": 0.0101,
"salinity_confidence": "high",
"ionic_strength": 0.078409,
"total_dissolved_solids": 30.0,
"compounds_recognized": 20.0,
"compounds_estimated": 60.0,
"total_coverage": 80.0
},
{
"medium_id": "2",
"medium_name": "M9 Minimal Medium",
"description": "Defined minimal medium for E. coli",
"ph": 5.25,
"ph_confidence": "low",
"salinity_percent": 0.0113,
"salinity_confidence": "high",
"ionic_strength": 0.087372,
"total_dissolved_solids": 15.78,
"compounds_recognized": 14.3,
"compounds_estimated": 85.7,
"total_coverage": 100.0
}
]