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 0dc76a2 commit 3b962d3Copy full SHA for 3b962d3
.github/workflows/ci.yml
@@ -56,6 +56,9 @@ jobs:
56
# This is a quick workaround for doing a proper "parallel" setup:
57
# https://github.com/coverallsapp/github-action
58
fail-on-error: false
59
+ - name: Run basic vcf2zarr example
60
+ run: |
61
+ python -m bio2zarr vcf2zarr convert tests/data/vcf/sample.vcf.gz sample.vcz -f
62
63
packaging:
64
name: Packaging
0 commit comments