File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dist: ${CASTS}
2424clean :
2525 rm -fR $(BUILDDIR )
2626 rm -f _static/* .cast
27+ rm sample.vcf.gz*
2728
2829
2930sample.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-
You can’t perform that action at this time.
0 commit comments