Skip to content
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

Open
johanneskoester opened this issue Aug 17, 2016 · 2 comments
Open

Feel free to contribute #1

johanneskoester opened this issue Aug 17, 2016 · 2 comments

Comments

@johanneskoester
Copy link
Contributor

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?

@winni2k
Copy link

winni2k commented Jan 26, 2021

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?

@sitag
Copy link

sitag commented Jan 26, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants