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.
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/CHANGELOG.md +4 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/PKG-INFO +1 -1
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/_version.py +2 -2
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf2zarr/icf.py +2 -3
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/PKG-INFO +1 -1
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_config.yml +8 -2
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.github/workflows/cd.yml +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.github/workflows/ci.yml +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.github/workflows/docs.yml +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.gitignore +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/.pre-commit-config.yaml +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/LICENSE +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/MANIFEST.in +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/README.md +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/__init__.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/__main__.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/cli.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/constants.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/core.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/plink.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/provenance.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/typing.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf2zarr/__init__.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf2zarr/vcz.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf2zarr/verification.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/vcf_utils.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr/zarr_utils.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/SOURCES.txt +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/dependency_links.txt +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/entry_points.txt +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/requires.txt +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/bio2zarr.egg-info/top_level.txt +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/Makefile +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_static/asciinema-player.css +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_static/asciinema-player.min.js +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_static/custom.css +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/_toc.yml +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/build.sh +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/cast_scripts/vcf2zarr_convert.sh +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/cast_scripts/vcf2zarr_explode.sh +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/installation.md +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/intro.md +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/logo.png +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/requirements.txt +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcf2zarr/cli_ref.md +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcf2zarr/overview.md +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcf2zarr/tutorial.md +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcfpartition/cli_ref.md +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/docs/vcfpartition/overview.md +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/pyproject.toml +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/setup.cfg +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/validation-data/Makefile +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/validation-data/split.sh +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/validation.py +0 -0
- {bio2zarr-0.1.3 → bio2zarr-0.1.4}/vcf_generator.py +0 -0
|
@@ -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
|
-
|
|
1099
|
-
|
|
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:
|
|
@@ -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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|