helmuthb / dmp-exercise1

Exercise project for DMP - Data Management Plan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOI

Data Management Plan - Data Experiment

Exercise project for Data Stewardship 2019 DMP - Data Management Plan

To build the Docker container, use a command like this:

docker build -t dmp-experiment .

where dmp-experiment can be replaced with a tag of your choice.

To run the experiment, provide a folder for the output, and use a command like this:

docker run -v $PWD/data:/data -v /folder-for-output:/output dmp-experiment

where /folder-for-output should be replaced with the absolute path of the folder created for output, $PWD/data is the folder where the (raw) data is available, and dmp-experiment is the tag used when building the container.

About

Exercise project for DMP - Data Management Plan

License:MIT License


Languages

Language:TeX 42.6%Language:Shell 35.4%Language:Dockerfile 22.0%