-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
58 lines (58 loc) · 1.52 KB
/
config.json
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
{
"compendium_directory": "comps",
"conflation_directory": "confs",
"redis_host": "127.0.0.1",
"redis_port": 6379,
"redis_password": "",
"data_files": [
"AnatomicalEntity.txt",
"Disease.txt",
"OrganismTaxon.txt",
"BiologicalProcess.txt",
"GeneFamily.txt",
"Pathway.txt",
"Cell.txt",
"Gene.txt",
"PhenotypicFeature.txt",
"CellularComponent.txt",
"GrossAnatomicalStructure.txt",
"Polypeptide.txt",
"ChemicalEntity.txt",
"MacromolecularComplexMixin.txt",
"Protein.txt",
"ChemicalMixture.txt",
"MolecularActivity.txt",
"SmallMolecule.txt",
"ComplexMolecularMixture.txt",
"MolecularMixture.txt",
"umls.txt"
],
"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": "ChemicalEntityDrug.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
}