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
|
Source: recan
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sao I Kuan <saoikuan@gmail.com>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-biopython,
python3-matplotlib,
python3-pandas,
python3-plotly,
python3-setuptools
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/recan
Vcs-Git: https://salsa.debian.org/med-team/recan.git
Homepage: https://github.com/babinyurii/recan
Rules-Requires-Root: no
Package: recan
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: genetic distance plotting for recombination events analysis
recan is a Python package which allows one to construct genetic distance
plots to explore and discover recombination events in viral genomes.
.
This method has been previously implemented in desktop software
tools: RAT, Simplot and RDP4.
|