File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,19 @@ periodically check for new data/methods available. When a method detects new dat
88a new workflow execution will be send. Each experiment execution is stored with its
99metadata and outputs for posterior analysis.
1010
11- ## How to install?
11+ ## Documentation and Links
12+
13+ - Full documentation is available at [ https://disk.readthedocs.io ] ( https://disk.readthedocs.io )
14+ - The project website is available at [ https://disk-project.org/index.html ] ( https://disk-project.org/index.html )
15+ - Check our our ENIGMA DISK live demo at [ https://disk.isi.edu ] ( https://disk.isi.edu )
16+
17+ ## Related repositories
18+
19+ - [ DISK API] ( https://github.com/KnowledgeCaptureAndDiscovery/DISK-API ) is the backend of this application.
20+ You need to install the backend if you want to run the DISK UI locally.
21+ - We use [ WINGS] ( https://github.com/KnowledgeCaptureAndDiscovery/WINGS ) as the workflow manager for the DISK runs.
1222
23+ ## How to install?
1324
1425``` bash
1526$ yarn install
@@ -27,11 +38,3 @@ $ vim public/config.js
2738### Configuration parameters
2839
2940- ` window.REACT_APP_DISK_API ` : URL of the DISK API
30-
31- ## Documentation
32-
33- Full documentation is available at [ https://disk.readthedocs.io ] ( https://disk.readthedocs.io )
34-
35- ## Related repositories
36-
37- - [ DISK API] ( https://github.com/KnowledgeCaptureAndDiscovery/DISK-API )
You can’t perform that action at this time.
0 commit comments