Skip to content

Commit

Permalink
Merge pull request #761 from VirtualFlyBrain/debug
Browse files Browse the repository at this point in the history
Fixes for test release
  • Loading branch information
Robbie1977 authored Nov 6, 2020
2 parents 4702599 + 9bff9e7 commit a12cbee
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 31 deletions.
2 changes: 1 addition & 1 deletion components/VFBMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class VFBMain extends React.Component {
canvasVisible: true,
listViewerVisible: true,
graphVisible : true,
circuitBrowserVisible : true,
circuitBrowserVisible : false,
htmlFromToolbar: undefined,
idSelected: undefined,
instanceOnFocus: undefined,
Expand Down
2 changes: 1 addition & 1 deletion components/configuration/VFBGraph/graphConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var whatCypherQuery = instance => ({
"statements": [
{
"statement": "MATCH (n:Entity {short_form:'" + instance + "'}) OPTIONAL MATCH p=(n)-[:INSTANCEOF|:SUBCLASSOF*..]->(x) "
+ "WHERE (('Anatomy' IN labels(x)) AND ('Class' IN labels(n))) OR (('Cell' IN labels(x)) OR ('synaptic neuropil' IN labels(x))) "
+ "WHERE ('Nervous_system' IN labels(x)) OR (('Cell' IN labels(x)) OR ('synaptic neuropil' IN labels(x))) "
+ " OR (('Ganglion' IN labels(x)) OR ('Neuron_projection_bundle' IN labels(x))) "
+ "RETURN n,p, n.short_form as root",
"resultDataContents": ["graph"]
Expand Down
5 changes: 0 additions & 5 deletions components/configuration/VFBMain/layoutModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ var modelJson = {
"type": "tab",
"name": "Layers",
"component": "vfbListViewer"
},
{
"type": "tab",
"name": "Circuit Browser",
"component": "vfbCircuitBrowser"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const linksConfiguration = {
"CircuitBrowser": {
"title": "Circuit browser For",
"visibility": true,
"superType": "Neuron"
"superType": "hasSynapses"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@ var toolbarMenu = {
parameters: ["graphVisible"]
}
},
{
label: "Circuit Browser",
icon: "fa fa-cogs",
action: {
handlerAction: "UIElementHandler",
parameters: ["circuitBrowserVisible"]
}
},
{
label: "NBLAST",
icon: "",
Expand Down
Binary file modified images/slice-viewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/slice-viewer_old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/term-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/term-info_old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions model/vfb.xmi

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a12cbee

Please sign in to comment.