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
Hatch Development
$ hatch env prune # Remove old environments
$ hatch env create # Create a new environment based on pyproject.toml
$ hatch shell # Activate the new environment
NPM
Increment version in package.json
and
$ npm run build
$ npm publish
Development Notes
May use older version of deck.gl 8.9.1 until bug with instanced layer is resolved using newer versions "^9.0.5".;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file celldega-0.2.2.tar.gz
.
File metadata
- Download URL: celldega-0.2.2.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d197555fd28b22bf4629f4e2006755422018ef1b03f61eaa121dbf32bad81bd5 |
|
MD5 | c91f38daceccc5b065aa68331d676024 |
|
BLAKE2b-256 | 3899852b6cee0267e2a4e0219710c205ddfa0a6dc0282cf43c330bbf52886bf7 |
File details
Details for the file celldega-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: celldega-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 2.4 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc067475c40b8b52e35bdcac6448a3fdbd8e10bf7cf75dc08bb8544b9744a83e |
|
MD5 | 4d2b8772f56e0371f70b9b1698b9e001 |
|
BLAKE2b-256 | ac70822e59bfcea0ac78dd127cfb43875d4025887d693092f249e8e22a61ba0b |