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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: resfinder
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3,
python3-cgelib,
python3-pdm
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/resfinder
Vcs-Git: https://salsa.debian.org/med-team/resfinder.git
Homepage: https://bitbucket.org/genomicepidemiology/resfinder
Rules-Requires-Root: no
Package: resfinder
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
resfinder-db,
python3-cgecore,
python3-tabulate,
ncbi-blast+-legacy,
kma,
python3-git,
python3-dateutil,
python3-cgelib
Description: identify acquired antimicrobial resistance genes
ResFinder identifies acquired antimicrobial resistance genes in total or
partial sequenced isolates of bacteria.
.
ResFinder that uses BLAST for identification of acquired antimicrobial
resistance genes in whole-genome data. As input, the method can use both
pre-assembled, complete or partial genomes, and short sequence reads
from four different sequencing platforms. The method was evaluated on
1862 GenBank files containing 1411 different resistance genes, as well
as on 23 de-novo-sequenced isolates.
Package: resfinder-example
Architecture: all
Depends: ${misc:Depends},
Recommends: resfinder
Multi-Arch: foreign
Description: identify acquired antimicrobial resistance genes (example data)
ResFinder identifies acquired antimicrobial resistance genes in total or
partial sequenced isolates of bacteria.
.
ResFinder that uses BLAST for identification of acquired antimicrobial
resistance genes in whole-genome data. As input, the method can use both
pre-assembled, complete or partial genomes, and short sequence reads
from four different sequencing platforms. The method was evaluated on
1862 GenBank files containing 1411 different resistance genes, as well
as on 23 de-novo-sequenced isolates.
.
This package contains example data to test resfinder.
|