diff options
author | Arun Isaac | 2025-09-08 23:27:57 +0100 |
---|---|---|
committer | Arun Isaac | 2025-09-08 23:27:57 +0100 |
commit | afdc3a9ce460f8e0ff0ddcb95b5d5f3586982661 (patch) | |
tree | e00e67a100d71cb6bc639f53080318a1656df928 | |
parent | eb9260205bab5ccb9dc8ef900dbe85dbaa79d2d4 (diff) | |
download | pyhegp-afdc3a9ce460f8e0ff0ddcb95b5d5f3586982661.tar.gz pyhegp-afdc3a9ce460f8e0ff0ddcb95b5d5f3586982661.tar.lz pyhegp-afdc3a9ce460f8e0ff0ddcb95b5d5f3586982661.zip |
We no longer commit the built images into the git repository. Committing build artifacts into the repository is never good practice. And, linking to CI build artifacts is also more automatic and seamless.
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | doc/joint-workflow.png | bin | 27569 -> 0 bytes | |||
-rw-r--r-- | doc/simple-workflow.png | bin | 7260 -> 0 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index de93fd2..c54de0e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ pyhegp --help # How to use ## Simple data sharing - + In this simple scenario, there is only one data owner and they wish to share their encrypted data with a researcher. The data owner encrypts their genotype and phenotype data with: ``` @@ -71,7 +71,7 @@ They then send the encrypted `genotype.tsv.hegp` and `phenotype.tsv.hegp` to the ## Joint/federated analysis with many data owners - + Data owners generate summary statistics for their data. ``` diff --git a/doc/joint-workflow.png b/doc/joint-workflow.png deleted file mode 100644 index b2ff1b2..0000000 --- a/doc/joint-workflow.png +++ /dev/null Binary files differdiff --git a/doc/simple-workflow.png b/doc/simple-workflow.png deleted file mode 100644 index 5d9f01d..0000000 --- a/doc/simple-workflow.png +++ /dev/null Binary files differ |