File: control

package info (click to toggle)
ariba 2.13.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 22,300 kB
  • sloc: python: 13,962; cpp: 733; xml: 101; sh: 57; makefile: 13; perl: 9
file content (55 lines) | stat: -rw-r--r-- 1,872 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
Source: ariba
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11),
               python3-biopython,
               python3-dev,
               python3-dendropy,
               python3-setuptools,
               python3-pymummer (>= 0.10.2),
               python3-pysam (>= 0.9.1),
               python3-nose (>= 1.3),
               python3-bs4,
               python3-matplotlib,
               python3-tk,
               bowtie2 (>= 2.1.0),
               cd-hit,
               mash,
               libminimap-dev,
               libfml-dev (>= 0.1-4~),
               mummer,
               fastaq (>= 3.12.0),
               help2man,
               asciidoctor
Standards-Version: 4.2.1
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

Package: ariba
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         bowtie2 (>= 2.1.0),
         cd-hit,
         mash,
         libfml0 (>= 0.1-4~),
         libminimap0,
         mummer,
         python3-biopython,
         python3-dendropy,
         python3-pymummer (>= 0.10.2),
         python3-pysam (>= 0.9.1),
         python3-matplotlib,
         python3-tk,
         fastaq (>= 3.12.0)
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.