You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.rst
+3-39Lines changed: 3 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,47 +32,11 @@ PLINK
32
32
write_plink
33
33
zarr_to_plink
34
34
35
-
VCF (reading)
35
+
VCF
36
36
-------------
37
37
38
-
.. deprecated:: 0.9.0
39
-
Functions for reading VCF are deprecated, please use the `bio2zarr <https://github.com/sgkit-dev/bio2zarr>`_ package.
40
-
41
-
.. currentmodule:: sgkit.io.vcf
42
-
.. autosummary::
43
-
:toctree: generated/
44
-
45
-
read_vcf
46
-
vcf_to_zarr
47
-
48
-
For more low-level control:
49
-
50
-
.. currentmodule:: sgkit.io.vcf
51
-
.. autosummary::
52
-
:toctree: generated/
53
-
54
-
partition_into_regions
55
-
vcf_to_zarrs
56
-
concat_zarrs
57
-
zarr_array_sizes
58
-
59
-
For converting from `scikit-allel's VCF Zarr representation <https://scikit-allel.readthedocs.io/en/stable/io.html#allel.vcf_to_zarr>`_ to sgkit's Zarr representation:
60
-
61
-
.. currentmodule:: sgkit
62
-
.. autosummary::
63
-
:toctree: generated/
64
-
65
-
read_scikit_allel_vcfzarr
66
-
67
-
VCF (writing)
68
-
-------------
69
-
70
-
.. currentmodule:: sgkit.io.vcf
71
-
.. autosummary::
72
-
:toctree: generated/
73
-
74
-
write_vcf
75
-
zarr_to_vcf
38
+
Functions for reading and writing VCF were removed from sgkit, please use the `bio2zarr <https://github.com/sgkit-dev/bio2zarr>`_
39
+
and `vcztools <https://github.com/sgkit-dev/vcztools>`_ packages.
0 commit comments