about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2025-09-02 21:35:29 +0100
committerArun Isaac2025-09-02 22:32:03 +0100
commit5d0eca109a50e2349a35571577b14589cb5b75a9 (patch)
treeba6dc7ceacdac66e962f5527a7e7e41c197e2102 /README.md
parent831f3da094834547fd9a2d357a8006c065a85289 (diff)
downloadpyhegp-5d0eca109a50e2349a35571577b14589cb5b75a9.tar.gz
pyhegp-5d0eca109a50e2349a35571577b14589cb5b75a9.tar.lz
pyhegp-5d0eca109a50e2349a35571577b14589cb5b75a9.zip
Rename cat subcommand to cat-genotype.
A cat-phenotype subcommand is coming. Hence rename this.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee7057f..2b3ab5d 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ pyhegp encrypt -s complete-summary genotype.tsv
 ```
 Finally, the data owners share the encrypted data `genotype.tsv.hegp` with the broker who concatenates it and shares it with all parties.
 ```
-pyhegp cat -o complete-genotype.tsv.hegp genotype1.tsv.hegp genotype2.tsv.hegp ...
+pyhegp cat-genotype -o complete-genotype.tsv.hegp genotype1.tsv.hegp genotype2.tsv.hegp ...
 ```
 Note that all data sharing is carried out-of-band and is outside the scope of `pyhegp`.