gonzalobenegas commited on
Commit
6aa33c0
·
1 Parent(s): f6544f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 11:94788479-94788479
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