cytoscape / diffusion

A Cytoscape app to interface with the heat diffusion service
3 stars 5 forks source link

Take service domain name from Cytoscape Properties #9

Closed bdemchak closed 7 years ago

bdemchak commented 7 years ago

In case someone decides to stage the Diffusion service elsewhere (yay!), we need to allow them to do so by taking the service domain from a configurable source. If the property doesn't have a value, it's OK to default to our hard-wired domain name.

keiono commented 7 years ago

Now the property is called diffusion.url in standard Cytoscape property.

bdemchak commented 7 years ago

Thanks