gonzalobenegas commited on
Commit
6a9d42a
·
verified ·
1 Parent(s): 2939e1a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ Source: https://huggingface.co/datasets/songlab/multiz100way
5
+ Inspired by https://huggingface.co/datasets/lpigou/89.zarr
6
+
7
+ ```99.zarr.tar.gz``` is created with ```pigz``` with option ```-1``` for fastest decompression.
8
+
9
+ Install ```pigz``` if not already installed:
10
+ ```shell
11
+ sudo apt install pigz
12
+ ```
13
+ Download and extract:
14
+ ```shell
15
+ wget https://huggingface.co/datasets/gonzalobenegas/99.zarr/resolve/main/99.zarr.tar.gz
16
+ unpigz < 99.zarr.tar.gz | tar -x
17
+ ```