alam-shahul / popari

https://popari.readthedocs.io/en/latest/
MIT License
4 stars 0 forks source link

Popari

Popari is a versatile framework for joint analysis and investigation of complex spatial transcriptomics datasets. Read the documentation (including installation instructions) here.

:warning: Popari is still under active development. Check back in a bit for a more complete user experience!

Dev Instructions

Install

pip install popari

Publishing

pip install hatch
pip install keyrings.alt

hatch build
hatch publish

Username: __token__ Password: {API token for PyPI}

Tests

To run the provided tests and ensure that SpiceMix can run on your platform, follow the instructions below:

Assuming you have CMake:

  1. Navigate to docs/.
    cd docs/
  2. Install Sphinx requirements.
    pip install -r requirements.txt
  3. Clean and build.
    make clean
    make html
  4. Push to GitHub, and documentation will automatically build.