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

https://github.com/sciencegenome/bedtools-multipangenome

rust bedtools multi-pangenome call
https://github.com/sciencegenome/bedtools-multipangenome

algorithm-bioinformatics bedtools genome-analysis metagenomics pangenome pangenome-alignment rust-lang

Last synced: 2 months ago
JSON representation

rust bedtools multi-pangenome call

Awesome Lists containing this project

README

        

# rust-bedtools-multipangenome
- rust bedtools multi-pangenome.
- analyzes the multiple pangenome alignments of the same query to the multiple reference genomes
- limits the longest alignment search to the longest alignment.
- build a ancestral sequence based on the longest alignment.
- please see the last commit message and if it says compiled binary then it is completed or else still in development version.

```
cargo build
```

```
Usage: rust-bedtools-multipangenome

Arguments:
please provide the path to the first alignment file
please provide the reference fasta file
please provide the path to the prank for the ancestal state

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

```
- to run the binary
```
./rust-bedtools-multipangenome \
./sample-files/sample.bed \
./sample-files/sample.fasta \
./prank \
```

Gaurav Sablok