Skip to main content

Toolbox for Multiplexed Imaging. Contains scripts and little tools which are used throughout ark-analysis, mibi-bin-tools, and toffy.

Project description

Alpineer

CI / CD CI Coverage Status
Package PyPI - Version PyPI - Downloads PyPI - Python Version
Meta code style - Black types - Mypy PyPI - License

Toolbox for Multiplexed Imaging. Contains scripts and little tools which are used throughout ark-analysis, mibi-bin-tools, and toffy

Requirements

  • Python Poetry
    • Recommeded to install it with either:
      • Official Installer:
        curl -sSL https://install.python-poetry.org | python3 -
        
      • pipx, (requires pipx)
        • If you are using pipx, run the following installation commands
          brew install pipx
          pipx ensurepath
          
  • pre-commit
    brew isntall pre-commit
    

Setup

  1. Clone the repo: git clone https://github.com/angelolab/alpineer.git

  2. cd into alpineer.

  3. Install the pre-commit hooks with pre-commit install

  4. Set up python-poetry for alpineer

    1. Run poetry install to install alpineer into your virtual environment. (Poetry utilizes Python's Virtual Environments)
    2. Run poetry install --with test: Installs all the dependencies needed for tests (labeled under tool.poetry.group.test.dependencies)
    3. Run poetry install --with dev: Installs all the dependencies needed for development (labeled under tool.poetry.group.dev.dependencies)
    4. You may combine these as well with poetry install --with dev,test. Installing the base dependencies and the two optional groups.
  5. In order to test to see if Poetry is working properly, run poetry show --tree. This will output the dependency tree for the base dependencies (labeled under tool.poetry.dependencies).

    Sample Output:

    matplotlib 3.6.1 Python plotting package
    ├── contourpy >=1.0.1
    │   └── numpy >=1.16
    ├── cycler >=0.10
    ├── fonttools >=4.22.0
    ├── kiwisolver >=1.0.1
    ├── numpy >=1.19
    ├── packaging >=20.0
    │   └── pyparsing >=2.0.2,<3.0.5 || >3.0.5
    ├── pillow >=6.2.0
    ├── pyparsing >=2.2.1
    ├── python-dateutil >=2.7
    │   └── six >=1.5
    └── setuptools-scm >=7
        ├── packaging >=20.0
           └── pyparsing >=2.0.2,<3.0.5 || >3.0.5
        ├── setuptools *
        ├── tomli >=1.0.0
        └── typing-extensions *
    natsort 8.2.0 Simple yet flexible natural sorting in Python.
    numpy 1.23.4 NumPy is the fundamental package for array computing with Python.
    pillow 9.1.1 Python Imaging Library (Fork)
    pip 22.3 The PyPA recommended tool for installing Python packages.
    tifffile 2022.10.10 Read and write TIFF files
    └── numpy >=1.19.2
    

Development Notes

  1. I'd highly suggest refering to Poetry's extensive documentation on installing packages, updating packages and more.
  2. Tests can be ran with poetry run pytest. No additional arguments needed, they are all stored in the pyproject.toml file.
    1. As an aside, if you need to execute code in the poetry venv, use prefix your command with poetry run

Updating

  • In order to update alpineer's dependencies we can run:
    • poetry update: for all dependencies
    • poetry update <package>: where <package> can be something like numpy.
  • To update Poetry itself, run poetry self update.

Questions?

Feel free to open an issue on our GitHub page

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alpineer-0.1.12.tar.gz (22.7 kB view hashes)

Uploaded Source

Built Distribution

alpineer-0.1.12-py3-none-any.whl (23.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page