BioGateway / cytoscape-app

The Cytoscape App for BioGateway
https://www.biogateway.eu
2 stars 0 forks source link

[Beta] App fails to load more than 500 entries for some queries. #35

Closed sholmas closed 4 years ago

sholmas commented 4 years ago

The following query causes the app to hang while loading when using the Beta Config.

BASE <http://rdf.biogateway.eu/graph/> SELECT DISTINCT ?A ?B WHERE { GRAPH <tfac2gene> { <http://rdf.biogateway.eu/prot/9606/chr-2/CREB1/UPI000012841D> <http://purl.obolibrary.org/obo/RO_0002428> ?A . } GRAPH <tfac2gene> { <http://rdf.biogateway.eu/prot/9606/chr-10/CREM/UPI00014F7ACB> <http://purl.obolibrary.org/obo/RO_0002428> ?B . } }

Screen Shot 2020-08-10 at 12 30 16