File: control

package info (click to toggle)
python-anndata 0.7.5%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 628 kB
  • sloc: python: 7,779; makefile: 8
file content (42 lines) | stat: -rw-r--r-- 1,598 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
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),
               python3-h5py,
               python3-importlib-metadata,
               python3-pytoml,
               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-sklearn <!nocheck>,
               python3-xlrd <!nocheck>,
               python3-zarr <!nocheck>
Standards-Version: 4.5.1
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}
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).