-BLAS_DIR = /n/app/openblas/0.2.19/lib # or /n/groups/price/poru/external_software/openblas/0.2.14/lib (copied from Orchestra /opt/openblas/0.2.14/lib)
# Copy/Paste from https://data.broadinstitute.org/alkesgroup/Eagle/
Version 2.4.1 (November 18, 2018):
Allowed --noImpMissing whenever input is provided in VCF format. (Previously, --noImpMissing was only allowed in reference mode when using 1 PBWT iteration.)
Fixed bug causing --bpStart and --bpEnd to be ignored when --chrom was not specified. (Now --chrom is required with --bpStart/--bpEnd.)
Added support for multithreaded HTSlib I/O (thanks to David Heise).
Improved error-checking.
Version 2.4 (December 13, 2017):
Fixed bug that had allowed target/ref allele flips: allele-matching was only being checked when --allowRefAltSwap was specified. Also enforced requirement that --allowRefAltSwap only apply to SNPs (not indels).
Fixed bug causing a stack overflow for samples with very large numbers of missing genotypes (thanks to Laurent Francioli).