File: control

package info (click to toggle)
python-anndata 0.12.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,876 kB
  • sloc: python: 21,429; makefile: 23
file content (58 lines) | stat: -rw-r--r-- 1,646 bytes parent folder | download
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
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: python-anndata
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Diane Trout <diane@ghic.org>,
 Steffen Moeller <moeller@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 pybuild-plugin-pyproject,
 python3-all,
 python3-array-api-compat <!nocheck>,
 python3-awkward <!nocheck>,
 python3-boltons <!nocheck>,
 python3-distributed <!nocheck>,
 python3-filelock <!nocheck>,
 python3-h5py,
 python3-hatch-vcs,
 python3-hatchling,
 python3-httpx <!nocheck>,
 python3-joblib <!nocheck>,
 python3-natsort,
 python3-numba <!nocheck>,
 python3-numpy,
 python3-openpyxl <!nocheck>,
 python3-packaging,
 python3-pandas,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-pytest-xdist <!nocheck>,
 python3-scipy,
 python3-sklearn <!nocheck>,
 python3-xarray <!nocheck>,
 python3-xlrd <!nocheck>,
 python3-zarr <!nocheck>,
 hdf5-tools <!nocheck>,
Standards-Version: 4.7.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
X-Style: black
Testsuite: autopkgtest-pkg-pybuild

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).