Skip to content

Commit

Permalink
Merge pull request #766 from VirtualFlyBrain/debug
Browse files Browse the repository at this point in the history
Debug
  • Loading branch information
Robbie1977 authored Nov 8, 2020
2 parents 17e5145 + afc223f commit f157ba9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/configuration/VFBGraph/graphConfiguration.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var locationCypherQuery = instance => ({
"statements": [
{
"statement": "MATCH p=(n:Entity {short_form:'" + instance + "'})-[r:INSTANCEOF|part_of|has_synaptic_terminal_in|has_presynaptic_terminal_in|"
"statement": "MATCH (n:Entity {short_form:'" + instance + "'}) OPTIONAL MATCH p=(n)-[r:INSTANCEOF|part_of|has_synaptic_terminal_in|has_presynaptic_terminal_in|"
+ "has_postsynaptic_terminal_in|overlaps*..]->(x) "
+ "RETURN distinct n,r,x,n.short_form as root",
"resultDataContents": ["graph"]
Expand Down
Loading

0 comments on commit f157ba9

Please sign in to comment.