Skip to content

Regenie v3.0.1

Compare
Choose a tag to compare
@joellembatchou joellembatchou released this 18 Mar 12:16
· 415 commits to master since this release
  • Reduce convergence issues with ridge logistic regression in Step 1
  • Now able to compile the Regenie binary with Cmake:
mkdir -p build # from main regenie directory 
cd build
cmake ..  # e.g. to add boost iostreams and intel mkl, use `HAS_BOOST_IOSTREAM=1 MKLROOT=/path_to_mkl/ cmake ..`
make
  • Note that this release is also available in conda
  • Fixed bug in SKAT/ACAT gene-based tests when the variant set is empty (only affected QT run)