diff options
author | Arun Isaac | 2025-08-04 12:40:31 +0100 |
---|---|---|
committer | Arun Isaac | 2025-08-06 22:40:41 +0100 |
commit | 92727365d1e3fc67b66278fd7cbcda77dd27c09e (patch) | |
tree | da98acd067d28aae09123a24b6527d757fe4bec8 /doc/simple-workflow.uml | |
parent | 9e2fbdb8141549cbaf4688e52f62fec0b720d8b8 (diff) | |
download | pyhegp-92727365d1e3fc67b66278fd7cbcda77dd27c09e.tar.gz pyhegp-92727365d1e3fc67b66278fd7cbcda77dd27c09e.tar.lz pyhegp-92727365d1e3fc67b66278fd7cbcda77dd27c09e.zip |
Add simple workflow.
* README.md (How to use): Indent down into "Joint/federated analysis with many data owners" section. [Simple data sharing]: New section. * doc/generate-images.sh: Add simple workflow. * doc/workflow.png: Rename to doc/joint-workflow.png. * doc/workflow.uml: Rename to doc/joint-workflow.uml. * doc/simple-workflow.png, doc/simple-workflow.uml: New files. * tests/test_pyhegp.py: Import pytest. (test_simple_workflow): New test. * test-data/genotype.tsv: New file.
Diffstat (limited to 'doc/simple-workflow.uml')
-rw-r--r-- | doc/simple-workflow.uml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/simple-workflow.uml b/doc/simple-workflow.uml new file mode 100644 index 0000000..02dc005 --- /dev/null +++ b/doc/simple-workflow.uml @@ -0,0 +1,3 @@ +actor "Researcher" as researcher +actor "Data Owner" as owner +owner -> researcher: Encrypt and share ciphertext \ No newline at end of file |