forked from Santy-8128/Minimac3
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
hguturu/Minimac3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- C++ 96.1%
- C 3.1%
- Other 0.8%