From 92727365d1e3fc67b66278fd7cbcda77dd27c09e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 4 Aug 2025 12:40:31 +0100 Subject: 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. --- doc/simple-workflow.uml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/simple-workflow.uml (limited to 'doc/simple-workflow.uml') 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 -- cgit 1.4.1