Skip to content

kbase/kbase-ui-plugin-dataview

Repository files navigation

Title

This kbase-ui plugin implements a viewer, or "landing page", for a subset of KBase Workspace objects.

Install

For ordinary usage, this plugin is included in KBase UI via it's plugin.yml configuration file. There is no way to run this plugin independently.

For developer use, see the developer document.

Usage

When installed, this plugin is invoked with the following url forms:

  • https://ENV.kbase.us#dataview/WORKSPACE_ID/OBJECT_ID[/OBJECT_VERSION]

where

The object version is optional; if omitted, the most recent version of the object will be displayed.

This url may be used either with or without an Authorization header.

Development

npm run build
npm run copy-dev
npm run watch-dev

Contributing

PRs accepted.

License

See license in LICENSE.md.