An open API service indexing awesome lists of open source software.

https://github.com/codecreatede/rust-nuc-iter

datastructure rustlang faster iteration for genome, short and long reads
https://github.com/codecreatede/rust-nuc-iter

bioinformatics genome-classification genome-informatics rust-crate rust-lang sequence-classification sequencing-data

Last synced: 11 months ago
JSON representation

datastructure rustlang faster iteration for genome, short and long reads

Awesome Lists containing this project

README

          

# rust-nuc-iter

- A kmer origin finding faster than the recent implementation of the recent implementation. Back to sequences: Find the origin of 𝑘-mers DOI: 10.21105/joss.07066.
- I implemented the rust async programming to index the kmer first over a window size and then use that to make the set of the kmers, so that you have less search space and using that to search the kmer in the file provided
- It only searchers for the unique hashes and their location. to make it even faster.It support genome and short and long illumina reads.
- adding docker and usage.

Gaurav Sablok