-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathims.json-template
More file actions
45 lines (45 loc) · 1.33 KB
/
ims.json-template
File metadata and controls
45 lines (45 loc) · 1.33 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
{
"title":"IMS3 - Testing",
"dbs":{
"ims":{
"user":"imsadmin",
"passwd":"your password here",
"schema":"sven"
},
"quick":{
"user":"imsadmin",
"passwd":"your password here",
"schema":"biogrid_quick_20130521"
},
"ims2":{
"user":"imsadmin",
"passwd":"your password here",
"schema":"biogrid_ims_snapshot"
}
},
"css":[
"https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css",
"/~sven/js/tablesorter/addons/pager/jquery.tablesorter.pager.css",
"/~sven/js/select2/select2.css"
],
"js":[
"https://code.jquery.com/jquery-1.11.0.min.js",
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js",
"/~sven/js/tablesorter/js/jquery.tablesorter.min.js",
"/~sven/js/tablesorter/js/jquery.tablesorter.widgets.min.js",
"/~sven/js/tablesorter/addons/pager/jquery.tablesorter.pager.min.js",
"/~sven/js/select2/select2.js"
],
"pubmed_update":"2014-06-17",
"expires":86400,
"ontology_types":{
"Phenotypic Qualities (PATO) Ontology":["P","EV"],
"Zebrafish Anatomical and Developmental Ontology":["P","DV","TS"],
"BRENDA tissue":["P","TS","DV","CL","CT"],
"ChEBI":["CH"],
"Cell type":["CT"],
"GO Ontologies":["CC","WP"],
"Fungal anatomy ontology":["P","DV","TS"],
"Uberon":["P","DV","TS"]
}
}