bio2zarr 0.1.0__tar.gz → 0.1.1__tar.gz

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.

Files changed (54) hide show
  1. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/CHANGELOG.md +7 -0
  2. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/PKG-INFO +3 -3
  3. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/_version.py +2 -2
  4. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr.egg-info/PKG-INFO +3 -3
  5. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr.egg-info/requires.txt +2 -2
  6. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/Makefile +7 -3
  7. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/pyproject.toml +3 -3
  8. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/.github/workflows/cd.yml +0 -0
  9. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/.github/workflows/ci.yml +0 -0
  10. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/.github/workflows/docs.yml +0 -0
  11. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/.gitignore +0 -0
  12. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/.pre-commit-config.yaml +0 -0
  13. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/LICENSE +0 -0
  14. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/MANIFEST.in +0 -0
  15. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/README.md +0 -0
  16. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/__init__.py +0 -0
  17. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/__main__.py +0 -0
  18. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/cli.py +0 -0
  19. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/constants.py +0 -0
  20. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/core.py +0 -0
  21. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/plink.py +0 -0
  22. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/provenance.py +0 -0
  23. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/typing.py +0 -0
  24. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/vcf2zarr/__init__.py +0 -0
  25. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/vcf2zarr/icf.py +0 -0
  26. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/vcf2zarr/vcz.py +0 -0
  27. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/vcf2zarr/verification.py +0 -0
  28. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr/vcf_utils.py +0 -0
  29. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr.egg-info/SOURCES.txt +0 -0
  30. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr.egg-info/dependency_links.txt +0 -0
  31. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr.egg-info/entry_points.txt +0 -0
  32. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/bio2zarr.egg-info/top_level.txt +0 -0
  33. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/_config.yml +0 -0
  34. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/_static/asciinema-player.css +0 -0
  35. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/_static/asciinema-player.min.js +0 -0
  36. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/_static/custom.css +0 -0
  37. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/_toc.yml +0 -0
  38. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/build.sh +0 -0
  39. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/cast_scripts/vcf2zarr_convert.sh +0 -0
  40. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/cast_scripts/vcf2zarr_explode.sh +0 -0
  41. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/installation.md +0 -0
  42. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/intro.md +0 -0
  43. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/logo.png +0 -0
  44. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/requirements.txt +0 -0
  45. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/vcf2zarr/cli_ref.md +0 -0
  46. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/vcf2zarr/overview.md +0 -0
  47. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/vcf2zarr/tutorial.md +0 -0
  48. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/vcfpartition/cli_ref.md +0 -0
  49. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/docs/vcfpartition/overview.md +0 -0
  50. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/setup.cfg +0 -0
  51. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/validation-data/Makefile +0 -0
  52. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/validation-data/split.sh +0 -0
  53. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/validation.py +0 -0
  54. {bio2zarr-0.1.0 → bio2zarr-0.1.1}/vcf_generator.py +0 -0
@@ -1,3 +1,10 @@
1
+ # 0.1.1 2024-06-19
2
+
3
+ Maintenance release:
4
+
5
+ - Pin numpy to < 2
6
+ - Pin Zarr to < 3
7
+
1
8
  # 0.1.0 2024-06-10
2
9
 
3
10
  - Initial production-ready version.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bio2zarr
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Convert bioinformatics data to Zarr
5
5
  Author-email: sgkit Developers <project@sgkit.dev>
6
6
  License: Apache License
@@ -223,8 +223,8 @@ Classifier: Topic :: Scientific/Engineering
223
223
  Requires-Python: >=3.9
224
224
  Description-Content-Type: text/markdown
225
225
  License-File: LICENSE
226
- Requires-Dist: numpy
227
- Requires-Dist: zarr>=2.17
226
+ Requires-Dist: numpy<2
227
+ Requires-Dist: zarr<3,>=2.17
228
228
  Requires-Dist: click
229
229
  Requires-Dist: tabulate
230
230
  Requires-Dist: tqdm
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.1.0'
16
- __version_tuple__ = version_tuple = (0, 1, 0)
15
+ __version__ = version = '0.1.1'
16
+ __version_tuple__ = version_tuple = (0, 1, 1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bio2zarr
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Convert bioinformatics data to Zarr
5
5
  Author-email: sgkit Developers <project@sgkit.dev>
6
6
  License: Apache License
@@ -223,8 +223,8 @@ Classifier: Topic :: Scientific/Engineering
223
223
  Requires-Python: >=3.9
224
224
  Description-Content-Type: text/markdown
225
225
  License-File: LICENSE
226
- Requires-Dist: numpy
227
- Requires-Dist: zarr>=2.17
226
+ Requires-Dist: numpy<2
227
+ Requires-Dist: zarr<3,>=2.17
228
228
  Requires-Dist: click
229
229
  Requires-Dist: tabulate
230
230
  Requires-Dist: tqdm
@@ -1,5 +1,5 @@
1
- numpy
2
- zarr>=2.17
1
+ numpy<2
2
+ zarr<3,>=2.17
3
3
  click
4
4
  tabulate
5
5
  tqdm
@@ -24,6 +24,7 @@ dist: ${CASTS}
24
24
  clean:
25
25
  rm -fR $(BUILDDIR)
26
26
  rm -f _static/*.cast
27
+ rm sample.vcf.gz*
27
28
 
28
29
 
29
30
  sample.vcf.gz:
@@ -35,12 +36,15 @@ sample.vcf.gz:
35
36
 
36
37
  _static/vcf2zarr_convert.cast: sample.vcf.gz
37
38
  rm -fR sample.vcz
38
- asciinema-automation cast_scripts/vcf2zarr_convert.sh $@
39
+ asciinema-automation -d cast_scripts/vcf2zarr_convert.sh $@
40
+ cat _static/vcf2zarr_convert.log
41
+ asciinema play _static/vcf2zarr_convert.cast
39
42
  cp -R sample.vcz vcf2zarr
40
43
 
41
44
  # TODO rename this cast
42
45
  _static/vcf2zarr_explode.cast: sample.vcf.gz
43
46
  rm -Rf sample.icf sample.vcz
44
- asciinema-automation cast_scripts/vcf2zarr_explode.sh $@
47
+ asciinema-automation -d cast_scripts/vcf2zarr_explode.sh $@
48
+ cat _static/vcf2zarr_explode.log
49
+ asciinema play _static/vcf2zarr_explode.cast
45
50
  cp -R sample.icf sample.vcz vcf2zarr
46
-
@@ -11,8 +11,8 @@ authors = [
11
11
  {name = "sgkit Developers", email = "project@sgkit.dev"},
12
12
  ]
13
13
  dependencies = [
14
- "numpy",
15
- "zarr >= 2.17",
14
+ "numpy < 2",
15
+ "zarr >= 2.17,< 3",
16
16
  "click",
17
17
  "tabulate",
18
18
  "tqdm",
@@ -60,7 +60,7 @@ dev = [
60
60
  ]
61
61
 
62
62
  [tool.setuptools]
63
- packages = ["bio2zarr"]
63
+ packages = ["bio2zarr", "bio2zarr.vcf2zarr"]
64
64
 
65
65
  [tool.setuptools_scm]
66
66
  version_file = "bio2zarr/_version.py"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes