35 releases (13 breaking)

new 0.16.0 Dec 20, 2024
0.13.6 Dec 12, 2024
0.13.0 Nov 29, 2024

#80 in Biology

Download history 1393/week @ 2024-11-15 966/week @ 2024-11-22 452/week @ 2024-11-29 561/week @ 2024-12-06 208/week @ 2024-12-13

2,421 downloads per month
Used in 3 crates

MIT license

43KB
1K SLoC

requirements

# install samtools

cd samtools-1.x    # and similarly for bcftools and htslib
./configure --prefix=/usr/
make
make install
cargo install mm2

gsmm2 align -q query.fa --target target.fa -p query2target

changelog

0.11.0

  • np_range & rq_range.
  • discard multiple alignment reads

0.9.0

  • dump qual if the query file is bam or fastq. if query file is fa, the qual will be [255; query_len]

0.6.0

  • if the query file is bam format, it will try to dump np & ch & rq to the result bam

0.5.0

  • if the query file is bam format, it will try to dump np & ch to the result bam

Dependencies

~32–44MB
~734K SLoC