File: control

package info (click to toggle)
srst2 0.2.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,068 kB
  • sloc: python: 3,115; sh: 50; makefile: 29
file content (35 lines) | stat: -rw-r--r-- 1,229 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
Source: srst2
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-sequence-python3,
               python3,
               python3-setuptools,
               discount <!nodoc>,
               dos2unix,
               python3-scipy <!nocheck>,
               bowtie2 <!nocheck>,
               samtools <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/srst2
Vcs-Git: https://salsa.debian.org/med-team/srst2.git
Homepage: https://katholt.github.io/srst2/
Rules-Requires-Root: no

Package: srst2
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends},
         bowtie2,
         cd-hit,
         samtools,
         python3-scipy,
         python3-biopython
Recommends: python3-rpy2
Description: Short Read Sequence Typing for Bacterial Pathogens
 This program is designed to take Illumina sequence data, a MLST database
 and/or a database of gene sequences (e.g. resistance genes, virulence
 genes, etc) and report the presence of STs and/or reference genes.