[[https://crates.io/crates/bam2seq][https://img.shields.io/crates/v/bam2seq.svg]] [[https://crates.io/crates/bam2seq][https://img.shields.io/crates/d/bam2seq.svg]]
This tool takes a BAM file containing CIGAR strings, reads, and ~MD~ tags, and outputs a ~.seq~ file containing pairs of reads and reconstructed references.
** Installation
Install directly with cargo from [[https://crates.io/crates/bam2seq][crates.io]]:
cargo install bam2seq
Simply clone the repository, and optionally install the binary.
git clone https://github.com/ragnargrootkoerkamp/bam2seq.git cd bam2seq cargo install --path .
** Usage
cargo run --release --
This outputs a ~.seq~ file, which looks like this:
ACTGATGA
+end_src
** Links