Skip to content

Commit

Permalink
Merge pull request #762 from VirtualFlyBrain/debug
Browse files Browse the repository at this point in the history
Reverting to Anatomy
  • Loading branch information
Robbie1977 authored Nov 6, 2020
2 parents 994d784 + 52d429e commit f015ed1
Showing 1 changed file with 1 addition and 1 deletion.
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 ('Nervous_system' IN labels(x)) OR (('Cell' IN labels(x)) OR ('synaptic neuropil' IN labels(x))) "
+ "WHERE ('Anatomy' 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

0 comments on commit f015ed1

Please sign in to comment.