geneontology / noctua-form-legacy

Simple annoton editor workbench for Noctua.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link
geneontology noctua

simple-annoton-editor

A Noctua Workbench to allow entry and viewing of models in a tabular format.

Known Issues

How to Build

This creates the required workbench files in workbenches/simple-annoton-editor/ that will be loaded by Noctua when the workbench is invoked.

npm install
npm run build

How to configure Noctua

Edit Noctua's local startup.yaml file to add TableView's workbenches directory, and restart Noctua. For example, here is a fragment of a startup.yaml that has been configured:

WORKBENCHES:
  comment: The location of workbench directories to add to the configuration.
  type: list
  value:
    - 'workbenches'
    - '../simple-annoton-editor/workbenches'

How to Dev

During development, while editing TableView code, you can use the following command to watch your source files and rebuild quickly as you change them.

npm run dev