Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit 2445a41

Browse files
author
Dmitriy "DK" Korobskiy
committed
* Minor
1 parent 456c9fb commit 2445a41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Analysis/affymetrix/graph_queries.cql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RETURN count(p);
105105
// 645
106106

107107
// 7) Shortest paths among those that pass through at least one nida_support node from startref1 to endref
108+
// *runaway query (> 4 days)*
108109
MATCH p = allShortestPaths((a {endpoint: 'startref1'})-[*]->(b {endpoint: 'endref'}))
109110
WHERE any(x IN nodes(p)
110111
WHERE x <> a AND x <> b AND x.nida_support)
@@ -185,7 +186,7 @@ RETURN count(p);
185186
// 1699
186187

187188
// 7) Shortest paths among those that pass through at least one nida_support node from startref2 to endref
188-
// >17h
189+
// *runaway query (> 4 days)*
189190
MATCH p = allShortestPaths((a {endpoint: 'startref2'})-[*]->(b {endpoint: 'endref'}))
190191
WHERE any(x IN nodes(p)
191192
WHERE x <> a AND x <> b AND x.nida_support)

0 commit comments

Comments
 (0)