This is a Cookiecutter template for a project with the LIFEDATA Framework.
The setup steps to get started can be found here.
Runnning lifedata init <your lifedata project name> will create a project following this template. It provides the basis for all important components as in the figure of your own Lifedata project. Components marked with * must be added additional.
This template requires Python, Conda and git to be installed.
Cookiecutter itself can be installed via
$ conda install -c conda-forge cookiecutterTo create a new project then run
$ cookiecutter https://github.com/ds-lab/lifedata-cookiecutterand fill your desired values. This will create the project instance as a subfolder, named by your project name.
Git clone this repository and follow the description below
conda env create
conda activate lifedata-cookiecutter
cookiecutter --no-input -f . -o <project instance path> project_name=<projectname>and fill your desired values.
For setup details consider the README file of the project you created.
