File: control

package info (click to toggle)
freebayes 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,628 kB
  • sloc: cpp: 121,209; ansic: 3,925; sh: 911; python: 455; asm: 271; makefile: 213; perl: 27
file content (36 lines) | stat: -rw-r--r-- 1,350 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
Source: freebayes
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Brad Chapman <chapmanb@50mail.com>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
               cmake,
               pkg-config,
               python,
               zlib1g-dev,
               libbamtools-dev,
               libvcflib-dev (>= 1.0.0~rc2+dfsg-2~),
               libtabixpp-dev,
               libseqlib-dev,
               bc,
               samtools,
               parallel,
               libvcflib-tools (>= 1.0.0~rc1+dfsg1-6)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/freebayes
Vcs-Git: https://salsa.debian.org/med-team/freebayes.git
Homepage: https://github.com/ekg/freebayes

Package: freebayes
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: parallel
Description: Bayesian haplotype-based polymorphism discovery and genotyping
 FreeBayes is a Bayesian genetic variant detector designed to find
 small polymorphisms, specifically SNPs (single-nucleotide
 polymorphisms), indels (insertions and deletions), MNPs
 (multi-nucleotide polymorphisms), and complex events (composite
 insertion and substitution events) smaller than the length of a
 short-read sequencing alignment.