forked from genenotebook/genenotebook
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json.template
More file actions
29 lines (29 loc) · 866 Bytes
/
config.json.template
File metadata and controls
29 lines (29 loc) · 866 Bytes
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
{
"public":{
"disable_blast": false,
"enable_hectar": false,
"disable_user_login": false,
"disable_user_registration": false,
"disable_header": false,
"blast_link": "",
"expression_unit": "My unit",
"externalSearch": false,
"redirectSearch": "",
"redirectSearchAttribute": "",
"gene_dbxref": [
{"url": "https://test_url_gene/#GENEID", "label": "my gene label", "assembly": "", "annotation": ""}
],
"protein_dbxref": [
{"url": "https://test_url_protein/#PROTEINID", "label": "my protein label", "assembly": "", "annotation": ""}
],
"isoform_filtered": false
},
"externalSearchOptions": {
"url": "http://0.0.0.0:80",
"gene_field": "gene_id",
"annotation_field": "annotation",
"query_param": "q",
"field_param": "display_fields",
"count_param": "max_results"
}
}