Skip to main content

No project description provided

Project description

celldega

Installation

pip install celldega

Note on VIPS Installation

If running on a new Terra.bio workspace you will need to install vips in a startup script (e.g., startup_script.sh) with the following

#!/bin/bash
apt update
apt install -y libvips
apt install -y libvips-tools
apt install -y libvips-dev

Please see Terra.bio documentation for more information.

Development installation

Create a virtual environment and and install celldega in editable mode with the optional development dependencies:

python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"

You then need to install the JavaScript dependencies and run the development server.

npm install
npm run dev

Open example.ipynb in JupyterLab, VS Code, or your favorite editor to start developing. Changes made in js/ will be reflected in the notebook.

PyPI

Increment version in project.toml and

$ hatch build
$ hatch publish

NPM

Increment version in package.json and

$ npm build
$ npm publish

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

celldega-0.1.9.tar.gz (2.1 MB view hashes)

Uploaded Source

Built Distribution

celldega-0.1.9-py2.py3-none-any.whl (2.1 MB view hashes)

Uploaded Python 2 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