Skip to content

Read tabix indexed BED file? #312

Answered by zaeleus
cademirch asked this question in Q&A
Discussion options

You must be logged in to vote

The BED reader currently doesn't have a convenient method to query in the input. However, you can compose your own query (csi::io::Query) with a BED reader (bed::io::Reader) using existing componenets as a workaround. I added an example of this at noodles-bed/examples/bed_query.rs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cademirch
Comment options

Answer selected by cademirch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants