multiz100way-pigz / README.md
gonzalobenegas's picture
Create README.md
6a9d42a verified
---
license: mit
---
Source: https://huggingface.co/datasets/songlab/multiz100way
Inspired by https://huggingface.co/datasets/lpigou/89.zarr
```99.zarr.tar.gz``` is created with ```pigz``` with option ```-1``` for fastest decompression.
Install ```pigz``` if not already installed:
```shell
sudo apt install pigz
```
Download and extract:
```shell
wget https://huggingface.co/datasets/gonzalobenegas/99.zarr/resolve/main/99.zarr.tar.gz
unpigz < 99.zarr.tar.gz | tar -x
```