File: control

package info (click to toggle)
pilon 1.23%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: sh: 40; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,478 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
Source: pilon
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 (>= 11~),
               javahelper,
               scala,
               libhtsjdk-java
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/pilon
Vcs-Git: https://salsa.debian.org/med-team/pilon.git
Homepage: https://github.com/broadinstitute/pilon/wiki

Package: pilon
Architecture: all
Depends: ${misc:Depends},
         default-jre | java-runtime,
         java-wrappers,
         libhtsjdk-java,
         libcommons-lang-java,
         scala-library
Conflicts: pilon-non-free
Replaces: pilon-non-free
Description: automated genome assembly improvement and variant detection tool
 Pilon is a software tool which can be used to:
  * Automatically improve draft assemblies
  * Find variation among strains, including large event detection
 Pilon requires as input a FASTA file of the genome along with one or more
 BAM files of reads aligned to the input FASTA file. Pilon uses read
 alignment analysis to identify inconsistencies between the input genome and
 the evidence in the reads. It then attempts to make improvements to the
 input genome, including:
  * Single base differences
  * Small indels
  * Larger indel or block substitution events
  * Gap filling
  * Identification of local misassemblies, including optional opening
    of new gaps