Skip to content

Commit 4a5ca23

Browse files
docs/python.md: minor adjustment
1 parent 8b7c255 commit 4a5ca23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ genome_index = GenomeIndex.read(client.index_dir, "hg38")
8080
We will now read genomic intervals. If you have a BED format file for
8181
hg38, for example ~100k intervals (you can do up to over 1M, but it
8282
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.
83+
`intervals.bed.gz` in the docs directory of the repo (should be where
84+
you found this file), unpack it and put it in your working directory.
8585

8686
```python
8787
from transferase import GenomicInterval

0 commit comments

Comments
 (0)