File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ def query(
166
166
filtering. Intended as a drop-in replacement for bcftools query, where we
167
167
replace the VCF file path with a VCZ dataset URL.
168
168
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
171
171
https://github.com/sgkit-dev/vcztools/issues
172
172
"""
173
173
if list_samples :
@@ -260,8 +260,8 @@ def view(
260
260
Intended as a drop-in replacement for bcftools view, where
261
261
we replace the VCF file path with a VCZ dataset URL.
262
262
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
265
265
https://github.com/sgkit-dev/vcztools/issues
266
266
"""
267
267
suffix = output .name .split ("." )[- 1 ]
You can’t perform that action at this time.
0 commit comments