Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/applicativesystem/rust-pangenome

rust pangenome for pangenome alignments
https://github.com/applicativesystem/rust-pangenome

bioinformatics genome-analysis metagenomics metagenomics-data rust-lang

Last synced: about 1 month ago
JSON representation

rust pangenome for pangenome alignments

Awesome Lists containing this project

README

        

# rust-pangenome

- pangenome extraction following the protein alignment.
- extract the sequences from the alignment for all the regions that were aligned.
- writing code for all these separately and after that it will be merged into a single rust-webapplication using the Actix frame.

```
cargo build

./target/debug/rust-pangenome ./sample-files/aln.gff ./sample-files/final.fa

```

Gaurav Sablok