====== minimac3 ======
Minimac3 is a lower memory and more computationally efficient implementation of the genotype imputation algorithms in minimac and minimac2.
===== Information =====
* Version: 2.0.1
* Added: July, 2022
* Link: https://github.com/Santy-8128/Minimac3
===== Usage =====
See which versions are available:
$ module avail minimac3
Load one version into your environment and run it:
$ module load minimac3/2.0.1
$ Minimac3
===== Installation ======
Notes from the sysadmin during installation.
$ cd /tmp
$ git clone https://github.com/Santy-8128/Minimac3.git
$ cd Minimac3
$ make
$ sudo mkdir -p /export/apps/minimac3/2.0.1/bin
$ sudo cp bin/* /export/apps/minimac3/2.0.1/bin