Simple standalone class to calculate FH polygenic risk score accoding to Talmund et al. 2013. Code adopted from Bristol and modernised for python3 and pyVCF. Uses build 38 genomic coordinates.
python3 fh.py file.vcf
make build
To build the docker image from scratch, using no cached layers:
make cleanbuild
To upload the built docker image to DockerHub:
make push
This runs against the two files with all or partially missing positions
make test