diff options
author | Arun Isaac | 2025-06-27 10:32:56 +0100 |
---|---|---|
committer | Arun Isaac | 2025-06-27 10:32:56 +0100 |
commit | 7db192b8e9f5402769deb8f56112e01171d29283 (patch) | |
tree | 6033834c70d81d5dc5bcf090594950b06a92f8ef | |
parent | 9e983271ffac3c120e0c852bb28a2cd25c8f97db (diff) | |
download | pyhegp-7db192b8e9f5402769deb8f56112e01171d29283.tar.gz pyhegp-7db192b8e9f5402769deb8f56112e01171d29283.tar.lz pyhegp-7db192b8e9f5402769deb8f56112e01171d29283.zip |
README: Add missing preposition "in".
* README.md: Add missing preposition "in".
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -pyhegp is a Python library and CLI utility implementing homomorphic encryption of genotypes and phenotypes as described [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). +pyhegp is a Python library and CLI utility implementing homomorphic encryption of genotypes and phenotypes as described in [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). # License |