Skip to content

Commit

Permalink
fix minor todo from loading RDS
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Jul 23, 2024
1 parent bd48297 commit 7a41620
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tutorials/genomic_ranges.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ This object (`hg38_robject`) can then be coerced into a Python `GenomicRangesLis

## Python
```{python}
from rds2py import read_rds
hg38_robject = read_rds("./hg38_exons_by_tx.rds")
# TODO: split this into two
from rds2py.granges import as_granges_list
by_tx = as_granges_list(hg38_robject)
Expand Down

0 comments on commit 7a41620

Please sign in to comment.