Skip to content
Snippets Groups Projects
Unverified Commit 7271ad42 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #667 from HumanBrainProject/bugfix_bbRegionId_pathImport

Bugfix Big Brain fully mapped region ID
parents 2a9cc46e ab1f512c
No related branches found
No related tags found
No related merge requests found
const fs = require('fs')
const path = require('path')
const PUBLIC_PATH = process.env.NODE_ENV === 'production'
? path.join(__dirname, 'public')
......
......@@ -637,7 +637,7 @@
"fullId": {
"kg": {
"kgSchema": "minds/core/parcellationregion/v1.0.0",
"kgId": "04674a3c-bb3a-495e-a466-206355e630bd"
"kgId": "0d6392fd-b905-4bc3-bac9-fc44d8990a30"
}
},
"relatedAreas": []
......@@ -665,38 +665,37 @@
"relatedAreas": []
}
]
},
{
"name": "lateral occipital cortex",
"children": [
{
"name": "Area hOc5 (LOC)",
"ngId": "v5",
"status": "fully mapped",
"labelIndex": 1,
"position": [
],
"rgb": [
255,
0,
0
],
"children": [],
"fullId": {
"kg": {
"kgSchema": "minds/core/parcellationregion/v1.0.0",
"kgId": "04674a3c-bb3a-495e-a466-206355e630bd"
}
},
"relatedAreas": []
}
]
}
]
}
]
}
]
},
{
"name": "lateral occipital cortex",
"children": [
{
"name": "Area hOc5 (LOC)",
"ngId": "v5",
"status": "fully mapped",
"labelIndex": 1,
"position": [
],
"rgb": [
255,
0,
0
],
"children": [],
"fullId": {
"kg": {
"kgSchema": "minds/core/parcellationregion/v1.0.0",
"kgId": "b40afb5a-e6a1-47b6-8a3e-1f8a20fbf99a"
}
},
"relatedAreas": []
}
]
}]
}
]
}
]
}
]
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment