We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6712ea9 commit faa17c6Copy full SHA for faa17c6
tests/test_tbi.py
@@ -1,10 +1,9 @@
1
import pytest
2
3
-from sgkit.io.vcf.tbi import read_tabix
4
-from sgkit.io.vcf.vcf_partition import get_tabix_path
5
-from sgkit.io.vcf.vcf_reader import count_variants
+from bio2zarr.tbi import read_tabix
+from bio2zarr.vcf_partition import get_tabix_path
6
7
-from .utils import path_for_test
+from .utils import count_variants, path_for_test
8
9
10
@pytest.mark.parametrize(
0 commit comments