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
|
Source: microbegps
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-sequence-python3,
python3,
python3-setuptools,
python3-pyqt5
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/microbegps
Vcs-Git: https://salsa.debian.org/med-team/microbegps.git
Homepage: http://sourceforge.net/projects/microbegps/
Rules-Requires-Root: no
Package: microbegps
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-matplotlib-venn,
python3-pyqt5
Description: explorative taxonomic profiling tool for metagenomic data
MicrobeGPS is a bioinformatics tool for the analysis of metagenomic
sequencing data. The goal is to profile the composition of metagenomic
communities as accurately as possible and present the results to the
user in a convenient manner. One main focus is reliability: the tool
calculates quality metrics for the estimated candidates and allows the
user to identify false candidates easily.
|