bio2zarr 0.1.3__tar.gz → 0.1.4__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 (55) hide show
  1. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/CHANGELOG.md +4 -0
  2. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/PKG-INFO +1 -1
  3. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/_version.py +2 -2
  4. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf2zarr/icf.py +2 -3
  5. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/PKG-INFO +1 -1
  6. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_config.yml +8 -2
  7. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.github/workflows/cd.yml +0 -0
  8. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.github/workflows/ci.yml +0 -0
  9. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.github/workflows/docs.yml +0 -0
  10. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.gitignore +0 -0
  11. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.pre-commit-config.yaml +0 -0
  12. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/LICENSE +0 -0
  13. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/MANIFEST.in +0 -0
  14. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/README.md +0 -0
  15. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/__init__.py +0 -0
  16. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/__main__.py +0 -0
  17. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/cli.py +0 -0
  18. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/constants.py +0 -0
  19. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/core.py +0 -0
  20. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/plink.py +0 -0
  21. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/provenance.py +0 -0
  22. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/typing.py +0 -0
  23. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf2zarr/__init__.py +0 -0
  24. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf2zarr/vcz.py +0 -0
  25. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf2zarr/verification.py +0 -0
  26. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf_utils.py +0 -0
  27. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/zarr_utils.py +0 -0
  28. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/SOURCES.txt +0 -0
  29. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/dependency_links.txt +0 -0
  30. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/entry_points.txt +0 -0
  31. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/requires.txt +0 -0
  32. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/top_level.txt +0 -0
  33. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/Makefile +0 -0
  34. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_static/asciinema-player.css +0 -0
  35. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_static/asciinema-player.min.js +0 -0
  36. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_static/custom.css +0 -0
  37. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_toc.yml +0 -0
  38. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/build.sh +0 -0
  39. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/cast_scripts/vcf2zarr_convert.sh +0 -0
  40. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/cast_scripts/vcf2zarr_explode.sh +0 -0
  41. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/installation.md +0 -0
  42. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/intro.md +0 -0
  43. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/logo.png +0 -0
  44. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/requirements.txt +0 -0
  45. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcf2zarr/cli_ref.md +0 -0
  46. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcf2zarr/overview.md +0 -0
  47. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcf2zarr/tutorial.md +0 -0
  48. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcfpartition/cli_ref.md +0 -0
  49. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcfpartition/overview.md +0 -0
  50. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/pyproject.toml +0 -0
  51. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/setup.cfg +0 -0
  52. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/validation-data/Makefile +0 -0
  53. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/validation-data/split.sh +0 -0
  54. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/validation.py +0 -0
  55. {bio2zarr-0.1.3 → bio2zarr-0.1.4}/vcf_generator.py +0 -0
@@ -1,3 +1,7 @@
1
+ # 0.1.4 2025-03-10
2
+
3
+ - Fix bug in handling all-missing genotypes (#328)
4
+
1
5
  # 0.1.3 2025-03-04
2
6
 
3
7
  - Fix missing dependency issue for packaging
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: bio2zarr
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Convert bioinformatics data to Zarr
5
5
  Author-email: sgkit Developers <project@sgkit.dev>
6
6
  License: Apache License
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.3'
21
- __version_tuple__ = version_tuple = (0, 1, 3)
20
+ __version__ = version = '0.1.4'
21
+ __version_tuple__ = version_tuple = (0, 1, 4)
@@ -1095,9 +1095,8 @@ class IntermediateColumnarFormatWriter:
1095
1095
  for field in info_fields:
1096
1096
  tcw.append(field.full_name, variant.INFO.get(field.name, None))
1097
1097
  if has_gt:
1098
- if variant.genotype is None:
1099
- val = None
1100
- else:
1098
+ val = None
1099
+ if "GT" in variant.FORMAT and variant.genotype is not None:
1101
1100
  val = variant.genotype.array()
1102
1101
  tcw.append("FORMAT/GT", val)
1103
1102
  for field in format_fields:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: bio2zarr
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Convert bioinformatics data to Zarr
5
5
  Author-email: sgkit Developers <project@sgkit.dev>
6
6
  License: Apache License
@@ -2,9 +2,8 @@
2
2
  # Learn more at https://jupyterbook.org/customize/config.html
3
3
 
4
4
  title: bio2zarr Documentation
5
- author: sgkit developers
5
+ author: the sgkit developers
6
6
  logo: logo.png
7
- copyright: "2024"
8
7
 
9
8
  # Force re-execution of notebooks on each build.
10
9
  # See https://jupyterbook.org/content/execute.html
@@ -22,12 +21,19 @@ repository:
22
21
  html:
23
22
  use_issues_button: true
24
23
  use_repository_button: true
24
+ extra_footer: |
25
+ <p>
26
+ Documentation available under the terms of the
27
+ <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>
28
+ license.
29
+ </p>
25
30
 
26
31
  sphinx:
27
32
  extra_extensions:
28
33
  - sphinx_click.ext
29
34
  - sphinx.ext.todo
30
35
  config:
36
+ html_show_copyright: false
31
37
  # This is needed to make sure that text is output in single block from
32
38
  # bash cells.
33
39
  nb_merge_streams: true
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
File without changes