File: control

package info (click to toggle)
beagle 5.1-200518%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,480 kB
  • sloc: java: 14,430; sh: 55; makefile: 11
file content (42 lines) | stat: -rw-r--r-- 1,717 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
41
42
Source: beagle
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
               javahelper
Build-Depends-Indep: default-jdk,
                     libhtsjdk-java
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/beagle
Vcs-Git: https://salsa.debian.org/med-team/beagle.git
Homepage: https://faculty.washington.edu/browning/beagle/beagle.html
Rules-Requires-Root: no

Package: beagle
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Recommends: ${java:Recommends}
Suggests: beagle-doc
Description: Genotype calling, genotype phasing and imputation of ungenotyped markers
 Beagle performs genotype calling, genotype phasing, imputation of ungenotyped
 markers, and identity-by-descent segment detection. Genotypic imputation works
 on phased haplotypes using a Li and Stephens haplotype frequency model.
 Beagle also implements the Refined IBD algorithm for detecting
 homozygosity-by-descent (HBD) and identity-by-descent (IBD) segments.

Package: beagle-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Enhances: beagle
Description: Documentation for Beagle
 Beagle performs genotype calling, genotype phasing, imputation of ungenotyped
 markers, and identity-by-descent segment detection. Genotypic imputation works
 on phased haplotypes using a Li and Stephens haplotype frequency model.
 Beagle also implements the Refined IBD algorithm for detecting
 homozygosity-by-descent (HBD) and identity-by-descent (IBD) segments.
 .
 This package includes the Beagle API javadocs, and examples.