Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.18 KB

Federated-Algorithms

This repository contains low-level function to support federated analysis, now mainly for Federated Genome Wide Association Study (GWAS) and Federated Survival Analysis.

Compilation

To support functionalities from plink, we should compile source files and install executable binaries.

Manual

Execute scripts in scripts to compile external programs and install executables.

Automatic

Automatic compilation and installation are recorded in .gitlab-ci.yml for CI and setup.py for packaging.

References