A demonstration of the OntoDev Suite of ontology development and data integration tools.
src/tables/
contains the project dataMakefile
configures various build tasksDockerfile
configures a portable Docker image
DROID is our web-based workflow execution tool. You can look around, but to do anything very interesting, you need write
permissions on this GitHub repository. Contact [email protected] with your GitHub username to request access.
This demonstration requires a range of different software that can be difficult to install. We provide a Docker image to take care of those installation details. You should be able to git clone
this repository and then execute development tasks inside a Docker container. The run.sh
script tries to make this even easier:
./run.sh
The run.sh
is Unix-specific, but Docker shoud work the same under Windows.
The Dockerfile is probably specific to x86
CPU architectures. We would like to support arm64
-- help would be appreciated!
TODO: See the Makefile
for now.