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

https://github.com/sciencegenome/metagenome-alignment-wasm

rust embedded approach for genome alignments to wasm web assembly
https://github.com/sciencegenome/metagenome-alignment-wasm

bioinformatics genome-analysis genome-assembly genome-browser rust-crate rustlang webassembly webassembly-lang

Last synced: 3 months ago
JSON representation

rust embedded approach for genome alignments to wasm web assembly

Awesome Lists containing this project

README

        

# rust-view-multi-aln

- started a webassembly approach for genomic alignments for plants and metagenomes.
- will convert this with additional svelte into a complete biowasm web assembly, so give any BAM, CRAM, SAM file and it will show the genome.
- from reads to entire genome and metagenome visualization.
- please see the last commit message and if it says compiled binary then it is completed or else still in development version.

![](https://github.com/applicativesystem/rust-view-aln-wasm/blob/main/metagenome_alignment.png)

```
cargo build

```
```
λ gauravsablok rust-view-multi-aln → λ git master* → ./target/debug/rust-view-multi-aln -h
Usage: rust-view-multi-aln

Arguments:
please provide the path to the alignment file

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

```

Gaurav Sablok