File: control

package info (click to toggle)
circlator 1.5.6-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,028 kB
  • sloc: python: 4,468; sh: 125; makefile: 11
file content (40 lines) | stat: -rw-r--r-- 1,261 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
Source: circlator
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-python,
               python3-all,
               python3-setuptools,
               python3-openpyxl,
               python3-jdcal,
               fastaq,
               python3-pysam,
               python3-pymummer,
# Test-Depends:
               python3-pytest,
               spades,
               bwa,
               prodigal,
               canu (<< 1.8+dfsg-1) | canu (>= 1.8+dfsg-2)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/circlator
Vcs-Git: https://salsa.debian.org/med-team/circlator.git
Homepage: http://sanger-pathogens.github.io/circlator/
Rules-Requires-Root: no

Package: circlator
Architecture: amd64
Depends: ${misc:Depends},
         ${python3:Depends},
         prodigal,
         bwa,
         mummer,
         samtools,
         spades,
         canu
Description: circularize genome assemblies
 Circlator is a tool to automate assembly circularization for bacterial and
 small eukaryotic genomes and produce accurate linear representations of
 circular sequences.