File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 69
69
python -m bio2zarr vcf2zarr dencode-partition sample.vcz 1
70
70
python -m bio2zarr vcf2zarr dencode-partition sample.vcz 2
71
71
python -m bio2zarr vcf2zarr dencode-finalise sample.vcz
72
+ - name : Run tskit2zarr example
73
+ run : |
74
+ python -m bio2zarr tskit2zarr convert tests/data/tskit/example.trees sample.vcz -f
75
+ - name : Run plink2zarr example
76
+ run : |
77
+ python -m bio2zarr plink2zarr convert tests/data/plink/example sample.vcz -f
72
78
- name : Run tests
73
79
run : |
74
80
pytest --cov=bio2zarr
@@ -137,6 +143,14 @@ jobs:
137
143
run : |
138
144
vcfpartition --help
139
145
python -m bio2zarr vcfpartition --help
146
+ - name : Check tskit2zarr CLI
147
+ run : |
148
+ tskit2zarr --help
149
+ python -m bio2zarr tskit2zarr --help
150
+ - name : Check plink2zarr CLI
151
+ run : |
152
+ plink2zarr --help
153
+ python -m bio2zarr plink2zarr --help
140
154
141
155
test-numpy-version :
142
156
name : Test numpy versions
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ documentation = "https://sgkit-dev.github.io/bio2zarr/"
52
52
vcf2zarr = " bio2zarr.cli:vcf2zarr_main"
53
53
vcfpartition = " bio2zarr.cli:vcfpartition"
54
54
tskit2zarr = " bio2zarr.cli:tskit2zarr_main"
55
+ plink2zarr = " bio2zarr.cli:plink2zarr_main"
55
56
56
57
[project .optional-dependencies ]
57
58
dev = [
You can’t perform that action at this time.
0 commit comments