All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added a new
bin/compare-crossmap.rs
that compares the performance ofchainfile
withCrossMap
(https://crossmap.sourceforge.net).
- The inner data structures were replaced with facilities provided by the
omics
family of crates (#4). - In a subsequent pull request, the
omics
crates were updated tov0.2.0
. This was a much more robust system for representing coordinates (#5).
- Checks strand equality before performing liftover in
chainfile::liftover::Machine
.
- Adds liftover capabilities and related examples.
- Includes first version of the crate, including correct chain file parsing and iteration over alignment data sections within the chain file.