about summary refs log tree commit diff
path: root/doc/generate-images.sh
diff options
context:
space:
mode:
authorArun Isaac2025-08-04 12:40:31 +0100
committerArun Isaac2025-08-06 22:40:41 +0100
commit92727365d1e3fc67b66278fd7cbcda77dd27c09e (patch)
treeda98acd067d28aae09123a24b6527d757fe4bec8 /doc/generate-images.sh
parent9e2fbdb8141549cbaf4688e52f62fec0b720d8b8 (diff)
downloadpyhegp-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/generate-images.sh')
-rwxr-xr-xdoc/generate-images.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/generate-images.sh b/doc/generate-images.sh
index e1ee0ba..0950519 100755
--- a/doc/generate-images.sh
+++ b/doc/generate-images.sh
@@ -1,3 +1,4 @@
 #! /bin/sh
 
-cat workflow.uml | guix shell plantuml -- plantuml -p > workflow.png
+cat simple-workflow.uml | guix shell plantuml -- plantuml -p > simple-workflow.png
+cat joint-workflow.uml | guix shell plantuml -- plantuml -p > joint-workflow.png