Skip to content

Commit 99c3b23

Browse files
committed
test_vcf_partition passing
1 parent faa17c6 commit 99c3b23

6 files changed

+2
-3
lines changed
334 KB
Binary file not shown.
170 Bytes
Binary file not shown.
317 KB
Binary file not shown.
3.71 MB
Binary file not shown.
814 Bytes
Binary file not shown.

tests/test_vcf_partition.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import pytest
22

3-
from sgkit.io.vcf import partition_into_regions
4-
from sgkit.io.vcf.vcf_reader import count_variants
3+
from bio2zarr.vcf_partition import partition_into_regions
54

6-
from .utils import path_for_test
5+
from .utils import count_variants, path_for_test
76

87

98
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)