Skip to content

Commit 0a07bf6

Browse files
Docs tweaks
1 parent 4987b64 commit 0a07bf6

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/bcftools_emulation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ same output, with a VCZ store in place of a VCF/BCF file.
1919

2020
Every command below is run against the example dataset
2121
`data/sample.vcz.zip` (9 variants across 3 samples; see {ref}`sec-reading-vcz`
22-
for its contents). The output shown is generated when the documentation is
23-
built. For the full flag list, see {ref}`sec-cli-ref`.
22+
for its contents). For the full flag list, see {ref}`sec-cli-ref`.
2423

2524
## Viewing records
2625

docs/intro.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ for more information about the VCF Zarr format.
99
To create VCZ files from VCF and other formats, see the
1010
[bio2zarr](https://sgkit-dev.github.io/bio2zarr/) project.
1111

12-
Vcztools provides Python APIs to efficiently {ref}`read VCZ data
12+
Vcztools provides a {ref}`Python API<sec-python-api>` to efficiently {ref}`read VCZ data
1313
<sec-reading-vcz>` from local files and
1414
remote {ref}`object stores <sec-storage-backends>` using
15-
bcftools-compatible region and variant filtering syntax.
15+
bcftools-compatible region and
16+
[variant filtering](https://samtools.github.io/bcftools/bcftools.html#expressions)
17+
syntax.
1618
It aims to provide a drop-in replacement for a subset of bcftools functionality.
1719
Currently supported are the {ref}`view<cmd-vcztools-view>`,
1820
{ref}`query<cmd-vcztools-query>` and {ref}`index<cmd-vcztools-index>` `-s/-n`

0 commit comments

Comments
 (0)