File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ and will always work.
31
31
32
32
## vcf2zarr
33
33
34
+
34
35
Convert a VCF to zarr format:
35
36
36
37
```
@@ -72,6 +73,21 @@ vcf2zarr encode tmp/sample.exploded tmp/sample.zarr -s sample.schema.json
72
73
Use the `` -p, --worker-processes `` argument to control the number of workers used
73
74
in the `` explode `` and `` encode `` phases.
74
75
76
+ ### Shell completion
77
+
78
+ To enable shell completion for a particular session in Bash do:
79
+
80
+ ```
81
+ eval "$(_VCF2ZARR_COMPLETE=bash_source vcf2zarr)"
82
+ ```
83
+
84
+ If you add this to your `` .bashrc `` vcf2zarr shell completion should available
85
+ in all new shell sessions.
86
+
87
+ See the [ Click documentation] ( https://click.palletsprojects.com/en/8.1.x/shell-completion/#enabling-completion )
88
+ for instructions on how to enable completion in other shells.
89
+ a
90
+
75
91
## plink2zarr
76
92
77
93
Convert a plink `` .bed `` file to zarr format. ** This is incomplete**
You can’t perform that action at this time.
0 commit comments