Skip to content

Simple template repo for single-cell/spatial analysis

License

Notifications You must be signed in to change notification settings

quadbio/analysis_template

Repository files navigation

Analysis template repository

This contains the raw structure I usually use when doing single-cell/spatial data analysis. This template is based on ideas from Philipp Weiler's template repository as well as the scverse cookiecutter template.

Set up

  1. Rename src/fancypackage/.
  2. Update pyproject.toml to include the following information:
    • Project name
    • Project description
    • Project-specific Python requirements
    • Project author
    • Project maintainers
    • Project URLs
  3. Update src/fancypackage/ul/constants.py to include any paths relevant to your analysis and that should be accessible from any script or Jupyter notebook
  4. Update this README to include the relevant information about your project.

Installation

pip install -e ".[dev,test]"
pre-commit install

About

Simple template repo for single-cell/spatial analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published