- 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