TalShor / SciLMM

Sparse Cholesky factorIzation Linear Mixed model
GNU General Public License v3.0
7 stars 3 forks source link

Separate IBD computing and HE2 computing to two separate codes. #7

Closed kalkairis closed 5 years ago

kalkairis commented 5 years ago

In this section I performed the following major changes:

  1. Changed original code to only compute IBD matrix without computing further sections. During this change I also made a nicer interface for this code so that it can be easily used both from Python and from terminal.
  2. Added the SparseCholesky code (which still needs reformatting of interface).