Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 30, 2024
1 parent 4f6186f commit 7694c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ bb.entries("chr1", 10000000, 10020000)
# [10014373, 10024307, "61048\t630\t-\t5.420\t0.00\t2672399"]]

bb = Bio::BigWig.open("test/fixtures/test.bigBed")
bb.entries("chr1", 10000000, 10020000, text: false)
bb.entries("chr1", 10000000, 10020000, with_string: false)
# [[10009333, 10009640],
# [10014007, 10014289],
# [10014373, 10024307]]
Expand Down

0 comments on commit 7694c29

Please sign in to comment.