Skip to content

Minimac3 is a low memory and computationally efficient implementation of the genotype imputation algorithms. Minimac3 is designed to handle very large reference panels in a more computationally efficient way with no loss of accuracy.

luyi0629/Minimac3

 
 

Repository files navigation

Minimac3 is a lower memory and more computationally efficient
implementation of the genotype imputation algorithms in 
minimac and minimac2.

<<< SEE http://genome.sph.umich.edu/wiki/Minimac3 FOR DOCUMENTATION >>>

Users should follow the following steps to compile Minimac3 
(if they downloaded the source files) or should skip them
(if they downloaded the binary executable).

## EXTRACT MINIMAC3 AND COMPILE
 
tar -xzvf Minimac3.v1.tar.gz
cd Minimac3/
make

A typical Minimac3 command line for imputation is as follows

../bin/Minimac3 --refHaps refPanel.vcf \ 
                --haps targetStudy.vcf \
                --prefix testRun

Here refPanel.vcf is the reference panel used in VCF format (e.g. 1000 Genomes), 
targetStudy.vcf is the phased GWAS data in VCF format, 
and testRun is the prefix for the output files.

<<< SEE http://genome.sph.umich.edu/wiki/Minimac3 FOR DOCUMENTATION>>>

About

Minimac3 is a low memory and computationally efficient implementation of the genotype imputation algorithms. Minimac3 is designed to handle very large reference panels in a more computationally efficient way with no loss of accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.1%
  • C 3.2%
  • Other 0.7%