Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/applicativesystem/rust-samtools-generateid

rust-samtools generateid
https://github.com/applicativesystem/rust-samtools-generateid

bioinformatics genome-alignment genome-analysis genome-bioinformatics genome-sequence-analysis genome-sequencing samtools

Last synced: 7 days ago
JSON representation

rust-samtools generateid

Awesome Lists containing this project

README

        

# rust-samtools-generateid

- rust-samtools generateid
- rust-samtools generateids for indexing and for use with the rust-samtools-genomecapture.
- this allows you to use with all the rust-samtools functions just like fastidx of the samtools.
- general note: Incase of Golang and RUST, please see the last commit message and if it says compiled binary then it is completed or else still in development version.

```
cargo build

```
- to run the binary

```
./rust-samtools-generateid ./sample-files/Col0_C1.100k.sam

```
Gaurav Sablok