Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

executable file
·
15 lines (9 loc) · 406 Bytes

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