Skip to content

Commit 9090c17

Browse files
authored
Merge pull request #15 from napakalas/issue-#14
Add proxy_features.json file to store UBERON:0000044 and UBERON:0003943 as layer-proxy #14
2 parents 3bc4cac + a6b53e8 commit 9090c17

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"connectivityTerms": "connectivity_terms.json",
1616
"neuronConnectivity": [
1717
"NPO"
18-
]
18+
],
19+
"proxyFeatures": "proxy_features.json"
1920
}

proxy_features.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"feature": "UBERON:0000044",
4+
"name": "dorsal root ganglion",
5+
"proxies": [
6+
"UBERON:0003943"
7+
]
8+
}
9+
]

0 commit comments

Comments
 (0)