We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf7c6c commit e694cdfCopy full SHA for e694cdf
pyproject.toml
@@ -46,6 +46,17 @@ vcf2zarr = "bio2zarr.cli:vcf2zarr"
46
plink2zarr = "bio2zarr.cli:plink2zarr"
47
vcf_partition = "bio2zarr.cli:vcf_partition"
48
49
+[project.optional-dependencies]
50
+dev = [
51
+ "msprime",
52
+ "pysam",
53
+ "pytest",
54
+ "pytest-coverage",
55
+ "pytest-xdist",
56
+ "sgkit",
57
+ "tqdm"
58
+]
59
+
60
[tool.setuptools]
61
packages = ["bio2zarr"]
62
requirements/development.txt
0 commit comments