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