bio2zarr 0.0.6__py3-none-any.whl → 0.0.10__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.

@@ -1,33 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: bio2zarr
3
- Version: 0.0.6
4
- Summary: Convert bioinformatics data to Zarr
5
- Home-page: https://github.com/pystatgen/bio2zarr
6
- Author: sgkit Developers
7
- Author-email: project@pystatgen.org
8
- License: Apache
9
- Classifier: Development Status :: 3 - Alpha
10
- Classifier: License :: OSI Approved :: Apache Software License
11
- Classifier: Operating System :: OS Independent
12
- Classifier: Intended Audience :: Science/Research
13
- Classifier: Programming Language :: Python
14
- Classifier: Programming Language :: Python :: 3
15
- Classifier: Programming Language :: Python :: 3.9
16
- Classifier: Programming Language :: Python :: 3.10
17
- Classifier: Programming Language :: Python :: 3.11
18
- Classifier: Topic :: Scientific/Engineering
19
- Requires-Python: >=3.9
20
- Description-Content-Type: text/x-rst
21
- License-File: LICENSE
22
- Requires-Dist: numpy
23
- Requires-Dist: zarr >=2.17
24
- Requires-Dist: click
25
- Requires-Dist: tabulate
26
- Requires-Dist: tqdm
27
- Requires-Dist: humanfriendly
28
- Requires-Dist: cyvcf2
29
- Requires-Dist: bed-reader
30
-
31
-
32
- This is an early alpha release for testing and development.
33
- **Do not use in production**
@@ -1,16 +0,0 @@
1
- bio2zarr/__init__.py,sha256=KiUGyya-9RHNcBldB8Lc1g3rP3CRjaL-5Olben0_6qA,49
2
- bio2zarr/__main__.py,sha256=hO4vV-kPFgsYq0NQwG2r-WkserPL27oqae_tUvNB7yE,527
3
- bio2zarr/_version.py,sha256=c6ZQWSJeXXzGZ3WoZWjkA-MiNkBFXMIRV9kZPo4MQ_M,411
4
- bio2zarr/cli.py,sha256=iQIT3c_mos97st9bTLiBuxLL70MbNOtlTegUti6q2-g,14397
5
- bio2zarr/core.py,sha256=E8MF5PUVulYtq5gaxaMWN7g5YeWPDueqlGCck3DJCuM,8516
6
- bio2zarr/plink.py,sha256=huXMlxQ5C3gPmOYCavA-QW7PzaV48I2lo80cQqHT1wY,6768
7
- bio2zarr/provenance.py,sha256=c_Z__QbWkLS0Rfa8D7LgEhtStng_zRMJX8comaDXIkw,142
8
- bio2zarr/typing.py,sha256=BYxhL16sKRoNxa6amf6AYxvt5Ke9qzv2np_kOT_zPJo,79
9
- bio2zarr/vcf.py,sha256=dJcaRCdlDlUxYE_Z3hQaqSy7EivfpihP78XSRMzlWbU,83330
10
- bio2zarr/vcf_utils.py,sha256=r3NQXxWK1SYU7CcwDzSWXdX5Q8Ixk7gdCTEiFPzfUAk,17307
11
- bio2zarr-0.0.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
12
- bio2zarr-0.0.6.dist-info/METADATA,sha256=siwhDelRAqr4Zo4EAPqZ4c9SkMOsU9ixRtgALAROP9A,1077
13
- bio2zarr-0.0.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
14
- bio2zarr-0.0.6.dist-info/entry_points.txt,sha256=pklStOdATE5hHJm4qiIvmhHkcn21Si_XAu6MC7ieNrk,131
15
- bio2zarr-0.0.6.dist-info/top_level.txt,sha256=ouAvp3u9N25eKrQbN8BCDLPcWWQLhtlgdHKu8AtEj5Q,9
16
- bio2zarr-0.0.6.dist-info/RECORD,,
@@ -1,4 +0,0 @@
1
- [console_scripts]
2
- plink2zarr = bio2zarr.cli:plink2zarr
3
- vcf2zarr = bio2zarr.cli:vcf2zarr
4
- vcf_partition = bio2zarr.cli:vcf_partition