From 5d0eca109a50e2349a35571577b14589cb5b75a9 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 2 Sep 2025 21:35:29 +0100 Subject: Rename cat subcommand to cat-genotype. A cat-phenotype subcommand is coming. Hence rename this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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`. -- cgit 1.4.1