Skip to content

ds-lab/lifedata-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIFEDATA Project Template

This is a Cookiecutter template for a project with the LIFEDATA Framework.

Architecutre Proposal

Usage

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.

Use from repository

This template requires Python, Conda and git to be installed.
Cookiecutter itself can be installed via

$ conda install -c conda-forge cookiecutter

To create a new project then run

$ cookiecutter https://github.com/ds-lab/lifedata-cookiecutter

and fill your desired values. This will create the project instance as a subfolder, named by your project name.

Local usage

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.

Setup

For setup details consider the README file of the project you created.

About

A project template for an Active Learning Project using the LIFEDATA Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors