From 5844e4fc3973a71495462e479d3d7022a28bb382 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 8 Aug 2025 15:17:19 +0100 Subject: Link to file formats documentation from README. Readers are more likely to follow through to the file formats documentation if there is a link. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 83b0c68..f11c76b 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ pyhegp cat -o complete-encrypted-genotype.csv encrypted-genotype1.csv encrypted- ``` Note that all data sharing is carried out-of-band and is outside the scope of `pyhegp`. +# File formats + +See [File formats](doc/file-formats.md) for documentation of file formats used by pyhegp. + # Run tests Run the test suite using -- cgit 1.4.1