Skip to content

Commit d7a24e2

Browse files
Move around data files
1 parent ad6d4c4 commit d7a24e2

11 files changed

+67
-81
lines changed

bio2zarr/vcf_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from typing import Any, Dict, Optional, Sequence, Union
22
import re
3+
import pathlib
34
import itertools
45
from dataclasses import dataclass
56

@@ -8,8 +9,6 @@
89
from cyvcf2 import VCF
910
import humanfriendly
1011

11-
from bio2zarr.csi import CSI_EXTENSION, read_csi
12-
from bio2zarr.tbi import TABIX_EXTENSION, read_tabix
1312
from bio2zarr.typing import PathType
1413
from bio2zarr.utils import (
1514
get_file_offset,
-317 KB
Binary file not shown.
-194 Bytes
Binary file not shown.
-317 KB
Binary file not shown.

tests/data/vcf/1kg_2020_chrM.bcf

4.68 KB
Binary file not shown.
101 Bytes
Binary file not shown.
File renamed without changes.
File renamed without changes.

tests/data/vcf/sample.bcf

1.18 KB
Binary file not shown.

tests/data/vcf/sample.bcf.csi

167 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)