Replies: 2 comments 10 replies
-
Hi, bedder-rs and bedrs are more similar, but as I understand it, bedrs uses in memory data structures and bedder uses streaming to do the intersections. I am very interested in bedrs and will follow as it develops. Now, the disadvantage of both libs is that they lack functionality to operate on a range of formats. To now, bedder only supports bed and VCF (though BAM/CRAM are easily added). Instead, I am focusing on how everything will look for the final user, including python bindings to the lib. |
Beta Was this translation helpful? Give feedback.
-
Actually after some more thought, I think we do require the support for intervals and intersecting and all that, which as you said, rust-bio doesn't provide. Is bedder-rs ready to be used overall or it needs a lot more work before it's ready? The main README page seems to say that |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was looking into bed support in my rust code and saw that this repo, noodles, rust-bio, and bedrs had bed support. I think the noodles and bedrs are aiming for bedtools-like abilities like this one. Have you looked at the other repos and found any big differences? What advantages and disadvantages do you think your repo has? Thanks a lot and I'll keep an eye on the project.
Beta Was this translation helpful? Give feedback.
All reactions