Datasets:
Commit
·
6aa33c0
1
Parent(s):
f6544f0
Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,9 @@ For more information check out our [paper](https://doi.org/10.1101/2023.10.10.56
|
|
10 |
```bash
|
11 |
conda install -c bioconda htslib
|
12 |
```
|
13 |
-
- Query a specific region, from remote file:
|
14 |
```bash
|
15 |
-
tabix https://huggingface.co/datasets/songlab/gnomad/resolve/main/scores.tsv.bgz
|
16 |
```
|
17 |
- If you want to do many queries you might want to first download the file locally
|
18 |
|
|
|
10 |
```bash
|
11 |
conda install -c bioconda htslib
|
12 |
```
|
13 |
+
- Query a specific region (e.g. BRCA1), from remote file:
|
14 |
```bash
|
15 |
+
tabix https://huggingface.co/datasets/songlab/gnomad/resolve/main/scores.tsv.bgz 17:43,044,295-43,125,364
|
16 |
```
|
17 |
- If you want to do many queries you might want to first download the file locally
|
18 |
|