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
|
Source: python-cgelib
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/python-cgelib
Vcs-Git: https://salsa.debian.org/med-team/python-cgelib.git
Homepage: https://bitbucket.org/genomicepidemiology/cgelib
Rules-Requires-Root: no
Package: python3-cgelib
Section: python
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-pandas
Description: Python3 code to be utilized across the CGE tools
This package will in time replace the cgecore package. The package
contains classes and functions intended to be utilized across the tools
provide by the Center for Genomic Epidemiology. It is for instance
needed by resfinder package.
|