-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.json
More file actions
62 lines (62 loc) · 1.61 KB
/
Copy pathconfig.json
File metadata and controls
62 lines (62 loc) · 1.61 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
{
"compendium_directory": "comps",
"conflation_directory": "confs",
"redis_host": "127.0.0.1",
"redis_port": 6379,
"redis_password": "",
"data_files": [
"AnatomicalEntity.txt",
"BiologicalProcess.txt",
"Cell.txt",
"CellLine.txt",
"CellularComponent.txt",
"ChemicalEntity.txt",
"ChemicalMixture.txt",
"ComplexMolecularMixture.txt",
"Disease.txt",
"Drug.txt",
"GeneFamily.txt",
"Gene.txt",
"GrossAnatomicalStructure.txt",
"MacromolecularComplex.txt",
"MolecularActivity.txt",
"MolecularMixture.txt",
"OrganismTaxon.txt",
"Pathway.txt",
"PhenotypicFeature.txt",
"Polypeptide.txt",
"Protein.txt",
"Publication.txt",
"SmallMolecule.txt",
"umls.txt"
],
"biolink_version": "v4.4.3",
"test_mode": 0,
"debug_messages": 0,
"conflations": [
{
"types": ["biolink:Gene", "biolink:Protein"],
"file": "GeneProtein.txt",
"redis_db": "gene_protein_db"
},
{
"types": ["biolink:ChemicalEntity", "biolink:Drug"],
"file": "DrugChemical.txt",
"redis_db": "chemical_drug_db"
}
],
"preferred_name_boost_prefixes": {
"biolink:ChemicalEntity": [
"DRUGBANK",
"DrugCentral",
"CHEBI",
"MESH",
"CHEMBL.COMPOUND",
"GTOPDB",
"HMDB",
"RXCUI",
"PUBCHEM.COMPOUND"
]
},
"demote_labels_longer_than": 15
}