File: control

package info (click to toggle)
python-airr 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 272 kB
  • sloc: python: 1,470; sh: 19; makefile: 10
file content (38 lines) | stat: -rw-r--r-- 1,679 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
Source: python-airr
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 12~),
               dh-python,
               python3-all,
               python3-setuptools (>= 2.0),
               python3-pandas (>= 0.18.0),
               python3-yaml (>=3.12),
               python3-yamlordereddictloader
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/airr
Vcs-Git: https://salsa.debian.org/python-team/modules/airr.git
Homepage: http://docs.airr-community.org/en/latest/packages/airr-python/overview.html

Package: python3-airr
Architecture: all
Section: python
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Data Representation Standard library for antibody and TCR sequences
 This package provides a library by the AIRR community to for describing,
 reporting, storing, and sharing adaptive immune receptor repertoire
 (AIRR) data, such as sequences of antibodies and T cell receptors
 (TCRs). Some specific efforts include:
  * The MiAIRR standard for describing minimal information about AIRR
    datasets, including sample collection and data processing information.
  * Data representations (file format) specifications for storing large
    amounts of annotated AIRR data.
  * APIs for exposing a common interface to repositories/databases
    containing AIRR data.
  * A community standard for software tools which will allow conforming
    tools to gain community recognition.
 .
 This package installs the library for Python 3.