File: control

package info (click to toggle)
ariba 2.14.6%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,576 kB
  • sloc: python: 14,246; cpp: 733; xml: 101; sh: 57; makefile: 13; perl: 9
file content (60 lines) | stat: -rw-r--r-- 1,919 bytes parent folder | download
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
59
60
Source: ariba
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>,
           Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-biopython,
               python3-all-dev,
               python3-dendropy,
               python3-setuptools,
               python3-pymummer,
               python3-pysam,
               python3-pytest,
               python3-bs4,
               python3-matplotlib,
               python3-tk,
               bowtie2,
               cd-hit,
               mash,
               libminimap-dev,
               libfml-dev,
               mummer,
               fastaq,
               help2man,
               asciidoctor,
               spades [amd64] <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/ariba
Vcs-Git: https://salsa.debian.org/med-team/ariba.git
Homepage: https://github.com/sanger-pathogens/ariba
Rules-Requires-Root: no

Package: ariba
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         bowtie2,
         cd-hit,
         mash,
         libfml0,
         libminimap0,
         mummer,
         python3-biopython,
         python3-dendropy,
         python3-pymummer,
         python3-pysam,
         python3-matplotlib,
         python3-tk,
         fastaq
Suggests: spades
Description: Antibiotic Resistance Identification By Assembly
 ARIBA is a tool that identifies antibiotic resistance genes by running local
 assemblies.
 The input is a FASTA file of reference genes and paired sequencing reads. ARIBA
 reports which of the reference genes were found, plus detailed information on
 the quality of the assemblies and any variants between the sequencing reads
 and the reference genes.