fmi-faim / ipa-project-template

Copier template for image processing & analysis projects.
https://fmi-faim.github.io/ipa-project-template/
MIT License
3 stars 2 forks source link

Image Processing & Analysis Project Template

Image Processing and Analysis (IPA), transforming raw image data into quantitative measurements, is an important part of life sciences. However, as projects progress, IPA pipelines grow increasingly complex, involving the management of multiple tools, versions, and dependencies, which can be a challenging task. To tackle this complexity, we introduce the IPA Project Copier Template. This template simplifies the initiation of new IPA projects and streamlines the reorganization of existing ones, contributing to research that is more Findable, Accessible, Interoperable, and Reusable (FAIR) promoting efficiency, reproducibility, and reliability in life sciences research.

Usage

Features

Quick Start

  1. Create a Copier environment:
    mamba create -n copier python=3.9 copier -c conda-forge
    mamba activate copier
  2. Copy the template:
    copier copy git+https://github.com/fmi-faim/ipa-project-template faim_demo-project

For detailed instructions, please refer to the documentation.

License

This project is licensed under the MIT License.