-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feel free to contribute #1
Comments
I recently put together this streaming pileup tool for single-cell data (https://pypi.org/project/streaming-pileupy/). It's pure python right now and fairly slow. It could be sped up using pysam, but I was wondering if rewriting it in rust would provide any further gains above what the pysam API could offer? |
@winni2k I have found pysam pretty slow especially if the bam file is massive. htsjdk goes faster by an order of magnitude. rust-htslib is faster still, more importantly massive gains on memory usage. |
Hi @johanneskoester and team, I've been learning Rust over the holidays and came across this great repo! I'd love to contribute. I've been thinking about expanding the depth command with some additional functionality akin to deeptools bamCoverage. Are you following any specific file structure in |
Welcome, and happy hacking! Not sure what you mean by specific file structure, beyond general rust/cargo conventions: And what you are suggesting would just go into this file, I guess: |
Rust-Bio-Tools (RBT) provide command line utilities for small Bioinformatics tasks that are currently either not available elsewhere or either not fast or reliably implemented.
Everybody is welcome to contribute. Please post here if you want me to add you to the team.
@rust-bio/contributors: check this out :-). Do you have something to add as well?
The text was updated successfully, but these errors were encountered: