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.
I tried build with gcc 7.2.0. However, I found an error below
Parameters.cpp: In member function ‘virtual void LongParameters::Status()’:
Parameters.cpp:573:25: error: use of an operand of type ‘bool’ in ‘operator++’ is deprecated [-Werror=deprecated]
legacy_count++;
^~
cc1plus: all warnings being treated as errors
make[3]: *** [obj/Parameters.o] Error 1
make[2]: *** [general] Error 2
make[1]: *** [../Library/libStatGenForMinimac3/libStatGen.a] Error 2
make[1]: Leaving directory `/home/Minimac3/src'
make: *** [src] Error 2
I replaced
Minimac3/Library/libStatGenForMinimac3/general
with
libStatGen/general (cloned from https://github.com/statgen/libStatGen.git)
and it was successfully build.
But, does it works well?
I tried build with gcc 7.2.0. However, I found an error below
I replaced
with
and it was successfully build. But, does it works well?