- 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