Skip to content

Commit

Permalink
2024/10/24-11:15:52 (Linux cray unknown)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbenner committed Oct 24, 2024
1 parent cd49b48 commit afbbfcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ let from = 1838100;
let to = 1838600;
let binsize = 100;

// The reader accepts either a local file or a file
// hosted on a HTTP server
if let Ok(mut reader) = BigWigFile::new_reader("tests/test_bigwig_2.bw") {

for item in reader.query(seqname, from, to, binsize) {
Expand Down

0 comments on commit afbbfcf

Please sign in to comment.