Skip to main content

Python API for efficient storage and retrieval of single-cell data using TileDB

Project description

Overview

This is a POC Python implementation of the proposed Unified Single-cell Data Model.

This branch conforms to this version of the specification -- for the latest version please see the main branch of this repository.

Installation

Using pip

This code is hosted at PyPI, so you can do

python -m pip install tiledbsoma

To install a specific version:

python -m pip install git+https://github.com/single-cell-data/TileDB-SOMA.git@0.0.6#subdirectory=apis/python

To update to the latest version:

python -m pip install --upgrade tiledbsoma

From source

  • This requires tiledb (see ./setup.cfg for version), in addition to other dependencies in setup.cfg.
  • Clone this repo
  • cd into your checkout and then cd apis/python
  • python -m pip install .
  • Or, if you wish to modify the code and run it, python setup.py develop
  • Optionally, if you prefer, you can run that inside venv:
python -m venv venv
. ./venv/bin/activate
python -m pip install .
  • In either case:
python -m pytest tests

Status

Please see https://github.com/single-cell-data/TileDB-SOMA/issues.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tiledbsoma-0.1.16-py3-none-any.whl (66.7 kB view details)

Uploaded Python 3

File details

Details for the file tiledbsoma-0.1.16-py3-none-any.whl.

File metadata

  • Download URL: tiledbsoma-0.1.16-py3-none-any.whl
  • Upload date:
  • Size: 66.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for tiledbsoma-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 299df4d66d62a1e9459061f0c7ce1d3050f4d8429810145315a3bff980cc0a08
MD5 ca3f6e9f2d27eaa53a05549a61a5a411
BLAKE2b-256 c7419cd1b3fac9983dc7bf6af48105ba492dcdb0842f7df229f48401326fa226

See more details on using hashes here.

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