File: control

package info (click to toggle)
circlator 1.5.6-13
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,088 kB
  • sloc: python: 4,472; sh: 132; makefile: 9
file content (40 lines) | stat: -rw-r--r-- 1,317 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-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-packaging,
               python3-openpyxl,
               python3-jdcal,
               python3-pysam,
               python3-pymummer,
               python3-pytest <!nocheck>,
               fastaq <!nocheck>,
               spades <!nocheck>,
               bwa <!nocheck>,
               prodigal <!nocheck>,
               canu <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/circlator
Vcs-Git: https://salsa.debian.org/med-team/circlator.git
Homepage: https://sanger-pathogens.github.io/circlator/
Rules-Requires-Root: no

Package: circlator
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         prodigal,
         bwa,
         mummer,
         samtools,
         canu
Recommends: spades
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.