Jonathon LeFaive
Jonathon LeFaive
This fixes #169 and correctly determines BLAS and LAPACK location. Both target_compile_features() and target_link_libraries() are meant to be used in CMakeLists.txt file (not the config). CMake will then export this...
Is there any text or examples for integrating SSL/TLS with the networking TS? A quick glance makes me think that asio/ssl.hpp could be used by doing something like `asio::ssl::stream`, but...
https://github.com/statgen/Minimac4/blob/5fa7d654d95453b353b26ecbe56637b655f4e3bb/src/Imputation.cpp#L686-L704 It would be much cleaner to move this entire block outside of the OMP for loop. Adding counter_sample_imputation_finished is an unnecessary complication that makes the code less friendly to...
Include Type, Number, and Description fields.
Is there an example of how to use the lib to read genotypes of a variant into a std::vector?