Commit
·
71f4192
1
Parent(s):
73820a3
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ More details:
|
|
29 |
- Local download (requires first downloading and unzipping, then is faster to query, e.g. for training or VEP for millions of variants):
|
30 |
```bash
|
31 |
wget https://huggingface.co/datasets/songlab/multiz100way/resolve/main/89.zarr.zip
|
32 |
-
7z x 89.zarr.zip # can still take 5 hours with 32 cores, will try to streamline this in the future
|
33 |
```
|
34 |
```python
|
35 |
msa_path = "89.zarr"
|
|
|
29 |
- Local download (requires first downloading and unzipping, then is faster to query, e.g. for training or VEP for millions of variants):
|
30 |
```bash
|
31 |
wget https://huggingface.co/datasets/songlab/multiz100way/resolve/main/89.zarr.zip
|
32 |
+
7z x 89.zarr.zip -o89.zarr # can still take 5 hours with 32 cores, will try to streamline this in the future
|
33 |
```
|
34 |
```python
|
35 |
msa_path = "89.zarr"
|