We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7c255 commit 4a5ca23Copy full SHA for 4a5ca23
docs/python.md
@@ -80,8 +80,8 @@ genome_index = GenomeIndex.read(client.index_dir, "hg38")
80
We will now read genomic intervals. If you have a BED format file for
81
hg38, for example ~100k intervals (you can do up to over 1M, but it
82
will be slower), you can use it. Otherwise you can find the
83
-'intervals.bed.gz' in the docs directory of the repo, unpack it and
84
-put it in your working directory.
+`intervals.bed.gz` in the docs directory of the repo (should be where
+you found this file), unpack it and put it in your working directory.
85
86
```python
87
from transferase import GenomicInterval
0 commit comments