Datasets:
gonzalobenegas
commited on
Commit
·
7d14a7e
1
Parent(s):
6aa33c0
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ For more information check out our [paper](https://doi.org/10.1101/2023.10.10.56
|
|
8 |
`scores.tsv.bgz` contains `chrom,pos,ref,alt,score` and is fast to query specific genes or positions.
|
9 |
- Install `tabix`:
|
10 |
```bash
|
11 |
-
conda install -c bioconda htslib
|
12 |
```
|
13 |
- Query a specific region (e.g. BRCA1), from remote file:
|
14 |
```bash
|
|
|
8 |
`scores.tsv.bgz` contains `chrom,pos,ref,alt,score` and is fast to query specific genes or positions.
|
9 |
- Install `tabix`:
|
10 |
```bash
|
11 |
+
conda install -c bioconda -c conda-forge htslib=1.18
|
12 |
```
|
13 |
- Query a specific region (e.g. BRCA1), from remote file:
|
14 |
```bash
|