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.
$ yarn install
$ yarn start
To configure the DISK UI, you need to create a config.js
file in the public folder.
$ vim public/config.js
window.REACT_APP_DISK_API
: URL of the DISK API
Full documentation is available at https://disk.readthedocs.io