File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 48
48
- name : Run basic vcf2zarr example
49
49
run : |
50
50
python -m bio2zarr vcf2zarr convert tests/data/vcf/sample.vcf.gz sample.vcz -f
51
+ - name : Run two-pass vcf2zarr example
52
+ run : |
53
+ python -m bio2zarr vcf2zarr explode tests/data/vcf/sample.vcf.gz sample.icf -f
54
+ python -m bio2zarr vcf2zarr encode sample.icf sample.vcz -f
55
+ - name : Run distributed explode example
56
+ run : |
57
+ python -m bio2zarr vcf2zarr dexplode-init tests/data/vcf/sample.vcf.gz sample.icf 3 -f
58
+ python -m bio2zarr vcf2zarr dexplode-partition sample.icf 0
59
+ python -m bio2zarr vcf2zarr dexplode-partition sample.icf 1
60
+ python -m bio2zarr vcf2zarr dexplode-partition sample.icf 2
61
+ python -m bio2zarr vcf2zarr dexplode-finalise sample.icf
62
+ - name : Run distributed encode example
63
+ run : |
64
+ python -m bio2zarr vcf2zarr dencode-init sample.icf sample.vcz 3 -f --variants-chunk-size=3
65
+ python -m bio2zarr vcf2zarr dencode-partition sample.vcz 0
66
+ python -m bio2zarr vcf2zarr dencode-partition sample.vcz 1
67
+ python -m bio2zarr vcf2zarr dencode-partition sample.vcz 2
68
+ python -m bio2zarr vcf2zarr dencode-finalise sample.vcz -f
51
69
- name : Run tests
52
70
run : |
53
71
pytest --cov=bio2zarr
You can’t perform that action at this time.
0 commit comments