Skip to content

Commit 71587e0

Browse files
Have a go at running in GitHub
1 parent 68b0e06 commit 71587e0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Install package
3535
run: |
3636
python3 -m pip install .
37+
38+
- name: Record casts
39+
run: |
40+
asciinema-automation docs/cast_scripts/vcf2zarr_convert.sh docs/_static/demo.cast
3741
3842
- name: Build Docs
3943
run: |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vcf2zarr convert tests/data/vcf/sample.bcf tmp.zarr -p 4

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
asciinema-automation
12
bash_kernel
23
jupyter-book
34
sphinx-click

0 commit comments

Comments
 (0)