File: control

package info (click to toggle)
minimac4 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 19,028 kB
  • sloc: cpp: 8,808; sh: 27; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,142 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
Source: minimac4
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Dylan Aïssi <bob.dybian@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11),
               cmake,
               zlib1g-dev,
               libstatgen-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/minimac4
Vcs-Git: https://salsa.debian.org/med-team/minimac4.git
Homepage: https://genome.sph.umich.edu/wiki/Minimac4

Package: minimac4
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Fast Imputation Based on State Space Reduction HMM
 Minimac4 is a lower memory and more computationally efficient implementation
 of "minimac2/3". It is an algorithm for genotypic imputation that works on
 phased genotypes (say from MaCH).
 .
 Minimac4 is designed to handle very large reference panels in a more
 computationally efficient way with no loss of accuracy. This algorithm
 analyzes only the unique sets of haplotypes in small genomic segments, thereby
 saving on time\-complexity, computational memory but no loss in degree of
 accuracy.