1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: python-anndata
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Diane Trout <diane@ghic.org>,
Steffen Moeller <moeller@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python,
python3-setuptools,
python3-all,
debhelper-compat (= 13),
pybuild-plugin-pyproject,
python3-h5py,
python3-importlib-metadata,
python3-natsort,
python3-numpy,
python3-pandas,
python3-packaging,
python3-scipy,
python3-setuptools-scm,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-boltons <!nocheck>,
python3-importlib-metadata <!nocheck>,
python3-joblib <!nocheck>,
python3-openpyxl <!nocheck>,
python3-sklearn <!nocheck>,
python3-xlrd <!nocheck>,
python3-zarr <!nocheck>,
flit
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/python-anndata
Vcs-Git: https://salsa.debian.org/med-team/python-anndata.git
Homepage: https://github.com/theislab/anndata
Rules-Requires-Root: no
Package: python3-anndata
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python3-openpyxl
Description: annotated gene by sample numpy matrix
AnnData provides a scalable way of keeping track of data together
with learned annotations. It is used within Scanpy, for which it was
initially developed. Both packages have been introduced in Genome
Biology (2018).
|