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

https://github.com/codecreatede/rust-jellyfish

rust-jellyfish implementation for genome
https://github.com/codecreatede/rust-jellyfish

bioinformatics genome-analysis genome-sequencing jellyfish rust-crate rust-lang rust-library

Last synced: 6 months ago
JSON representation

rust-jellyfish implementation for genome

Awesome Lists containing this project

README

          

# rust-jellyfish

- a rust implementation of the jellyfish for the counts.
- outputs both the unique counts, all counts.
- directly plots the histograms from the counts using the rust plotters.

```
Usage: kmerjellyfish

Arguments:
please provide the kmer to be searched for the origin
please provide the path to be searched for the strings containing the kmer

Options:
-h, --help Print help
-V, --version Print version
```

Gaurav Sablok