Skip to content

Commit 82ab3d6

Browse files
Add debug to ascinema cast
1 parent 5b4b888 commit 82ab3d6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/Makefile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dist: ${CASTS}
2424
clean:
2525
rm -fR $(BUILDDIR)
2626
rm -f _static/*.cast
27+
rm sample.vcf.gz*
2728

2829

2930
sample.vcf.gz:
@@ -35,12 +36,15 @@ sample.vcf.gz:
3536

3637
_static/vcf2zarr_convert.cast: sample.vcf.gz
3738
rm -fR sample.vcz
38-
asciinema-automation cast_scripts/vcf2zarr_convert.sh $@
39+
asciinema-automation -d cast_scripts/vcf2zarr_convert.sh $@
40+
cat _static/vcf2zarr_convert.log
41+
asciinema play _static/vcf2zarr_convert.cast
3942
cp -R sample.vcz vcf2zarr
4043

4144
# TODO rename this cast
4245
_static/vcf2zarr_explode.cast: sample.vcf.gz
4346
rm -Rf sample.icf sample.vcz
44-
asciinema-automation cast_scripts/vcf2zarr_explode.sh $@
47+
asciinema-automation -d cast_scripts/vcf2zarr_explode.sh $@
48+
cat _static/vcf2zarr_explode.log
49+
asciinema play _static/vcf2zarr_explode.cast
4550
cp -R sample.icf sample.vcz vcf2zarr
46-

0 commit comments

Comments
 (0)