4 releases (major breaking)

3.0.0 Aug 5, 2022
2.0.0 Aug 5, 2022
1.0.0 Jul 21, 2022
0.1.0 Jul 19, 2022

#2613 in Parser implementations

Custom license

28KB
555 lines

Minimap2 PAF IO

Read and write files in minimap2's PAF format.

This crate supports reading and writing files into a struct with semantic fields, including semantic parsing of cigars and "alignment differences".


lib.rs:

Read and write minimap2 PAF files. Lines are internally stored as struct [PAFLine].

Dependencies

~87KB