Skip to content

Commit 97ad3c7

Browse files
Apply suggestions from code review
Co-authored-by: Tom White <tom.e.white@gmail.com>
1 parent 8716bf1 commit 97ad3c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vcztools/cli.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def query(
166166
filtering. Intended as a drop-in replacement for bcftools query, where we
167167
replace the VCF file path with a VCZ dataset URL.
168168
169-
This is an early version an not feature complete: if you are missing a
170-
particular piece of functionality please open and issue at
169+
This is an early version and not feature complete: if you are missing a
170+
particular piece of functionality please open an issue at
171171
https://github.com/sgkit-dev/vcztools/issues
172172
"""
173173
if list_samples:
@@ -260,8 +260,8 @@ def view(
260260
Intended as a drop-in replacement for bcftools view, where
261261
we replace the VCF file path with a VCZ dataset URL.
262262
263-
This is an early version an not feature complete: if you are missing a
264-
particular piece of functionality please open and issue at
263+
This is an early version and not feature complete: if you are missing a
264+
particular piece of functionality please open an issue at
265265
https://github.com/sgkit-dev/vcztools/issues
266266
"""
267267
suffix = output.name.split(".")[-1]

0 commit comments

Comments
 (0)