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