bio2zarr 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bio2zarr might be problematic. Click here for more details.
- bio2zarr/_version.py +9 -4
- bio2zarr/vcf2zarr/icf.py +11 -1
- bio2zarr/zarr_utils.py +1 -2
- {bio2zarr-0.1.2.dist-info → bio2zarr-0.1.3.dist-info}/METADATA +1 -1
- {bio2zarr-0.1.2.dist-info → bio2zarr-0.1.3.dist-info}/RECORD +9 -9
- {bio2zarr-0.1.2.dist-info → bio2zarr-0.1.3.dist-info}/WHEEL +1 -1
- {bio2zarr-0.1.2.dist-info → bio2zarr-0.1.3.dist-info}/LICENSE +0 -0
- {bio2zarr-0.1.2.dist-info → bio2zarr-0.1.3.dist-info}/entry_points.txt +0 -0
- {bio2zarr-0.1.2.dist-info → bio2zarr-0.1.3.dist-info}/top_level.txt +0 -0
bio2zarr/_version.py
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# file generated by
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
3
6
|
TYPE_CHECKING = False
|
|
4
7
|
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
12
|
else:
|
|
8
13
|
VERSION_TUPLE = object
|
|
@@ -12,5 +17,5 @@ __version__: str
|
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
|
13
18
|
version_tuple: VERSION_TUPLE
|
|
14
19
|
|
|
15
|
-
__version__ = version = '0.1.
|
|
16
|
-
__version_tuple__ = version_tuple = (0, 1,
|
|
20
|
+
__version__ = version = '0.1.3'
|
|
21
|
+
__version_tuple__ = version_tuple = (0, 1, 3)
|
bio2zarr/vcf2zarr/icf.py
CHANGED
|
@@ -41,7 +41,7 @@ class VcfFieldSummary(core.JsonDataclass):
|
|
|
41
41
|
return VcfFieldSummary(**d)
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
@dataclasses.dataclass
|
|
44
|
+
@dataclasses.dataclass(order=True)
|
|
45
45
|
class VcfField:
|
|
46
46
|
category: str
|
|
47
47
|
name: str
|
|
@@ -192,6 +192,16 @@ class IcfMetadata(core.JsonDataclass):
|
|
|
192
192
|
d["contigs"] = [Contig(**cd) for cd in d["contigs"]]
|
|
193
193
|
return IcfMetadata(**d)
|
|
194
194
|
|
|
195
|
+
def __eq__(self, other):
|
|
196
|
+
if not isinstance(other, IcfMetadata):
|
|
197
|
+
return NotImplemented
|
|
198
|
+
return (
|
|
199
|
+
self.samples == other.samples
|
|
200
|
+
and self.contigs == other.contigs
|
|
201
|
+
and self.filters == other.filters
|
|
202
|
+
and sorted(self.fields) == sorted(other.fields)
|
|
203
|
+
)
|
|
204
|
+
|
|
195
205
|
|
|
196
206
|
def fixed_vcf_field_definitions():
|
|
197
207
|
def make_field_def(name, vcf_type, vcf_number):
|
bio2zarr/zarr_utils.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
bio2zarr/__init__.py,sha256=KiUGyya-9RHNcBldB8Lc1g3rP3CRjaL-5Olben0_6qA,49
|
|
2
2
|
bio2zarr/__main__.py,sha256=wUKNNps8MAAEpMvLgVaI449eKyfr7Jpk2mMtYbNl4Ek,531
|
|
3
|
-
bio2zarr/_version.py,sha256=
|
|
3
|
+
bio2zarr/_version.py,sha256=NIzzV8ZM0W-CSLuEs1weG4zPrn_-8yr1AwwI1iuS6yo,511
|
|
4
4
|
bio2zarr/cli.py,sha256=Iife89BfTR_AUarm-AIW0lAIYxd370OmP1KKePgFXzk,16008
|
|
5
5
|
bio2zarr/constants.py,sha256=QjbtFeBUZ-XqG35ZFIFj8EYrta_EwUkC2B5VGRP7oQs,425
|
|
6
6
|
bio2zarr/core.py,sha256=4xqNf3Txgyhcx23bzXZHq3GW0Jh24fPQwob7lKO7s0w,11668
|
|
@@ -8,14 +8,14 @@ bio2zarr/plink.py,sha256=Yr1meT4AgS2qnwM64-Nmthh4HbjaPXsddYiJdtfYWBg,6999
|
|
|
8
8
|
bio2zarr/provenance.py,sha256=c_Z__QbWkLS0Rfa8D7LgEhtStng_zRMJX8comaDXIkw,142
|
|
9
9
|
bio2zarr/typing.py,sha256=BYxhL16sKRoNxa6amf6AYxvt5Ke9qzv2np_kOT_zPJo,79
|
|
10
10
|
bio2zarr/vcf_utils.py,sha256=tuPzuMiwGYgMlQA49L6EuIplw9DOVaOw1DTa03OJS7k,18268
|
|
11
|
-
bio2zarr/zarr_utils.py,sha256=
|
|
11
|
+
bio2zarr/zarr_utils.py,sha256=99J7ycaG92K_AcWRF2S9A4ec2_4cXL6kjYT99GBfli4,415
|
|
12
12
|
bio2zarr/vcf2zarr/__init__.py,sha256=0_of1iGzIDhvti49Gbcgd47oP63mKvouk9uLgKgiwoQ,791
|
|
13
|
-
bio2zarr/vcf2zarr/icf.py,sha256=
|
|
13
|
+
bio2zarr/vcf2zarr/icf.py,sha256=wGYgDMvfZBgNp2KuUiVhxbG9KIeT0W4-gQOb7SfZkis,42418
|
|
14
14
|
bio2zarr/vcf2zarr/vcz.py,sha256=cfUCBsQW5dbhDu7NzXkd1Dalsev7UkFDXVOyChAHw8Q,49409
|
|
15
15
|
bio2zarr/vcf2zarr/verification.py,sha256=uM-mg0yvUTBs-MvWBd4jxTS0zKCUbxEQpm4ALJADdMI,8037
|
|
16
|
-
bio2zarr-0.1.
|
|
17
|
-
bio2zarr-0.1.
|
|
18
|
-
bio2zarr-0.1.
|
|
19
|
-
bio2zarr-0.1.
|
|
20
|
-
bio2zarr-0.1.
|
|
21
|
-
bio2zarr-0.1.
|
|
16
|
+
bio2zarr-0.1.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
17
|
+
bio2zarr-0.1.3.dist-info/METADATA,sha256=Joji4xU0q9NoTKh1qiM1opSrNDDdzG6V05t0qx_emj4,14978
|
|
18
|
+
bio2zarr-0.1.3.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
19
|
+
bio2zarr-0.1.3.dist-info/entry_points.txt,sha256=3adtRrClMpjatEbiYqK5bm9WHA2PaJN5hK-Cs_zkpaI,97
|
|
20
|
+
bio2zarr-0.1.3.dist-info/top_level.txt,sha256=ouAvp3u9N25eKrQbN8BCDLPcWWQLhtlgdHKu8AtEj5Q,9
|
|
21
|
+
bio2zarr-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|