Skip to content

kbaseincubator/object_relations_ui

Repository files navigation

Object Relations UI (KBase)

Development

Start the live dev server with:

npm i
npm run dev

Build for github-pages

npm run build

Post message API

This UI is embedded in an iframe and can receive post messages using the JSON RPC 2.0 format.

Set configuration

iframe.postMessage(JSON.stringify({
  method: 'setConfig',
  params: {
    config: {
      rootURL: endpoint,
      authToken: token,
      upa: upa
    }
  }
}, '*'))

The sketch service is a KBase dynamic service whose URL can be obtained through the "Service Wizard".

The relation engine API is at one of these URLs:

  • https://kbase.us/services/relation_engine_api
  • https://appdev.kbase.us/services/relation_engine_api
  • https://ci.kbase.us/services/relation_engine_api

About

UI for showing workspace object relationships

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •