diff options
author | Arun Isaac | 2025-08-08 15:17:19 +0100 |
---|---|---|
committer | Arun Isaac | 2025-08-08 15:17:51 +0100 |
commit | 5844e4fc3973a71495462e479d3d7022a28bb382 (patch) | |
tree | ff0550ffb44e0d57cb9336185a04f1bbebcf901c | |
parent | 5f3439521162c22ef90e22424a14cceada925c21 (diff) | |
download | pyhegp-5844e4fc3973a71495462e479d3d7022a28bb382.tar.gz pyhegp-5844e4fc3973a71495462e479d3d7022a28bb382.tar.lz pyhegp-5844e4fc3973a71495462e479d3d7022a28bb382.zip |
Link to file formats documentation from README.
Readers are more likely to follow through to the file formats documentation if there is a link.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |