Skip to content

KnowledgeCaptureAndDiscovery/DISK-UI

Repository files navigation

DISK User Interface (UI) DOI

The DISK system automates the execution of scientific workflows triggered on data changes. To do this DISK collects data from different data repositories and defines methods on different workflows systems. User defined goals are periodically check for new data/methods available. When a method detects new data, a new workflow execution will be send. Each experiment execution is stored with its metadata and outputs for posterior analysis.

How to install?

$ yarn install
$ yarn start

How to configure?

To configure the DISK UI, you need to create a config.js file in the public folder.

$ vim public/config.js

Configuration parameters

  • window.REACT_APP_DISK_API: URL of the DISK API

Documentation

Full documentation is available at https://disk.readthedocs.io

Related repositories