diff options
author | Arun Isaac | 2025-08-08 15:29:06 +0100 |
---|---|---|
committer | Arun Isaac | 2025-08-08 15:29:06 +0100 |
commit | 0a7cacfeecb33a0b9d515ff300b599cd9eec7a06 (patch) | |
tree | 29b9bca70c8aa72b3cce4289e7d11f65655539e9 | |
parent | d9c5fa3839d5f065fc9c6d19777766f3fde69741 (diff) | |
download | pyhegp-0a7cacfeecb33a0b9d515ff300b599cd9eec7a06.tar.gz pyhegp-0a7cacfeecb33a0b9d515ff300b599cd9eec7a06.tar.lz pyhegp-0a7cacfeecb33a0b9d515ff300b599cd9eec7a06.zip |
Separate table of contents from introduction.
If not separated, GitHub combines the table of contents with the list of papers in the introduction.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 79670db..67a5481 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ pyhegp is a Python library and CLI utility implementing homomorphic encryption o - [Private Genomes and Public SNPs: Homomorphic Encryption of Genotypes and Phenotypes for Shared Quantitative Genetics](https://academic.oup.com/genetics/article/215/2/359/5930450) - [Using encrypted genotypes and phenotypes for collaborative genomic analyses to maintain data confidentiality](https://academic.oup.com/genetics/article/226/3/iyad210/7470728) +# Table of contents - [Install development version](#install-development-version) - [Using pip](#using-pip) - [Using Guix](#using-guix) |