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

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

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

bioinformatics genome-bioinformatics pangenome pangenome-alignment pangenome-inference

Last synced: 4 months ago
JSON representation

rust pangenome harmonic mean

Awesome Lists containing this project

README

        

# rust-pangenome-harmonic-mean
- writing all pangenome tools in rust.
- This part estimates the harmoninc mean of the given snps across the indiviuals.
```
cargo build

```
λ gauravsablok rust-pangenome-harmonic-mean → λ git main* → ./rust-pangenome-harmonic-mean -h
Usage: rust-pangenome-harmonic-mean

Arguments:
please provide the path to the snp estimation file across the pangenome

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

```

```
- to run the binary
```
./rust-pangenome-harmonic-mean ./sample-files/sample.txt

```
Gaurav Sablok