Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chfi/gfainject


https://github.com/chfi/gfainject

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

A little tool to map alignments (from a BAM file) to reference paths in a GFA format graph.
Output is a GAF file with one record per alignment, mapping each alignment to a sequence
of steps in the GFA.
The alignment reference names have to match the path names in the GFA.

Usage:

```sh
cargo build --release
./target/release/gfa-injection --gfa some.gfa --bam some.bam
```