OpenBEL / bel-nav

BEL Navigator based on OpenBEL Framework 3.0.0 and Cytoscape 3.
Apache License 2.0
1 stars 0 forks source link

Non-supported namespace prefixes cause error in "Link to Knowledge Network" #31

Closed ncatlett closed 10 years ago

ncatlett commented 10 years ago

If a node with a non-supported namespace prefix is present, "Link to Knowledge Network" will run indefinitely, and produce an error message when cancelled by user. This should get handled more gracefully, e.g., exit with error message.

Ideal behavior would be to skip these nodes and report that there is no supported namespace linked to that prefix. (Nodes that use supported namespace prefixes - or no prefixes at all - but are not in the selected knowledge network do not cause errors; they are reported as linked=False)

abargnesi commented 10 years ago

Fixed on OpenBEL/openbel-framework#62.