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
|
Source: python-sercol
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-all,
python3-pandas <!nocheck>,
python3-serializable <!nocheck>,
python3-simplejson <!nocheck>
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/openvax/sercol
Vcs-Browser: https://salsa.debian.org/med-team/python-sercol
Vcs-Git: https://salsa.debian.org/med-team/python-sercol.git
Package: python3-python-sercol
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
python3-pandas,
python3-serializable,
python3-simplejson
Description: openvax immunoinformatics pipeline's helper classes
Python code shared between multiple subprojects for the openvax
vaccine design pipeline. Rich collection class with grouping and
filtering helpers. Used as a base class for varcode.EffectCollection,
varcode.VariantCollection, and mhctools.EpitopeCollection.
|