We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13203b commit 1282e3bCopy full SHA for 1282e3b
README.md
@@ -24,7 +24,7 @@ The recommended approach is to use a multi-stage conversion
24
First, convert the VCF into an intermediate columnar format:
25
26
```
27
-python3 -m bio2zarr vcf2zarr convert tests/data/vcf/sample.vcf.gz tmp/sample.exploded
+python3 -m bio2zarr vcf2zarr explode tests/data/vcf/sample.vcf.gz tmp/sample.exploded
28
29
30
Then, (optionally) inspect this representation to get a feel for your dataset
0 commit comments